aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* GDISP changes including polygon supportAndrew Hannam2013-03-1010-1681/+1907
| | | | | | | | | | | | Add polygon drawing Add convex polygon filling Start support for a monochrome display Move gdisp doxygen to header file Restructure the balance between gdisp.h and gdisp_lld.h Remove old extern font definitions (now always use gdispOpenFont) Make public the GDISP structure and change macros to suit (faster for the application). gdispQuery is now optional.
* Revert "GDISP changes including polygon support"Andrew Hannam2013-03-109-1904/+1681
| | | | This reverts commit 269262ef9bcd392eb037ed9873557478951669e7.
* GDISP changes including polygon supportAndrew Hannam2013-03-109-1681/+1904
| | | | | | | | | | | | Add polygon drawing Add convex polygon filling Start support for a monochrome display Move gdisp doxygen to header file Restructure the balance between gdisp.h and gdisp_lld.h Remove old extern font definitions (now always use gdispOpenFont) Make public the GDISP structure and change macros to suit (faster for the application). gdispQuery is now optional.
* Merge pull request #20 from Tectu/masterAndrew Hannam2013-03-0910-4/+491
|\ | | | | Merge Tectu Changes
| * embest DMSTF4BB board fix - removed FSMC suffix because only FSMC existsJoel Bodenmann2013-03-083-3/+5
| |
| * small cleanupJoel Bodenmann2013-03-081-1/+2
| |
| * release.txt updateJoel Bodenmann2013-03-081-2/+4
| |
| * Merge pull request #41 from resset/masterTectu2013-03-073-6/+111
| |\ | | | | | | STMPE811: added header with registers addresses
| | * STMPE811: comment fixMateusz Tomaszkiewicz2013-03-081-2/+2
| | |
| | * STMPE811: added header with registers addressesMateusz Tomaszkiewicz2013-03-083-6/+111
| |/ | | | | | | | | Also changed filename of board file from *_embest_lcd.h to *_embest_dmstf4bb.h.
| * added basic STMPE811 skeletonJoel Bodenmann2013-03-086-0/+377
| |
| * Merge pull request #40 from inmarket/masterTectu2013-03-0721-270/+356
| |\ | |/ |/| Merge InMarket Changes
* | Nokia6610GE8 driver updatesAndrew Hannam2013-03-082-195/+281
| | | | | | | | | | | | | | | | 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.
* | Fix compiler warningAndrew Hannam2013-03-081-1/+1
| |
* | Fix Olimex SAM7EX256 button definitionsAndrew Hannam2013-03-081-57/+57
| |
* | Correction of copyright messageAndrew Hannam2013-03-0817-17/+17
| |
* | Merge pull request #19 from Tectu/masterAndrew Hannam2013-03-07146-326/+18784
|\| | | | | Merge Textu Changes
| * updated copyright - 2013Joel Bodenmann2013-03-06138-135/+135
| |
| * docsJoel Bodenmann2013-03-051-0/+3
| |
| * added gdisp_pictures demoJoel Bodenmann2013-03-048-0/+18455
| |
| * __inline becomes inline because most compilers dont like the prefixJoel Bodenmann2013-03-0431-191/+191
| |
| * Merge pull request #38 from inmarket/masterTectu2013-03-041-196/+238
| |\ | | | | | | Add PWM backlight control to Nokia6610GE8
* | | Revert "Fix compiler warning"Andrew Hannam2013-03-081-1/+1
| | | | | | | | | | | | This reverts commit 3bcbfacc5c2961d2ad9271165c63fbdcc90bf1d4.
* | | Revert "Fix Olimex SAM7EX256 button definitions"Andrew Hannam2013-03-081-57/+57
| | | | | | | | | | | | This reverts commit 43dec4857a40f96b43e4d3ecf8098fd1c461f59e.
* | | Revert "Revert "Revert "Nokia6610GE8 driver updates"""Andrew Hannam2013-03-081-201/+116
| | | | | | | | | | | | This reverts commit 739b39ddd4802ed7de0845481e99b5056da90c15.
* | | Revert "Revert "Nokia6610GE8 driver updates""Andrew Hannam2013-03-081-116/+201
| | | | | | | | | | | | This reverts commit 193c6f488e29be503d97a1514c038cb7d2fe0b8d.
* | | Revert "Nokia6610GE8 driver updates"Andrew Hannam2013-03-081-201/+116
| | | | | | | | | | | | This reverts commit a966df6f3466b3232a11db39188e35d5d5b29b55.
* | | Nokia6610GE8 driver updatesAndrew Hannam2013-03-071-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.
* | | Fix Olimex SAM7EX256 button definitionsAndrew Hannam2013-03-071-57/+57
| | |
* | | Fix compiler warningAndrew Hannam2013-03-071-1/+1
| |/ |/|
* | Add PWM backlight control to Nokia6610GE8Andrew Hannam2013-03-041-196/+238
| | | | | | | | | | Add PWM backlight control to Nokia6610GE8 for the Olimex SAM7EX256 board.
* | Merge pull request #17 from Tectu/masterAndrew Hannam2013-03-0312-24/+1120
|\| | | | | Merge Tectu Changes
| * ILI9320 updateJoel Bodenmann2013-03-031-11/+25
| |
| * TDISP updateJoel Bodenmann2013-03-025-13/+85
| |
| * Merge pull request #37 from resset/masterTectu2013-03-026-0/+1010
| |\ | | | | | | SSD2119 display driver
| | * Merge branch 'SSD2119'Mateusz Tomaszkiewicz2013-03-021-3/+2
| | |\
| | | * SSD2119: readme fixMateusz Tomaszkiewicz2013-03-021-3/+2
| | | |
| | * | Merge branch 'SSD2119'Mateusz Tomaszkiewicz2013-03-026-0/+1011
| | |\|
| | | * 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-1941-9506/+11031
| | | |\
| | | * | SSD2119: GDISP_LLD() macro removalMateusz Tomaszkiewicz2013-02-132-9/+8
| | | | |
| | | * | Merge branch 'master' into SSD2119Mateusz Tomaszkiewicz2013-02-1336-778/+285
| | | |\ \
| | | * | | 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.