Skip to content

Commit 370a20d

Browse files
Fix colors on lilygo_t_display_s3
1 parent 9625ab3 commit 370a20d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

internal_filesystem/lib/mpos/board/lilygo_t_display_s3.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
display_height=320,
4444
color_space=lv.COLOR_FORMAT.RGB565,
4545
# color_space=lv.COLOR_FORMAT.RGB888, # not supported on qemu
46-
color_byte_order=st7789.BYTE_ORDER_RGB,
46+
color_byte_order=st7789.BYTE_ORDER_BGR,
4747
# rgb565_byte_swap=False, # always False is data_bus.get_lane_count() == 8
4848
power_pin=9, # Must set RD pin to high, otherwise blank screen as soon as LVGL's task_handler starts
4949
reset_pin=5,

0 commit comments

Comments
 (0)