RGB instead of BRG as updated in #143
This commit is contained in:
parent
002da5be97
commit
a3107d7ed2
|
|
@ -24,7 +24,7 @@
|
||||||
0x03, // 3 lines back porch
|
0x03, // 3 lines back porch
|
||||||
10, // 10 ms delay
|
10, // 10 ms delay
|
||||||
ST7735_MADCTL , 1 , // 5: Memory access ctrl (directions), 1 arg:
|
ST7735_MADCTL , 1 , // 5: Memory access ctrl (directions), 1 arg:
|
||||||
0x48, // Row addr/col addr, bottom to top refresh
|
0x40, // Row addr/col addr, bottom to top refresh
|
||||||
ST7735_DISSET5, 2 , // 6: Display settings #5, 2 args, no delay:
|
ST7735_DISSET5, 2 , // 6: Display settings #5, 2 args, no delay:
|
||||||
0x15, // 1 clk cycle nonoverlap, 2 cycle gate
|
0x15, // 1 clk cycle nonoverlap, 2 cycle gate
|
||||||
// rise, 3 cycle osc equalize
|
// rise, 3 cycle osc equalize
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue