aboutsummaryrefslogtreecommitdiffstats
path: root/src/lcd_hd44780.c
Commit message (Expand)AuthorAgeFilesLines
* lcd_hd44780: Make sure nsecs_to_ticks() is always inlinedKevin O'Connor2025-04-171-6/+6
* lcd_st7920: Check CONFIG_MACH_AVR for slow mcusKevin O'Connor2021-07-041-2/+2
* command: Add command_decode_ptr() helperKevin O'Connor2020-10-301-2/+2
* lcd_hd44780: Only calibrate cmd_wait_ticks on mcus with strict timingKevin O'Connor2020-05-311-0/+5
* lcd_hd44780: Minor change to timing delaysKevin O'Connor2019-11-261-2/+2
* lcd_hd44780: Add proper timing delays around gpio updatesKevin O'Connor2019-11-261-0/+20
* lcd_hd44780: Add micro-controller code for the HD44780 LCD chipKevin O'Connor2018-03-061-0/+132