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

Autoscroll example fails #1

Open riban-bw opened 9 years ago

riban-bw commented 9 years ago

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

Expected behaviour:

Actual behaviour:

riban-bw commented 9 years ago

This example sets print position outside the print window. This is not supported by lcd2oled. Need to consider whether it should be.