summaryrefslogtreecommitdiff
path: root/common/lcd_console.c
AgeCommit message (Expand)AuthorFilesLines
2021-08-02global: Convert simple_strtoul() with decimal to dectoul()Simon Glass1-2/+2
2020-05-19common: Drop log.h from common headerSimon Glass1-0/+1
2020-05-19command: Remove the cmd_tbl_t typedefSimon Glass1-2/+3
2019-12-03common: Move serial functions out of common.hSimon Glass1-0/+1
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2015-04-18common/lcd_console: introduce display/framebuffer rotationHannes Petermaier1-71/+92
2015-04-18common/lcd_console: move single static variables into common (static) structureHannes Petermaier1-38/+38
2015-04-18common/lcd_console: ask only one-time for bg/fg-color per callHannes Petermaier1-5/+2
2015-04-18common/lcd_console: cleanup lcd_drawchars/lcd_putc_xyHannes Petermaier1-16/+7
2015-03-06common/lcd: Add command for writing to lcd-displayHannes Petermaier1-0/+18
2015-03-06common/lcd: Add command for setting cursor within lcd-consoleHannes Petermaier1-0/+21
2015-01-10lcd_console: remove unused definesNikita Kiryanov1-4/+0
2015-01-10lcd: refactor lcd console stuff into its own fileNikita Kiryanov1-0/+215