aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gdisp/Nokia6610/gdisp_lld.c
Commit message (Collapse)AuthorAgeFilesLines
* Ginput and structure changesAndrew Hannam2012-11-261-2/+5
| | | | | | | | GINPUT Touch including drivers GTIMER fixes GEVENT fixes GWIN button completion Structure changes to better seperate sections of a sub-system
* typo fix: aquire_bus -> acquire_busJoel Bodenmann2012-11-201-5/+5
|
* replaced get_bus by aquire_busJoel Bodenmann2012-11-191-5/+5
|
* gdisp Nokia and SSD1289 updatesAndrew Hannam2012-11-171-25/+23
| | | | | | | Convert SSD1289 to use board files. Update Nokia driver to use short names in the board files. Full expanded names are not needed as they are all static inline routines.
* Updates to gdisp Nokia driverAndrew Hannam2012-11-151-122/+113
| | | | | | For gdisp Nokia driver - Add get_bus and release_bus into the board interface definition - Tidy the code up for readability using some macros.
* Gdisp lld driver correctionsAndrew Hannam2012-11-151-19/+27
| | | | | | | | | | | | Corrections to Nokia gdisp driver - Fix for the application calling the unsupported gdispSetOrientation and gdispSetPower - Implemented full backlight control (on/off only currently) Corrections to the Ili9320 driver - Fix for the application calling the unsupported gdispSetOrientation - Fix for initialisation of the backlight - Fix for backlight when using display low power modes.
* big doxygen update - now it works as it shouldJoel Bodenmann2012-11-071-1/+1
|
* docsJoel Bodenmann2012-11-031-1/+1
|
* moar doxygen fixesJoel Bodenmann2012-11-021-1/+1
|
* Fixes to Nokia6610 driver, add Win32 driverAndrew Hannam2012-10-271-49/+13
| | | | | | | | Fix errors that crept in recent macro changes to the Nokia6610 driver. Removed some redundant code from Nokia6610 driver now that it is functional for the GE8 controller. Add Win32 driver. Untested at present as ChibiOS Win32 compile appears broken.
* renamed macrosJoel Bodenmann2012-10-211-2/+2
|
* SCREEN_WIDTH and SCREEN_HEIGHT renamed to GDISP_SCREEN_WIDTH and ↵Joel Bodenmann2012-10-111-12/+12
| | | | GDISP_SCREEN_HEIGHT
* rename of orientationJoel Bodenmann2012-10-051-5/+5
|
* Revert "rename of orientation"Joel Bodenmann2012-10-051-5/+5
| | | | This reverts commit d6b17a157392b40a1131fe70d798ad3eaab6378f.
* rename of orientationJoel Bodenmann2012-10-051-5/+5
|
* replaced every LCD_XXX macro with GDISP_XXXJoel Bodenmann2012-09-291-7/+7
|
* renaming from ChibiOS-LCD-Driver to ChibiOS/GFXJoel Bodenmann2012-09-251-3/+3
|
* Clip Boundary Conditions & Nokia6610 FixesAndrew Hannam2012-09-101-26/+43
| | | | | Clipping Boundary Conditions are now fixed. Nokia6610 Driver now works properly, also supports setting LCD contrast.
* Changes to Console, VMT, BitBlt, Clip & DriversAndrew Hannam2012-09-101-368/+256
| | | | | | | | | Console - Fix compile, add GDISP_NEED_CONSOLE for compilation VMT - Fix after directory structure changes BitBlt - Update API to allow a source bitmap position. Clip - Add clipping support into gdisp Arc - Allow hardware accelleration of Arc routines Nokia6610 - Fixes to BitBlt.
* removed gdisp prefix on gdisp driversTectu2012-08-141-0/+688