summaryrefslogtreecommitdiffstats
path: root/drivers/auxdisplay/charlcd.c
Commit message (Expand)AuthorAgeFilesLines
* auxdisplay: Replace licenses with SPDX identifiersMiguel Ojeda2018-04-121-5/+1
* auxdisplay: charlcd: Fix and clean up handling of x/y commandsMiguel Ojeda2018-04-121-17/+78
* auxdisplay: charlcd: fix hex literal ranges for graphics commandRobert Abel2018-04-121-2/+2
* auxdisplay: charlcd: fix two-line command ^[[LN not marked as processedRobert Abel2018-04-121-0/+1
* auxdisplay: charlcd: replace octal literal with form-feed escape sequenceRobert Abel2018-04-121-1/+1
* auxdisplay: charlcd: use null character instead of zero literal to terminate ...Robert Abel2018-04-121-2/+2
* auxdisplay: charlcd: no need to call charlcd_gotoxy() if nothing changesSean Young2018-04-121-3/+4
* auxdisplay: charlcd: properly restore atomic counter on error pathWilly Tarreau2017-09-181-2/+9
* auxdisplay: charlcd: Add support for displays with more than two linesGeert Uytterhoeven2017-03-171-9/+13
* auxdisplay: charlcd: Add support for 4-bit interfacesGeert Uytterhoeven2017-03-171-6/+30
* auxdisplay: charlcd: Extract character LCD core from misc/panelGeert Uytterhoeven2017-03-171-0/+790