mjhouse / ag-lcd

A rust port of the C++ LiquidCrystal library for arduino systems
GNU General Public License v3.0
17 stars 8 forks source link

Increase range of LCD sizes #29

Closed JohnTheCoolingFan closed 1 year ago

JohnTheCoolingFan commented 1 year ago

Resolves #12 This PR adds ability to correctly use 20-char wide displays, as well as 4-line high. Tested on real hardware.

mjhouse commented 1 year ago

I left some comments, but most of them are trivial. Thanks man!