Skip to content

Commit

Permalink
comment
Browse files Browse the repository at this point in the history
  • Loading branch information
moononournation committed Jun 30, 2021
1 parent 035de26 commit 65bbf81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/display/Arduino_ILI9486_18bit.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ void Arduino_ILI9486_18bit::tftInit()
delay(ILI9486_SLPIN_DELAY);

_bus->sendCommand(0x3A);
_bus->sendData(0x66);
_bus->sendData(0x66); // 18-bit color

_bus->sendCommand(0xC2);
_bus->sendData(0x44);
Expand Down

0 comments on commit 65bbf81

Please sign in to comment.