fix x offset

This commit is contained in:
kraus 2023-03-07 21:09:13 +01:00
parent 0319996fef
commit 4d9f63394f
1 changed files with 1 additions and 1 deletions

View File

@ -354,7 +354,7 @@ static const u8x8_display_info_t u8x8_ssd1322_240x128_display_info =
/* write_pulse_width_ns = */ 150, /* SSD1322: cycle time is 300ns, so use 300/2 = 150 */
/* tile_width = */ 30, /* 256 pixel, so we require 32 bytes for this */
/* tile_height = */ 16,
/* default_x_offset = */ 0x000, /* this is the byte offset (there are two pixel per byte with 4 bit per pixel) */
/* default_x_offset = */ 24, /* this is the byte offset (there are two pixel per byte with 4 bit per pixel) */
/* flipmode_x_offset = */ 0x000,
/* pixel_width = */ 240,
/* pixel_height = */ 128