Update u8x8.h

Wrong comment was edited
This commit is contained in:
mrFlagman 2020-05-15 17:10:32 +02:00 committed by GitHub
parent 9ecb87c4b6
commit 73a5652d60
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -214,7 +214,7 @@ struct u8x8_tile_struct
uint8_t *tile_ptr; /* pointer to one or more tiles... should be "const" */
uint8_t cnt; /* number of tiles */
uint8_t x_pos; /* tile x position */
uint8_t y_pos; /* tile x position */
uint8_t y_pos; /* tile y position */
};