Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | Merge branch 'master' into SSD2119 | Mateusz Tomaszkiewicz | 2013-02-19 | 20 | -5538/+5803 | |
| |\ | ||||||
| * | | SSD2119: GDISP_LLD() macro removal | Mateusz Tomaszkiewicz | 2013-02-13 | 2 | -9/+8 | |
| | | | ||||||
| * | | Merge branch 'master' into SSD2119 | Mateusz Tomaszkiewicz | 2013-02-13 | 27 | -609/+125 | |
| |\ \ | ||||||
| * | | | SSD2119: code & comments cleanup | Mateusz Tomaszkiewicz | 2013-02-07 | 5 | -22/+28 | |
| | | | | ||||||
| * | | | SSD2119: reorganization of files | resset | 2013-02-07 | 5 | -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 driver | resset | 2013-02-05 | 3 | -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 file | resset | 2013-01-26 | 2 | -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 SSD1289 | resset | 2013-01-26 | 7 | -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. | |||||
* | | | | GAUDIN implemented with GADC driver | Andrew Hannam | 2013-03-01 | 5 | -1/+226 | |
| |_|/ |/| | | ||||||
* | | | GADC implementation with demo program | Andrew Hannam | 2013-02-18 | 4 | -0/+231 | |
| | | | | | | | | | | | | Also includes driver for AT91SAM7 cpu | |||||
* | | | TDISP to take ROWS and COLUMNS from board file | Andrew Hannam | 2013-02-18 | 2 | -212/+225 | |
| | | | | | | | | | | | | TDISP to take ROWS and COLUMNS from board file | |||||
* | | | Fix compile error in GDISP | Andrew Hannam | 2013-02-18 | 13 | -5386/+5386 | |
| | | | | | | | | | | | | | | | | | | 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. | |||||
* | | | TDISP merge - NOT TESTED!!! | Joel Bodenmann | 2013-02-18 | 4 | -262/+283 | |
|\ \ \ | |_|/ |/| | | ||||||
| * | | TDISP cleanup | Andrew Hannam | 2013-01-19 | 4 | -262/+283 | |
| |/ | | | | | | | | | | | Seperate High level and low level code better Implement tdispControl Cleanup | |||||
* | | more GDISP_LLD() cleanup | Joel Bodenmann | 2013-02-11 | 21 | -539/+55 | |
| | | ||||||
* | | removed GDISP_LLD() macro - fix | Joel Bodenmann | 2013-02-11 | 84 | -0/+9809 | |
| | | ||||||
* | | removed GDISP_LLD() macro | Joel Bodenmann | 2013-02-11 | 84 | -9809/+0 | |
|/ | ||||||
* | TDISP cleanup | Joel Bodenmann | 2013-01-17 | 1 | -0/+33 | |
| | ||||||
* | some more TDISP cleanup | Joel Bodenmann | 2013-01-16 | 1 | -0/+8 | |
| | ||||||
* | removed internal TDISP_LLD() macro | Joel Bodenmann | 2013-01-16 | 2 | -13/+12 | |
| | ||||||
* | TDISP update | Joel Bodenmann | 2013-01-16 | 1 | -0/+22 | |
| | ||||||
* | TDISP: added custom character routine | Joel Bodenmann | 2013-01-12 | 1 | -0/+2 | |
| | ||||||
* | Merge branch 'tdisp' | Joel Bodenmann | 2013-01-11 | 4 | -0/+204 | |
|\ | ||||||
| * | TDISP update | Joel Bodenmann | 2013-01-10 | 1 | -7/+0 | |
| | | ||||||
| * | 4-bit mode implemented | Joel Bodenmann | 2013-01-10 | 2 | -15/+24 | |
| | | ||||||
| * | some TDISP doxygen | Joel Bodenmann | 2013-01-10 | 2 | -0/+2 | |
| | | ||||||
| * | added TDISP - experimental | Joel Bodenmann | 2013-01-09 | 4 | -0/+200 | |
| | | ||||||
* | | small doxygen fixes | Joel Bodenmann | 2013-01-11 | 4 | -6/+6 | |
|/ | ||||||
* | cleanup | Joel Bodenmann | 2013-01-03 | 3 | -25/+1 | |
| | ||||||
* | added ILI9325 driver. Thanks to Chris van Dongen aka _Sjaak | Joel Bodenmann | 2013-01-03 | 6 | -0/+833 | |
| | ||||||
* | Fixes for the SSD1289 driver | Andrew Hannam | 2012-12-20 | 1 | -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. | |||||
* | more doxygen | Joel Bodenmann | 2012-12-18 | 15 | -16/+19 | |
| | ||||||
* | XPT2046 removed | Joel Bodenmann | 2012-12-18 | 6 | -393/+0 | |
| | ||||||
* | doxygen | Joel Bodenmann | 2012-12-18 | 19 | -19/+51 | |
| | ||||||
* | added Olimex STM32 E407 touchscreen file | Joel Bodenmann | 2012-12-18 | 1 | -0/+102 | |
| | ||||||
* | ginput doxygen | Joel Bodenmann | 2012-12-18 | 1 | -0/+2 | |
| | ||||||
* | - clear function: moved call to reset_viewport after aquire_bus, so LCD ↵ | etmatrix | 2012-12-17 | 1 | -11/+13 | |
| | | | | | | receive the new viewport - control function: added call to acquire_bus and release_bus | |||||
* | SSD1289 calibration clear fix | Joel Bodenmann | 2012-12-17 | 3 | -6/+6 | |
| | ||||||
* | correct typo | etmatrix | 2012-12-17 | 1 | -1/+1 | |
| | ||||||
* | dirty dirty dirty very very dirty reset_viewport for mouse calibration fix | Joel Bodenmann | 2012-12-17 | 1 | -0/+1 | |
| | ||||||
* | SSD1289 reset_viewport quick fix | Joel Bodenmann | 2012-12-17 | 1 | -1/+14 | |
| | ||||||
* | typo fix - thanks to etmatrix | Joel Bodenmann | 2012-12-16 | 1 | -1/+1 | |
| | ||||||
* | removed touchscreen drivers | Joel Bodenmann | 2012-12-16 | 12 | -925/+0 | |
| | ||||||
* | Fix header files for ginput touch drivers | Andrew Hannam | 2012-12-08 | 3 | -12/+6 | |
| | ||||||
* | Add GDISP font routines. Fix demo bugs | Andrew Hannam | 2012-12-07 | 1 | -1/+1 | |
| | | | | | | | | Add GDISP font routines to Open and Close a font by name. Allows wildcard searching for fonts. Old global font variables are now only optionally included (soon to be deprecated). More demo fixing | |||||
* | Restructure | Andrew Hannam | 2012-12-06 | 29 | -219/+1085 | |
| | | | | | | | | | | | | | 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 fix | Joel Bodenmann | 2012-12-02 | 1 | -2/+2 | |
| | ||||||
* | fix | Joel Bodenmann | 2012-12-02 | 1 | -14/+14 | |
| | ||||||
* | GINPUT MCU driver update | Joel Bodenmann | 2012-12-02 | 3 | -21/+21 | |
| | ||||||
* | Win32 Hardware Toggle Emulation | Andrew Hannam | 2012-12-02 | 2 | -58/+224 | |
| | | | | | | | | Emulates 4 toggle switches and 4 momentary action buttons in the Win32 driver. These are represented as a row of buttons under the GDISP display window. These are implemented as GINPUT Toggle driver (not as GPIO pins). |