Merge pull request #1194 from mrFlagman/patch-1

Update u8x8.h
This commit is contained in:
olikraus 2020-05-17 21:54:46 +02:00 committed by GitHub
commit 8e13150067
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 */
};