Skip to content

Commit

Permalink
revert ili9341 power control disable
Browse files Browse the repository at this point in the history
  • Loading branch information
gabriel-tenma-white committed Feb 25, 2021
1 parent 4aa4540 commit e3e55bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ili9341.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ static const uint8_t ili_init_seq[] = {
// EntryMode
ILI9341_ENTRY_MODE_SET, 1, 0xC6,
// Power Control 1
// ILI9341_POWER_CONTROL_1, 2, 0x17, 0x15,
ILI9341_POWER_CONTROL_1, 2, 0x17, 0x15,
// Power Control 2
ILI9341_POWER_CONTROL_2, 1, 0x41,
// VCOM Control
Expand Down

0 comments on commit e3e55bd

Please sign in to comment.