summaryrefslogtreecommitdiffstats
path: root/src/target/firmware/display/display.c
Commit message (Collapse)AuthorAgeFilesLines
* Introduce LCD display_driver infrastructureHarald Welte2010-03-121-0/+20
* introduce display_driver layer * port st7558 and ssd1783 drivers to display_driver * allow for run-time selection of display driver from board/init.c * replace st7558_puts() calls with display_puts() calls