mirror of
https://github.com/openstenoproject/qmk
synced 2024-11-10 02:30:07 +00:00
OLED code cleanup
This commit is contained in:
parent
80270a2791
commit
d1865db599
1 changed files with 1 additions and 1 deletions
|
@ -216,7 +216,7 @@ bool iota_gfx_init(void) {
|
|||
// the following Flip the display orientation 180 degrees
|
||||
send_cmd1(SegRemap);
|
||||
send_cmd1(ComScanInc);
|
||||
*/end flip
|
||||
// end flip */
|
||||
send_cmd2(SetComPins, 0x2);
|
||||
send_cmd2(SetContrast, 0x8f);
|
||||
send_cmd2(SetPreCharge, 0xf1);
|
||||
|
|
Loading…
Reference in a new issue