Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | in gwin.c GDISP_SET_CLIP -> GDISP_NEED_CLIP | Joel Bodenmann | 2012-11-21 | 1 | -21/+21 |
| | |||||
* | SSD1289 fix | Joel Bodenmann | 2012-11-21 | 1 | -2/+2 |
| | |||||
* | console example doc | Joel Bodenmann | 2012-11-21 | 1 | -2/+11 |
| | |||||
* | added console demo | Joel Bodenmann | 2012-11-20 | 1 | -0/+86 |
| | |||||
* | SSD1289 fix | Joel Bodenmann | 2012-11-20 | 2 | -5/+6 |
| | |||||
* | gwin doxygen | Joel Bodenmann | 2012-11-20 | 1 | -2/+43 |
| | |||||
* | typo fix: aquire_bus -> acquire_bus | Joel Bodenmann | 2012-11-20 | 7 | -19/+19 |
| | |||||
* | gtimer demo | Joel Bodenmann | 2012-11-20 | 5 | -0/+65 |
| | |||||
* | removed tools folder | Joel Bodenmann | 2012-11-20 | 1 | -7/+0 |
| | |||||
* | gtimer doxygen fix | Joel Bodenmann | 2012-11-20 | 1 | -75/+1 |
| | |||||
* | replaced get_bus by aquire_bus | Joel Bodenmann | 2012-11-19 | 7 | -20/+20 |
| | |||||
* | GEVENT doxygen | Joel Bodenmann | 2012-11-19 | 1 | -34/+70 |
| | |||||
* | GTimer doxygen bugfix | Joel Bodenmann | 2012-11-19 | 2 | -1/+2 |
| | |||||
* | doxygen of gtimer | Joel Bodenmann | 2012-11-19 | 2 | -2/+40 |
| | |||||
* | more SSD1289 and touchscreen workaround | Joel Bodenmann | 2012-11-17 | 2 | -2/+4 |
| | |||||
* | SSD1289 fix | Joel Bodenmann | 2012-11-17 | 1 | -2/+10 |
| | |||||
* | SSD1289 fix | Joel Bodenmann | 2012-11-17 | 2 | -2/+2 |
| | |||||
* | Merge pull request #21 from inmarket/master | Tectu | 2012-11-17 | 10 | -568/+718 |
|\ | | | | | GWIN, gdisp Nokia and SSD1289 updates | ||||
| * | Fix compiler warnings | Andrew Hannam | 2012-11-17 | 1 | -3/+3 |
| | | | | | | | | Fix compiler warnings in gwin.c | ||||
| * | gdisp Nokia and SSD1289 updates | Andrew Hannam | 2012-11-17 | 9 | -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. | ||||
| * | Change dynamic memory allocator in GWIN | Andrew Hannam | 2012-11-17 | 1 | -5/+5 |
| | | | | | | | | Change dynamic memory allocator in GWIN to use the ChibiOS routines | ||||
* | | Merge pull request #20 from inmarket/master | Tectu | 2012-11-16 | 8 | -0/+1306 |
|\| | | | | | GEVENT, GTIMER & GINPUT subsystems | ||||
| * | GEVENT, GTIMER & GINPUT subsystems | Andrew Hannam | 2012-11-17 | 8 | -0/+1306 |
| | | | | | | | | | | | | | | | | GEVENT - for passing event structures from Sources to Listeners GTIMER - thread context based once-off and periodic timers. GINPUT - extensible, multiple device-type, input sub-system. gevent & gtimer are code complete, ginput is definition complete but not code complete. | ||||
| * | Merge pull request #7 from Tectu/master | Andrew Hannam | 2012-11-16 | 1 | -4/+0 |
| |\ | |/ |/| | Merge Tectu changes | ||||
* | | removed obselete GDISP_USE_SPI macro in olimex SAM7EX256 board file for ↵ | Joel Bodenmann | 2012-11-16 | 1 | -4/+0 |
| | | | | | | | | Nokia6610 driver | ||||
* | | Merge pull request #19 from inmarket/master | Tectu | 2012-11-14 | 3 | -126/+153 |
|\| | | | | | Updates to gdisp Nokia driver | ||||
| * | Updates to gdisp Nokia driver | Andrew Hannam | 2012-11-15 | 3 | -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. | ||||
| * | Merge pull request #6 from Tectu/master | Andrew Hannam | 2012-11-14 | 1 | -4/+0 |
| |\ | |/ |/| | Merge Tectu changes | ||||
* | | removed the check for GDISP_USE_XXX since new drivers dont use this anymore | Joel Bodenmann | 2012-11-14 | 1 | -4/+0 |
| | | |||||
* | | Merge pull request #18 from inmarket/master | Tectu | 2012-11-14 | 4 | -25/+64 |
|\| | | | | | Nokia and Ili9320 gdisp drivers | ||||
| * | Gdisp lld driver corrections | Andrew Hannam | 2012-11-15 | 4 | -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. | ||||
| * | Merge pull request #5 from Tectu/master | Andrew Hannam | 2012-11-14 | 8 | -367/+357 |
| |\ | |/ |/| | Merge Tectu changes | ||||
* | | ILI9320 update | Joel Bodenmann | 2012-11-13 | 1 | -0/+5 |
| | | |||||
* | | Backlight fix | Joel Bodenmann | 2012-11-13 | 3 | -24/+5 |
| | | |||||
* | | backlight and contrast value changed to uint8_t | Joel Bodenmann | 2012-11-13 | 1 | -2/+2 |
| | | |||||
* | | typo fix | Joel Bodenmann | 2012-11-13 | 1 | -1/+1 |
| | | |||||
* | | implemented contrast and backlight functions for GDISP. Implemented those ↵ | Joel Bodenmann | 2012-11-13 | 4 | -49/+72 |
| | | | | | | | | into ILI9320 | ||||
* | | typo | Joel Bodenmann | 2012-11-13 | 1 | -1/+1 |
| | | |||||
* | | ILI9320 update | Joel Bodenmann | 2012-11-12 | 1 | -20/+21 |
| | | |||||
* | | new ILI9320 driver - please use as template | Joel Bodenmann | 2012-11-12 | 6 | -320/+300 |
| | | |||||
* | | Merge pull request #17 from inmarket/master | Tectu | 2012-11-12 | 8 | -74/+483 |
|\| | | | | | gdisp Win32 orientaion support. Revert Macro | ||||
| * | Win32 orientation & gwin console line clear fixes | Andrew Hannam | 2012-11-12 | 3 | -33/+40 |
| | | | | | | | | | | Fixes to Win32 orientation for scrolling Improve the way line clearing is handled in gwin consoles. | ||||
| * | Mandlebrot - remove hardware specifics | Andrew Hannam | 2012-11-12 | 1 | -5/+11 |
| | | | | | | | | Mandlebrot - remove hardware specifics | ||||
| * | Remove RGB565CONVERT() | Andrew Hannam | 2012-11-12 | 2 | -3/+2 |
| | | | | | | | | | | | | Remove RGB565CONVERT() macro Update madlebrot demo to use hardware independant way of setting the color. | ||||
| * | gdisp Win32 Orientation support. Revert Macro | Andrew Hannam | 2012-11-12 | 5 | -59/+456 |
| | | | | | | | | | | | | 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. | ||||
| * | Merge pull request #4 from Tectu/master | Andrew Hannam | 2012-11-11 | 13 | -6/+955 |
| |\ | |/ |/| | Merge Tectu changes | ||||
* | | removed false ILI9320 code | Joel Bodenmann | 2012-11-12 | 2 | -12/+8 |
| | | |||||
* | | implemented power modes for ILI9320 | Joel Bodenmann | 2012-11-12 | 2 | -66/+111 |
| | | |||||
* | | small fix | Joel Bodenmann | 2012-11-12 | 2 | -1/+1 |
| | | |||||
* | | added MCU driver dummy - not implemented yet | Joel Bodenmann | 2012-11-12 | 5 | -0/+195 |
| | |