We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3a5fab commit 32de7bbCopy full SHA for 32de7bb
internal_filesystem/lib/mpos/board/waveshare_esp32_s3_touch_lcd_2.py
@@ -61,11 +61,11 @@
61
frame_buffer2=fb2,
62
display_width=TFT_VER_RES,
63
display_height=TFT_HOR_RES,
64
- backlight_pin=LCD_BL,
65
- backlight_on_state=st7789.STATE_PWM,
66
color_space=lv.COLOR_FORMAT.RGB565,
67
color_byte_order=st7789.BYTE_ORDER_BGR,
68
rgb565_byte_swap=True,
+ backlight_pin=LCD_BL,
+ backlight_on_state=st7789.STATE_PWM,
69
)
70
mpos.ui.main_display.init()
71
mpos.ui.main_display.set_power(True)
0 commit comments