Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | RA8875 now GOS compatible | Joel Bodenmann | 2013-07-22 | 1 | -6/+4 | |
| | ||||||
* | fixed license headers | Joel Bodenmann | 2013-07-21 | 54 | -54/+54 | |
| | ||||||
* | doxygen updates | Joel Bodenmann | 2013-07-21 | 2 | -3/+3 | |
| | ||||||
* | cleaned up board file mess | Joel Bodenmann | 2013-07-21 | 42 | -1632/+1001 | |
| | ||||||
* | RA8875 fix | Joel Bodenmann | 2013-07-20 | 2 | -5/+5 | |
| | ||||||
* | RA8875 changes from v1.7 | inmarket | 2013-07-19 | 8 | -570/+135 | |
| | ||||||
* | Added RA8875 GDISP driver | Joel Bodenmann | 2013-06-22 | 10 | -0/+1263 | |
| | ||||||
* | Various README updates | Mateusz Tomaszkiewicz | 2013-06-21 | 9 | -26/+25 | |
| | | | | Changed misleading description. | |||||
* | SSD2119: FSMC settings tuned | Mateusz Tomaszkiewicz | 2013-06-20 | 2 | -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" added | Mateusz Tomaszkiewicz | 2013-06-18 | 2 | -14/+29 | |
| | | | | Enable FSMC functions only when GDISP_USE_FSMC is set. | |||||
* | Various readme update | Mateusz Tomaszkiewicz | 2013-06-18 | 2 | -8/+11 | |
| | | | | For GDISP drivers SSD2119 & SSD1289. | |||||
* | SSD2119: make use of DMA | Mateusz Tomaszkiewicz | 2013-06-18 | 2 | -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 updates | inmarket | 2013-06-15 | 50 | -50/+50 | |
| | ||||||
* | SSD1289 update by user Eddie | Joel Bodenmann | 2013-06-04 | 3 | -568/+820 | |
| | ||||||
* | doxygen fixes | Joel Bodenmann | 2013-06-01 | 1 | -1/+1 | |
| | ||||||
* | GOS module, for operating system independance | inmarket | 2013-05-25 | 14 | -59/+37 | |
| | | | | | GMISC fast floating point trig GMISC fast fixed point trig | |||||
* | Added HX8347D driver by the user Eddie | Joel Bodenmann | 2013-05-21 | 6 | -0/+908 | |
| | ||||||
* | updated license headers | Joel Bodenmann | 2013-05-03 | 45 | -829/+244 | |
| | ||||||
* | Revert "updated license headers" | Joel Bodenmann | 2013-05-02 | 45 | -383/+418 | |
| | | | | This reverts commit 0a26d9983b6d1deab272ff6dde98f7c77ff2a56c. | |||||
* | updated license headers | Joel Bodenmann | 2013-05-02 | 45 | -418/+383 | |
| | ||||||
* | Renamed HVGA_X81 to ILI9481 | Abhishek Kumar | 2013-04-30 | 8 | -20/+20 | |
| | ||||||
* | New LLD: HVGA_X81 | Abhishek Kumar | 2013-04-30 | 7 | -0/+1143 | |
| | | | | | | | | For HVGA : 320 x 480, 16bpp displays, controlled by ILI9481 or compatible controllers. * Pixel readback TODO * Powermodes: Sleep implemented | |||||
* | some doxygen fixes | Joel Bodenmann | 2013-04-08 | 2 | -2/+2 | |
| | ||||||
* | [ILI9320][olimex][pic32] extra dummy read after index write | Dmytro Milinevskyy | 2013-04-07 | 1 | -0/+5 | |
| | ||||||
* | [ILI9320] LLD for olimex pic32 demo board | Dmytro Milinevskyy | 2013-04-05 | 2 | -0/+116 | |
| | ||||||
* | [ILI9325] read LCD version | Dmytro Milinevskyy | 2013-04-05 | 1 | -0/+2 | |
| | ||||||
* | [ILI9320/ILI9325] use correct lld accessor to read the data from the LCD | Dmytro Milinevskyy | 2013-04-04 | 2 | -6/+2 | |
| | ||||||
* | SSD1963 - Removed unused function that what using an inline macro. | mobyfab | 2013-04-04 | 1 | -5/+0 | |
| | ||||||
* | SSD1963 Driver - Removed old config files | mobyfab | 2013-04-04 | 2 | -268/+0 | |
| | ||||||
* | Fixed SSD1963 Driver to work with latest GDISP. | mobyfab | 2013-04-04 | 6 | -337/+768 | |
| | ||||||
* | SSD2119: readme fix | Mateusz Tomaszkiewicz | 2013-04-04 | 1 | -2/+2 | |
| | ||||||
* | ILI9320 fix | Joel Bodenmann | 2013-04-03 | 2 | -0/+16 | |
| | ||||||
* | GPIO interface-related fixes | Abhishek Kumar | 2013-03-30 | 3 | -3/+63 | |
| | | | | | | Adding acquire_bus() and release_bus() so that orientation setting commands are not ignored. | |||||
* | board file fix | Joel Bodenmann | 2013-03-29 | 1 | -0/+8 | |
| | ||||||
* | STMPE811 - initial | Joel Bodenmann | 2013-03-29 | 1 | -8/+0 | |
| | ||||||
* | SSD1289 SSD2119: fixed warning messages | Mateusz Tomaszkiewicz | 2013-03-20 | 2 | -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: fred | Joel Bodenmann | 2013-03-14 | 4 | -224/+294 | |
| | ||||||
* | embest DMSTF4BB board fix - removed FSMC suffix because only FSMC exists | Joel Bodenmann | 2013-03-08 | 2 | -2/+2 | |
| | ||||||
* | Nokia6610GE8 driver updates | Andrew Hannam | 2013-03-08 | 1 | -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 - 2013 | Joel Bodenmann | 2013-03-06 | 35 | -35/+35 | |
| | ||||||
* | __inline becomes inline because most compilers dont like the prefix | Joel Bodenmann | 2013-03-04 | 22 | -157/+157 | |
| | ||||||
* | Add PWM backlight control to Nokia6610GE8 | Andrew Hannam | 2013-03-04 | 1 | -196/+238 | |
| | | | | | Add PWM backlight control to Nokia6610GE8 for the Olimex SAM7EX256 board. | |||||
* | ILI9320 update | Joel Bodenmann | 2013-03-03 | 1 | -11/+25 | |
| | ||||||
* | SSD2119: readme fix | Mateusz Tomaszkiewicz | 2013-03-02 | 1 | -3/+2 | |
| | ||||||
* | SSD2119: GPIO board file removal | Mateusz Tomaszkiewicz | 2013-03-02 | 2 | -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 name | Mateusz Tomaszkiewicz | 2013-03-01 | 1 | -1/+1 | |
| | | | | Changed to new scheme: gdisp_lld_*. | |||||
* | SSD2119: orientation control | Mateusz Tomaszkiewicz | 2013-02-28 | 2 | -16/+16 | |
| | | | | All angles supported: 0, 90, 180, 270. | |||||
* | SSD2119: power control | Mateusz Tomaszkiewicz | 2013-02-25 | 1 | -90/+125 | |
| | | | | All modes are working: powerOff, powerOn, powerSleep and powerDeepSleep. | |||||
* | SSD2119: PWM period change | Mateusz Tomaszkiewicz | 2013-02-22 | 2 | -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 control | Mateusz Tomaszkiewicz | 2013-02-21 | 6 | -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 ;)) |