summaryrefslogtreecommitdiff
path: root/apps/examples/slcd/slcd_main.c
Commit message (Collapse)AuthorAgeFilesLines
* Fixes for more cppcheck complaints. Mostly cosmeticGregory Nutt2014-11-251-1/+1
|
* Use more standard *argv[] instead easier **argvGregory Nutt2014-09-061-1/+1
|
* With kernel build, entry point to all tasks is main, not some xyz_mainGregory Nutt2014-09-061-0/+4
|
* The SLCD driver is now fully functional for Sure PIC32MX boardGregory Nutt2013-05-271-1/+21
|
* Rename SLCD geometry tructure to attributes; Move MAX contrast to ↵Gregory Nutt2013-05-271-10/+10
| | | | attributes. Add attribute and ioctl commands to get and set SLCD brightness
* More SLCD-related fixesGregory Nutt2013-05-261-16/+21
|
* Extentions SCLD test; SCLD CODEC and LCD1602 driver bug fixesGregory Nutt2013-05-261-30/+59
|
* PCB-Logic PIC32MX LCD1602 driver now supports SLCD CODED; Added an SLCD ↵Gregory Nutt2013-05-251-0/+1
| | | | ioctl command to get cursor position
* Converted configs/pcblogic-pic32mx configurations to use kconfig-frontends. ↵Gregory Nutt2013-05-251-1/+1
| | | | Re-organization of files in configs/pcblogic-pic32mx/src
* Additional bug fixes and minor extensions to the STM32L-Disovery segment LCD ↵Gregory Nutt2013-05-241-4/+16
| | | | support and to the apps/examples/slcd segment LCD test.
* Fix bugs in SLCD test and in SLCD CODECGregory Nutt2013-05-241-7/+81
|
* Add apps/examples/slcd, Remove USB from STM32L-Discovery, LSE support for ↵Gregory Nutt2013-05-241-0/+226
the STM32 L family, some STM32L-Discovery LCD debug changes