changed x offset in flip mode to 4, issue #2063

This commit is contained in:
kraus 2023-01-01 11:52:38 +01:00
parent 0e0ec4ee63
commit 2d2214e186
1 changed files with 1 additions and 1 deletions

View File

@ -152,7 +152,7 @@ static const u8x8_display_info_t u8x8_s1d15300_lm6023_display_info =
/* tile_width = */ 16, /* width of 16*8=128 pixel */
/* tile_hight = */ 8,
/* default_x_offset = */ 0,
/* flipmode_x_offset = */ 0,
/* flipmode_x_offset = */ 4,
/* pixel_width = */ 128,
/* pixel_height = */ 64
};