Commit 3e33b6fabf7b34f126e48a3dd54909cac1699cd6
authorAkos Kiss <akiss@inf.u-szeged.hu>
Thu, 8 Oct 2020 23:42:15 +0000 (01:42 +0200)
committerAkos Kiss <akiss@inf.u-szeged.hu>
Thu, 8 Oct 2020 23:49:59 +0000 (01:49 +0200)
tree82870d7659ac5e306a7269fc13bc0c92ac6e9300
parentf97e7f0ee0efe49f2adee55cf21e6ff179720d79
Message:
Fix Clear Screen implementation of HD44780

Datasheet mandates filling DDRAM with spaces, setting address
counter to DDRAM address 0, and setting entry mode I/D to 1
(increment mode).

The "filling with spaces" was implemented but the rest was missing.
Now added.
examples/parts/hd44780.c