diff options
author | ishtob <ishtob@gmail.com> | 2017-03-22 15:19:01 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-03-22 15:19:01 -0400 |
commit | d1865db599a92695baa1434803a41204cd5e5ca6 (patch) | |
tree | 7167c22b7b07e1d84e68ffa0314810f8a3437af3 /keyboards | |
parent | 80270a279169a6ca94625fcb53f6771e78e7bc9a (diff) |
OLED code cleanup
Diffstat (limited to 'keyboards')
-rw-r--r-- | keyboards/lets_split/ssd1306.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/keyboards/lets_split/ssd1306.c b/keyboards/lets_split/ssd1306.c index a68165f837..3c7816bb32 100644 --- a/keyboards/lets_split/ssd1306.c +++ b/keyboards/lets_split/ssd1306.c @@ -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); |