summaryrefslogtreecommitdiff
path: root/nuttx/drivers/lcd
Commit message (Collapse)AuthorAgeFilesLines
* Verified the sure-pic32mx/usbnsh configurationGregory Nutt2013-05-271-4/+9
|
* The SLCD driver is now fully functional for Sure PIC32MX boardGregory Nutt2013-05-271-2/+3
|
* Rename SLCD geometry tructure to attributes; Move MAX contrast to ↵Gregory Nutt2013-05-272-6/+13
| | | | attributes. Add attribute and ioctl commands to get and set SLCD brightness
* Converted configs/pcblogic-pic32mx configurations to use kconfig-frontends. ↵Gregory Nutt2013-05-252-3/+38
| | | | Re-organization of files in configs/pcblogic-pic32mx/src
* Add support for R61505U LCD controller on HY-mini STM32v boardGregory Nutt2013-05-161-0/+4
|
* Various changes and bigfixes for problems detected by CppCheckGregory Nutt2013-05-091-1/+1
|
* configs/mikroe-stm32f4: Add new configurations plus support for the ↵Gregory Nutt2013-05-071-0/+7
| | | | MIO283QT2 display from Ken Pettit
* mio283qt2.c: Need select/deselect LCD in setpower method; hwinitialize did ↵Gregory Nutt2013-05-061-4/+22
| | | | not deselect LCD
* Yet more kconfg2html logicGregory Nutt2013-04-201-10/+10
|
* More ST5767 LCD files missed in last commitpatacongo2013-03-222-0/+1099
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5773 42af7a65-404d-4744-a932-0658087f49c3
* Add an ST7567 LCD driver for ZKIT-ARM-1769patacongo2013-03-223-0/+64
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5772 42af7a65-404d-4744-a932-0658087f49c3
* Add syslog.h; rename lib_rawprintf() to syslog()patacongo2013-01-282-6/+6
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5578 42af7a65-404d-4744-a932-0658087f49c3
* Beginning of support for LCD1602patacongo2013-01-211-2/+8
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5545 42af7a65-404d-4744-a932-0658087f49c3
* LM3S OpenOCD configuration from Jose Pablo Carballopatacongo2013-01-211-27/+45
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5544 42af7a65-404d-4744-a932-0658087f49c3
* Updates from Darcy Gong for UG-2864SWEG01 OLEDpatacongo2013-01-012-18/+59
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5469 42af7a65-404d-4744-a932-0658087f49c3
* Fix the nxlines configuration for the zp214xpa boardpatacongo2012-12-301-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5467 42af7a65-404d-4744-a932-0658087f49c3
* Add UG_2965SWEG01 driver from Darcy Gong; fix logic error in how waiters are ↵patacongo2012-12-262-0/+1181
| | | | | | reawakened in the USB HID keyboard driver git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5462 42af7a65-404d-4744-a932-0658087f49c3
* Another random number generator updatepatacongo2012-12-011-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5406 42af7a65-404d-4744-a932-0658087f49c3
* A few native window build updatespatacongo2012-11-251-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5387 42af7a65-404d-4744-a932-0658087f49c3
* Centralized the definition of the INCDIR script in tools/Config.mkpatacongo2012-11-131-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5346 42af7a65-404d-4744-a932-0658087f49c3
* Misc changes to accept setenv.bat; Add UG-2864AMBAG01 reverse landscape supportpatacongo2012-11-091-0/+25
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5326 42af7a65-404d-4744-a932-0658087f49c3
* UG-2864AMBAG01 driver is basically functionalpatacongo2012-11-091-1/+0
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5325 42af7a65-404d-4744-a932-0658087f49c3
* STM32 OTG FS fix from Petteri Aimonen; Finish off some UG-2864AMBAG01 test logicpatacongo2012-11-082-57/+22
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5322 42af7a65-404d-4744-a932-0658087f49c3
* Add UG-2864AMBAG01 initialization for use on STM32F4Discoverypatacongo2012-11-081-13/+0
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5321 42af7a65-404d-4744-a932-0658087f49c3
* Add driver for Univision UG-2864AMBAG01patacongo2012-11-074-12/+1271
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5319 42af7a65-404d-4744-a932-0658087f49c3
* STM32 OTG FS device fix from Petteri Aimonenpatacongo2012-11-071-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5318 42af7a65-404d-4744-a932-0658087f49c3
* Turn off LCD reading on Shenzhou board (needs some TLC before it will be usable)patacongo2012-09-281-11/+92
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5202 42af7a65-404d-4744-a932-0658087f49c3
* Definitions for ARMv7-M AIRCR register, Fixes for ADS7843 and SSD1289 ↵patacongo2012-09-271-1/+19
| | | | | | driver, Missing build logic for examples/watchdog git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5198 42af7a65-404d-4744-a932-0658087f49c3
* Shenzhou board has an SSD1289 LCD, not ILI93xxpatacongo2012-09-262-3/+33
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5194 42af7a65-404d-4744-a932-0658087f49c3
* Add more LCD-related Kconfig logic; Create a Kconfig file for NxWidgetspatacongo2012-09-251-0/+15
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5189 42af7a65-404d-4744-a932-0658087f49c3
* Email address change in nuttx/patacongo2012-09-136-505/+505
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5145 42af7a65-404d-4744-a932-0658087f49c3
* Move duplicate LCD orieations settings from configs/*/Kconfig to ↵patacongo2012-08-181-0/+39
| | | | | | drivers/lcd/Kconfig git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5036 42af7a65-404d-4744-a932-0658087f49c3
* Add SSD1783 LCD driver for C155 phonepatacongo2012-07-261-9/+39
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4981 42af7a65-404d-4744-a932-0658087f49c3
* Mostly cosmetic updatespatacongo2012-07-261-39/+41
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4980 42af7a65-404d-4744-a932-0658087f49c3
* The PIC32MX7 MMB's mio832qt2 LCD is functionalpatacongo2012-06-041-12/+20
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4803 42af7a65-404d-4744-a932-0658087f49c3
* Add support for the MIO283QT2 LCDpatacongo2012-06-042-0/+1010
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4802 42af7a65-404d-4744-a932-0658087f49c3
* updates for LCD initializationpatacongo2012-05-312-57/+124
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4791 42af7a65-404d-4744-a932-0658087f49c3
* NFS updatepatacongo2012-05-301-2/+2
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4790 42af7a65-404d-4744-a932-0658087f49c3
* Fix some of the SSD1289 initial register settingspatacongo2012-05-302-13/+21
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4788 42af7a65-404d-4744-a932-0658087f49c3
* SSD1289 fixespatacongo2012-05-281-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4776 42af7a65-404d-4744-a932-0658087f49c3
* Add STM32F4Discovery support for an SSD1289-based LCDpatacongo2012-05-241-10/+12
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4769 42af7a65-404d-4744-a932-0658087f49c3
* Add generic SSD1289 LCD driverpatacongo2012-05-244-3/+1634
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4768 42af7a65-404d-4744-a932-0658087f49c3
* Kconfig updatepatacongo2012-04-131-5/+152
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4599 42af7a65-404d-4744-a932-0658087f49c3
* Updated Kconfig files from Lzyypatacongo2012-04-071-0/+24
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4569 42af7a65-404d-4744-a932-0658087f49c3
* Add kconfig documentationpatacongo2012-04-061-1/+1
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4567 42af7a65-404d-4744-a932-0658087f49c3
* Adding skeleton Kconfig files (part 1 of 2)patacongo2012-04-061-0/+4
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4564 42af7a65-404d-4744-a932-0658087f49c3
* Update to README filespatacongo2011-12-241-0/+135
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4222 42af7a65-404d-4744-a932-0658087f49c3
* ADS7843E driver is code completepatacongo2011-10-049-0/+0
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4018 42af7a65-404d-4744-a932-0658087f49c3
* Add STM3210E-EVAL LCD driver.patacongo2011-07-051-7/+12
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3745 42af7a65-404d-4744-a932-0658087f49c3
* Add initial CC1101 wireless logic from Urospatacongo2011-05-161-7/+11
| | | | git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3617 42af7a65-404d-4744-a932-0658087f49c3