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.
2 parents 3e1c6f3 + 82b738e commit 147caccCopy full SHA for 147cacc
lvgl_tft/ili9341.c
@@ -229,7 +229,7 @@ static void ili9341_set_orientation(uint8_t orientation)
229
#if defined CONFIG_LV_PREDEFINED_DISPLAY_M5STACK
230
uint8_t data[] = {0x68, 0x68, 0x08, 0x08};
231
#elif defined (CONFIG_LV_PREDEFINED_DISPLAY_WROVER4)
232
- uint8_t data[] = {0x4C, 0x88, 0x28, 0xE8};
+ uint8_t data[] = {0x6C, 0xEC, 0xCC, 0x4C};
233
#elif defined (CONFIG_LV_PREDEFINED_DISPLAY_NONE)
234
uint8_t data[] = {0x48, 0x88, 0x28, 0xE8};
235
#endif
0 commit comments