riban-bw / lcd2oled

An Arduino library to drive a SDD1306 OLED using same API as LiquidCrystal library
GNU Lesser General Public License v3.0
2 stars 0 forks source link

setCursor example fails #2

Closed riban-bw closed 9 years ago

riban-bw commented 9 years ago

The setCursor example (derived from LiquidCrystal library) does not behave as expected.

Expected behaviour:

Actual behaviour:

riban-bw commented 9 years ago

This was actually a flaw in the LiquidCrystal example in Arduino V1.6.1. Later example corrects the error but also changes output to be less obvious.