aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gdisp
Commit message (Collapse)AuthorAgeFilesLines
* SSD1289 area filling fixJoel Bodenmann2013-09-281-1/+1
|
* Add driver for ED060SC4 e-ink display panelPetteri Aimonen2013-09-248-0/+946
|
* Added ST7565 driver by user sam0737Joel Bodenmann2013-09-155-0/+428
|
* fixed SSD1306 license headersJoel Bodenmann2013-08-292-2/+2
|
* Added SSD1306 driver by user goeckJoel Bodenmann2013-08-268-0/+1120
|
* added SSD1963 example filesJoel Bodenmann2013-08-032-0/+368
|
* RA8875 now GOS compatibleJoel Bodenmann2013-07-221-6/+4
|
* fixed license headersJoel Bodenmann2013-07-2154-54/+54
|
* doxygen updatesJoel Bodenmann2013-07-212-3/+3
|
* cleaned up board file messJoel Bodenmann2013-07-2142-1632/+1001
|
* RA8875 fixJoel Bodenmann2013-07-202-5/+5
|
* RA8875 changes from v1.7inmarket2013-07-198-570/+135
|
* Added RA8875 GDISP driverJoel Bodenmann2013-06-2210-0/+1263
|
* Various README updatesMateusz Tomaszkiewicz2013-06-219-26/+25
| | | | Changed misleading description.
* SSD2119: FSMC settings tunedMateusz Tomaszkiewicz2013-06-202-33/+11
| | | | | With FSMC BTR timing register settings tuned and DMA on, we get over 10.2 Mpx/s instead of 4.7 Mpx/s.
* SSD2119: GDISP_USE_FSMC "switch" addedMateusz Tomaszkiewicz2013-06-182-14/+29
| | | | Enable FSMC functions only when GDISP_USE_FSMC is set.
* Various readme updateMateusz Tomaszkiewicz2013-06-182-8/+11
| | | | For GDISP drivers SSD2119 & SSD1289.
* SSD2119: make use of DMAMateusz Tomaszkiewicz2013-06-182-42/+134
| | | | | | | | | | This is mostly a copy from Eddie's work posted here: http://forum.chibios.org/phpbb/viewtopic.php?f=11&t=851#p11054 No work was done towards making it work as fast as possible. Tested with: https://github.com/etmatrix/ChibiOS-GFX-Example/blob/master/bench/main.c Results show performance of ~5.34 Mpx/s with use of DMA compared to ~4.78 Mpx/s without.
* License header updatesinmarket2013-06-1550-50/+50
|
* SSD1289 update by user EddieJoel Bodenmann2013-06-043-568/+820
|
* doxygen fixesJoel Bodenmann2013-06-011-1/+1
|
* GOS module, for operating system independanceinmarket2013-05-2514-59/+37
| | | | | GMISC fast floating point trig GMISC fast fixed point trig
* Added HX8347D driver by the user EddieJoel Bodenmann2013-05-216-0/+908
|
* updated license headersJoel Bodenmann2013-05-0345-829/+244
|
* Revert "updated license headers"Joel Bodenmann2013-05-0245-383/+418
| | | | This reverts commit 0a26d9983b6d1deab272ff6dde98f7c77ff2a56c.
* updated license headersJoel Bodenmann2013-05-0245-418/+383
|
* Renamed HVGA_X81 to ILI9481Abhishek Kumar2013-04-308-20/+20
|
* New LLD: HVGA_X81Abhishek Kumar2013-04-307-0/+1143
| | | | | | | | For HVGA : 320 x 480, 16bpp displays, controlled by ILI9481 or compatible controllers. * Pixel readback TODO * Powermodes: Sleep implemented
* some doxygen fixesJoel Bodenmann2013-04-082-2/+2
|
* [ILI9320][olimex][pic32] extra dummy read after index writeDmytro Milinevskyy2013-04-071-0/+5
|
* [ILI9320] LLD for olimex pic32 demo boardDmytro Milinevskyy2013-04-052-0/+116
|
* [ILI9325] read LCD versionDmytro Milinevskyy2013-04-051-0/+2
|
* [ILI9320/ILI9325] use correct lld accessor to read the data from the LCDDmytro Milinevskyy2013-04-042-6/+2
|
* SSD1963 - Removed unused function that what using an inline macro.mobyfab2013-04-041-5/+0
|
* SSD1963 Driver - Removed old config filesmobyfab2013-04-042-268/+0
|
* Fixed SSD1963 Driver to work with latest GDISP.mobyfab2013-04-046-337/+768
|
* SSD2119: readme fixMateusz Tomaszkiewicz2013-04-041-2/+2
|
* ILI9320 fixJoel Bodenmann2013-04-032-0/+16
|
* GPIO interface-related fixesAbhishek Kumar2013-03-303-3/+63
| | | | | | Adding acquire_bus() and release_bus() so that orientation setting commands are not ignored.
* board file fixJoel Bodenmann2013-03-291-0/+8
|
* STMPE811 - initialJoel Bodenmann2013-03-291-8/+0
|
* SSD1289 SSD2119: fixed warning messagesMateusz Tomaszkiewicz2013-03-202-8/+8
| | | | | | Few type castings in order to suppress warnings (-Wsign-compare): "comparison between signed and unsigned integer expressions" "signed and unsigned type in conditional expression"
* SSD1963 rework by user: fredJoel Bodenmann2013-03-144-224/+294
|
* embest DMSTF4BB board fix - removed FSMC suffix because only FSMC existsJoel Bodenmann2013-03-082-2/+2
|
* Nokia6610GE8 driver updatesAndrew Hannam2013-03-081-116/+201
| | | | | | | | Fix screen size to ignore hidden pixels. Add orientation support. Fix bit blitting boundary conditions. Add power modes support. This driver is now fully implemented.
* updated copyright - 2013Joel Bodenmann2013-03-0635-35/+35
|
* __inline becomes inline because most compilers dont like the prefixJoel Bodenmann2013-03-0422-157/+157
|
* Add PWM backlight control to Nokia6610GE8Andrew Hannam2013-03-041-196/+238
| | | | | Add PWM backlight control to Nokia6610GE8 for the Olimex SAM7EX256 board.
* ILI9320 updateJoel Bodenmann2013-03-031-11/+25
|
* SSD2119: readme fixMateusz Tomaszkiewicz2013-03-021-3/+2
|