aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/auxdisplay/charlcd.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-11-04auxdisplay: Change gotoxy calling interfaceLars Poeschel1-1/+1
2020-11-04auxdisplay: hd44780: Remove clear_fastLars Poeschel1-5/+2
2020-11-04auxdisplay: Move char redefine code to hd44780_commonLars Poeschel1-0/+2
2020-11-04auxdisplay: implement various hd44780_common_ functionsLars Poeschel1-0/+28
2020-11-04auxdisplay: Move init_display to hd44780_commonLars Poeschel1-0/+9
2020-11-04auxdisplay: make charlcd_backlight visible to hd44780_commonLars Poeschel1-0/+1
2020-11-04auxdisplay: Move clear_display to hd44780_commonLars Poeschel1-0/+4
2020-11-04auxdisplay: add home to charlcd_opsLars Poeschel1-0/+3
2020-11-04auxdisplay: provide hd44780_common_gotoxyLars Poeschel1-1/+3
2020-11-04auxdisplay: hd44780_common_printLars Poeschel1-0/+12
2020-11-04auxdisplay: Move addr out of charlcd_privLars Poeschel1-0/+6
2020-11-04auxdisplay: Move write_cmd pointers to hd44780 driversLars Poeschel1-5/+0
2020-11-04auxdisplay: Move write_data pointer to hd44780_commonLars Poeschel1-1/+0
2020-11-04auxdisplay: Move ifwidth to struct hd44780_commonLars Poeschel1-1/+0
2020-11-04auxdisplay: Move hwidth and bwidth to struct hd44780_commonLars Poeschel1-4/+2
2020-11-04auxdisplay: Use an enum for charlcd backlight on/off opsLars Poeschel1-1/+6
2019-08-08auxdisplay: charlcd: add include guard to charlcd.hMasahiro Yamada1-0/+5
2019-08-08auxdisplay: charlcd: move charlcd.h to drivers/auxdisplayMasahiro Yamada1-0/+39