Skip to content

Commit 419c02f

Browse files
committed
添加swap_bytes变量初始化
1 parent e2531f2 commit 419c02f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/ai_voice_display_oled/display.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ Display::Display(esp_lcd_panel_io_handle_t panel_io, esp_lcd_panel_handle_t pane
3838
.buff_dma = 1,
3939
.buff_spiram = 0,
4040
.sw_rotate = 0,
41+
.swap_bytes = 0,
4142
.full_refresh = 0,
4243
.direct_mode = 0,
4344
},

0 commit comments

Comments
 (0)