1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/drivers/hd44780
Benjamin Valentin d213bbc6f5 Revert "drivers/hd44780: add short delay after each character"
This reverts commit cf01c743a8.

Adding an unexplained delay seemed wrong in the first place, but it fixed
the display on the MCB2388.

Turns out the display was erroneously operating in 8-bit mode due to the
uninitialized flag register.
Why the delay helped here I don't know.

But with #12634 fixing this, this hack is not needed anymore.
2019-11-07 22:40:01 +01:00
..
include drivers/hd44780: change default pin params 2019-10-29 11:09:56 +01:00
hd44780.c Revert "drivers/hd44780: add short delay after each character" 2019-11-07 22:40:01 +01:00
Makefile driver: add hd44780 lcd support 2017-03-27 16:43:50 +02:00