Skip to content

Commit e9b5aa7

Browse files
Comments
1 parent d7a7312 commit e9b5aa7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

internal_filesystem/lib/mpos/board/fri3d_2024.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,8 @@
7070
color_space=lv.COLOR_FORMAT.RGB565,
7171
color_byte_order=st7789.BYTE_ORDER_BGR,
7272
rgb565_byte_swap=True,
73-
reset_pin=LCD_RST,
74-
reset_state=STATE_LOW
73+
reset_pin=LCD_RST, # doesn't seem needed
74+
reset_state=STATE_LOW # doesn't seem needed
7575
)
7676

7777
mpos.ui.main_display.init()

0 commit comments

Comments
 (0)