aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gdisp
Commit message (Collapse)AuthorAgeFilesLines
...
* | SSD2119: GDISP_LLD() macro removalMateusz Tomaszkiewicz2013-02-132-9/+8
| |
* | Merge branch 'master' into SSD2119Mateusz Tomaszkiewicz2013-02-1325-600/+117
|\|
| * more GDISP_LLD() cleanupJoel Bodenmann2013-02-1120-538/+55
| |
| * removed GDISP_LLD() macro - fixJoel Bodenmann2013-02-1155-0/+7114
| |
| * removed GDISP_LLD() macroJoel Bodenmann2013-02-1155-7114/+0
| |
* | SSD2119: code & comments cleanupMateusz Tomaszkiewicz2013-02-075-22/+28
| |
* | SSD2119: reorganization of filesresset2013-02-075-373/+184
| | | | | | | | | | | | - Added FSMC board file (_fsmc suffix) - working. - Added GPIO board file (no suffix) - not working. - Removed unneeded files.
* | SSD2119: first working version of driverresset2013-02-053-115/+213
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It is a mix of barely changed few drivers already present in ChibiOS/GFX project. No other routines than initialization ones were changed. Properly displays "basics" demo. Main features and changes: - Based on SSD1289 and SSD1121 in FSMC mode. - Uses FSMC module. Maybe oneday I will make GPIO version. - LCD backlight PWM input is tied high (no timer yet). - Added ssd2119.h with SSD2119 registers' addresses. - Updated set_cursor and set_viewport functions. Not thoroughly tested, however. - Rewritten GDISP_LLD(init)(void) function.
* | SSD2119: created board fileresset2013-01-262-0/+159
| | | | | | | | | | Created board support file for Embest DM-STF4BB board with DM-LCD35RT LCD module. You simply plug STM32F4DISCOVERY into it.
* | initial commit: copy sources from SSD1289resset2013-01-267-0/+1106
|/ | | | | | | | | | | | | | I started project of new driver: SSD2119. This work is based on SSD1289. I don't know exactly if this one is the most similar to my one. It's just an experiment. There is no accompanying board file of any flavor, but the hardware lying on my desk is Embest DM-STF4BB with DM-LCD35RT LCD module. Changes already made: - Copied entire drivers/gdisp/SSD1289 directory into drivers/gdisp/SSD2119. - Changed every occurrence of "SSD1289" to "SSD2119" in each source file.
* small doxygen fixesJoel Bodenmann2013-01-113-4/+4
|
* cleanupJoel Bodenmann2013-01-033-25/+1
|
* added ILI9325 driver. Thanks to Chris van Dongen aka _SjaakJoel Bodenmann2013-01-036-0/+833
|
* Fixes for the SSD1289 driverAndrew Hannam2012-12-201-14/+17
| | | | | | | Put aquire_bus() and release_bus() in the right place in the control routine. Simplify reset_viewport(). A couple of other simple tidyups.
* - clear function: moved call to reset_viewport after aquire_bus, so LCD ↵etmatrix2012-12-171-11/+13
| | | | | | receive the new viewport - control function: added call to acquire_bus and release_bus
* SSD1289 calibration clear fixJoel Bodenmann2012-12-172-1/+1
|
* dirty dirty dirty very very dirty reset_viewport for mouse calibration fixJoel Bodenmann2012-12-171-0/+1
|
* SSD1289 reset_viewport quick fixJoel Bodenmann2012-12-171-1/+14
|
* RestructureAndrew Hannam2012-12-0623-154/+1025
| | | | | | | | | | | | | Create global include file called gfx.h which knows about sub-system dependancies. Deprecate Touchscreen (GINPUT touch is now working properly) Merge Graph into GWIN Change directory structure to reflect sub-system structure Many small bugs fixed Split Nokia6610 gdisp driver into GE8 and GE12 controller versions Fixed broken demos. GFX sub-systems are now clearly defined and new ones should be much easier to add.
* ILI9320 fixJoel Bodenmann2012-12-021-2/+2
|
* ILI9320 landscape modeJoel Bodenmann2012-11-281-8/+35
|
* ILI9320 fixJoel Bodenmann2012-11-272-6/+5
|
* copyright header fixes...Joel Bodenmann2012-11-2625-25/+25
|
* Ginput and structure changesAndrew Hannam2012-11-2612-1094/+24
| | | | | | | | GINPUT Touch including drivers GTIMER fixes GEVENT fixes GWIN button completion Structure changes to better seperate sections of a sub-system
* S6D1121 doxygenJoel Bodenmann2012-11-231-1/+1
|
* SSD1289 firebull docJoel Bodenmann2012-11-221-4/+4
|
* SSD1289 - firebull updateJoel Bodenmann2012-11-221-19/+19
|
* S6D1121 macro fixJoel Bodenmann2012-11-221-4/+7
|
* ported S6D1121 driverJoel Bodenmann2012-11-226-420/+438
|
* SSD1289 fixJoel Bodenmann2012-11-211-2/+2
|
* SSD1289 fixJoel Bodenmann2012-11-202-5/+6
|
* typo fix: aquire_bus -> acquire_busJoel Bodenmann2012-11-207-19/+19
|
* replaced get_bus by aquire_busJoel Bodenmann2012-11-197-20/+20
|
* more SSD1289 and touchscreen workaroundJoel Bodenmann2012-11-171-2/+1
|
* SSD1289 fixJoel Bodenmann2012-11-171-2/+10
|
* SSD1289 fixJoel Bodenmann2012-11-172-2/+2
|
* gdisp Nokia and SSD1289 updatesAndrew Hannam2012-11-179-563/+713
| | | | | | | 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.
* removed obselete GDISP_USE_SPI macro in olimex SAM7EX256 board file for ↵Joel Bodenmann2012-11-161-4/+0
| | | | Nokia6610 driver
* Updates to gdisp Nokia driverAndrew Hannam2012-11-153-126/+153
| | | | | | 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-154-25/+64
| | | | | | | | | | | | 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.
* ILI9320 updateJoel Bodenmann2012-11-131-0/+5
|
* Backlight fixJoel Bodenmann2012-11-131-4/+3
|
* typo fixJoel Bodenmann2012-11-131-1/+1
|
* implemented contrast and backlight functions for GDISP. Implemented those ↵Joel Bodenmann2012-11-132-44/+50
| | | | into ILI9320
* typoJoel Bodenmann2012-11-131-1/+1
|
* ILI9320 updateJoel Bodenmann2012-11-121-20/+21
|
* new ILI9320 driver - please use as templateJoel Bodenmann2012-11-126-320/+300
|
* Win32 orientation & gwin console line clear fixesAndrew Hannam2012-11-121-25/+31
| | | | | Fixes to Win32 orientation for scrolling Improve the way line clearing is handled in gwin consoles.
* gdisp Win32 Orientation support. Revert MacroAndrew Hannam2012-11-122-57/+447
| | | | | | gdisp Win32 orientation support. Revert to producing an error if GDISP_NEED_TEXT is not defined when GWIN_NEED_CONSOLE or GWIN_NEED_BUTTON is defined.
* removed false ILI9320 codeJoel Bodenmann2012-11-121-12/+7
|