changed x offset in flip mode to 4, issue #2063
This commit is contained in:
parent
0e0ec4ee63
commit
2d2214e186
|
@ -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
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue