Skip to content

Commit eb70c10

Browse files
authored
Change rachel-esp32 gamma parameter (ducalex#176)
1 parent 6f0aa7e commit eb70c10

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@
4646
ILI9341_CMD(0xF6, 0x01, 0x30); \
4747
ILI9341_CMD(0xF2, 0x00); \
4848
ILI9341_CMD(0x26, 0x01); \
49-
ILI9341_CMD(0xE0, 0xD0, 0x00, 0x05, 0x0E, 0x15, 0x0D, 0x37, 0x43, 0x47, 0x09, 0x15, 0x12, 0x16, 0x19); \
50-
ILI9341_CMD(0xE1, 0xD0, 0x00, 0x05, 0x0D, 0x0C, 0x06, 0x2D, 0x44, 0x40, 0x0E, 0x1C, 0x18, 0x16, 0x19); \
49+
ILI9341_CMD(0xE0, 0xD0, 0x00, 0x02, 0x07, 0x0a, 0x28, 0x32, 0x44, 0x42, 0x06, 0x0e, 0x12, 0x14, 0x17); \
50+
ILI9341_CMD(0xE1, 0xD0, 0x00, 0x02, 0x07, 0x0a, 0x28, 0x31, 0x54, 0x47, 0x0E, 0x1C, 0x17, 0x1b, 0x1e); \
5151
ILI9341_CMD(0x11); \
5252
ILI9341_CMD(0x29);
5353

0 commit comments

Comments
 (0)