Commit ed0b5d4c6f4c363e67bb4ee246f428adcbf37077
authorAkos Kiss <akiss@inf.u-szeged.hu>
Tue, 13 Oct 2020 21:38:43 +0000 (23:38 +0200)
committerAkos Kiss <akiss@inf.u-szeged.hu>
Tue, 13 Oct 2020 21:46:38 +0000 (23:46 +0200)
tree0254838bd65d3f0d3a529f789bd55dd1c24455f9
parent3e33b6fabf7b34f126e48a3dd54909cac1699cd6
Message:
Handle the difference between 1 and 2-line displays in HD44780

If HD44780 is configured to have a single line of display, AC can
be in the range of 0x00..0x00+79, while with two lines, it can be
in the ranges 0x00..0x00+39 and 0x40..0x40+39.
examples/parts/hd44780.c