LiquidCrystal_I2C icon indicating copy to clipboard operation
LiquidCrystal_I2C copied to clipboard

Row offset calculation

Open larryfant opened this issue 6 years ago • 0 comments

Currently library has hard coded row offsets which works fine as long as there is 16 char length rows. But when using for example 4x40 size screen then setCursor method is not setting cursor to right col and line.

Please, calculate offsets so it works without depending on row or col size. Row offsets can be pre-calculated under constructor.

larryfant avatar Aug 24 '18 13:08 larryfant