Skip to content

Commit 3a84fa8

Browse files
committed
Fix compilation issue in esp32-p4 target (rel #212)
1 parent 29bbec6 commit 3a84fa8

File tree

1 file changed

+2
-2
lines changed
  • components/retro-go/targets/esp32-p4

1 file changed

+2
-2
lines changed

components/retro-go/targets/esp32-p4/config.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,9 +90,9 @@ ILI9341_CMD(0xF6, 0x01, 0x30);
9090
ILI9341_CMD(0xF2, 0x00); /* 3Gamma Function Disable */ \
9191
ILI9341_CMD(0x26, 0x01); /* Gamma curve selected */ \
9292
ILI9341_CMD(0xE0, 0xD0, 0x00, 0x02, 0x07, 0x0a, 0x28, 0x32, 0x44, 0x42, 0x06, 0x0e, 0x12, 0x14, 0x17); \
93-
ILI9341_CMD(0xE1, 0xD0, 0x00, 0x02, 0x07, 0x0a, 0x28, 0x31, 0x54, 0x47, 0x0E, 0x1C, 0x17, 0x1b, 0x1e);
93+
ILI9341_CMD(0xE1, 0xD0, 0x00, 0x02, 0x07, 0x0a, 0x28, 0x31, 0x54, 0x47, 0x0E, 0x1C, 0x17, 0x1b, 0x1e);
9494

95-
//#define RG_GPIO_LCD_MISO GPIO_NUM_NC
95+
#define RG_GPIO_LCD_MISO GPIO_NUM_NC
9696
#define RG_GPIO_LCD_MOSI GPIO_NUM_22
9797
#define RG_GPIO_LCD_CLK GPIO_NUM_23
9898
#define RG_GPIO_LCD_CS GPIO_NUM_24

0 commit comments

Comments
 (0)