aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gdisp
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* SSD2119: GPIO board file removalMateusz Tomaszkiewicz2013-03-022-243/+0
| | | | | | Removed GPIO board file. It did not work (it wasn't finished nor started to be honest). It is always possible to make it, general idea is exactly the same as in SSD1289 driver.
* SSD2119: updated scroll function nameMateusz Tomaszkiewicz2013-03-011-1/+1
| | | | Changed to new scheme: gdisp_lld_*.
* SSD2119: orientation controlMateusz Tomaszkiewicz2013-02-282-16/+16
| | | | All angles supported: 0, 90, 180, 270.
* SSD2119: power controlMateusz Tomaszkiewicz2013-02-251-90/+125
| | | | All modes are working: powerOff, powerOn, powerSleep and powerDeepSleep.
* SSD2119: PWM period changeMateusz Tomaszkiewicz2013-02-222-3/+16
| | | | | 100 kHz PWM period made small induction coil onboard LCD to moan if the pulse width was smaller than 100%. I changed it to 1MHz.
* SSD2119: backlight controlMateusz Tomaszkiewicz2013-02-216-1096/+1123
| | | | | | | | | - Backlight uses PWM on TIM4 CH2. - Updated readme. - Updated gdisp_lld.c: moved from lld_gdisp_* to gdisp_lld_* functions names format. - One forgotten GDISP_LLD() macro removal. - General code cleanup (make diff with -w parameter ;))
* Merge branch 'master' into SSD2119Mateusz Tomaszkiewicz2013-02-1912-4360/+4360
|\
| * Fix compile error in GDISPAndrew Hannam2013-02-1812-4360/+4360
| | | | | | | | | | | | Fix compile error with wrongly named include file Revert lld_gdisp naming convention to gdisp_lld to fix problem and be consitant with all other low level drivers.