Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cleaned up board file mess | Joel Bodenmann | 2013-07-21 | 1 | -6/+1 |
| | |||||
* | License header updates | inmarket | 2013-06-15 | 1 | -1/+1 |
| | |||||
* | GOS module, for operating system independance | inmarket | 2013-05-25 | 1 | -10/+8 |
| | | | | | GMISC fast floating point trig GMISC fast fixed point trig | ||||
* | updated license headers | Joel Bodenmann | 2013-05-03 | 1 | -18/+5 |
| | |||||
* | Revert "updated license headers" | Joel Bodenmann | 2013-05-02 | 1 | -8/+19 |
| | | | | This reverts commit 0a26d9983b6d1deab272ff6dde98f7c77ff2a56c. | ||||
* | updated license headers | Joel Bodenmann | 2013-05-02 | 1 | -19/+8 |
| | |||||
* | SSD1963 - Removed unused function that what using an inline macro. | mobyfab | 2013-04-04 | 1 | -5/+0 |
| | |||||
* | Fixed SSD1963 Driver to work with latest GDISP. | mobyfab | 2013-04-04 | 1 | -320/+122 |
| | |||||
* | SSD1963 rework by user: fred | Joel Bodenmann | 2013-03-14 | 1 | -158/+195 |
| | |||||
* | updated copyright - 2013 | Joel Bodenmann | 2013-03-06 | 1 | -1/+1 |
| | |||||
* | __inline becomes inline because most compilers dont like the prefix | Joel Bodenmann | 2013-03-04 | 1 | -18/+18 |
| | |||||
* | Fix compile error in GDISP | Andrew Hannam | 2013-02-18 | 1 | -613/+613 |
| | | | | | | 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. | ||||
* | removed GDISP_LLD() macro - fix | Joel Bodenmann | 2013-02-11 | 1 | -0/+613 |
| | |||||
* | removed GDISP_LLD() macro | Joel Bodenmann | 2013-02-11 | 1 | -613/+0 |
| | |||||
* | Restructure | Andrew Hannam | 2012-12-06 | 1 | -2/+9 |
| | | | | | | | | | | | | | 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. | ||||
* | Ginput and structure changes | Andrew Hannam | 2012-11-26 | 1 | -1/+1 |
| | | | | | | | | GINPUT Touch including drivers GTIMER fixes GEVENT fixes GWIN button completion Structure changes to better seperate sections of a sub-system | ||||
* | big doxygen update - now it works as it should | Joel Bodenmann | 2012-11-07 | 1 | -1/+1 |
| | |||||
* | docs | Joel Bodenmann | 2012-11-03 | 1 | -1/+1 |
| | |||||
* | moar doxygen fixes | Joel Bodenmann | 2012-11-02 | 1 | -1/+1 |
| | |||||
* | renamed macros | Joel Bodenmann | 2012-10-21 | 1 | -2/+2 |
| | |||||
* | SCREEN_WIDTH and SCREEN_HEIGHT renamed to GDISP_SCREEN_WIDTH and ↵ | Joel Bodenmann | 2012-10-11 | 1 | -14/+14 |
| | | | | GDISP_SCREEN_HEIGHT | ||||
* | Updated SSD1963 default rotation. | mobyfab | 2012-10-05 | 1 | -1/+1 |
| | |||||
* | rename of orientation | Joel Bodenmann | 2012-10-05 | 1 | -5/+5 |
| | |||||
* | Revert "rename of orientation" | Joel Bodenmann | 2012-10-05 | 1 | -5/+5 |
| | | | | This reverts commit d6b17a157392b40a1131fe70d798ad3eaab6378f. | ||||
* | rename of orientation | Joel Bodenmann | 2012-10-05 | 1 | -5/+5 |
| | |||||
* | replaced every LCD_XXX macro with GDISP_XXX | Joel Bodenmann | 2012-09-29 | 1 | -55/+55 |
| | |||||
* | renaming from ChibiOS-LCD-Driver to ChibiOS/GFX | Joel Bodenmann | 2012-09-25 | 1 | -4/+4 |
| | |||||
* | Some cleaning. | mobyfab | 2012-09-18 | 1 | -55/+64 |
| | | | | Fixed and tested DMA blitarea for SSD1963. | ||||
* | Fixed indentation | mobyfab | 2012-09-18 | 1 | -72/+72 |
| | |||||
* | Cleaning GCC warnings for unused variables | mobyfab | 2012-09-18 | 1 | -14/+15 |
| | |||||
* | DMA fixed and tested for SSD1963 | mobyfab | 2012-09-17 | 1 | -43/+24 |
| | |||||
* | DMA fixes, splitting the requests since 65535 is the max count | mobyfab | 2012-09-17 | 1 | -8/+18 |
| | |||||
* | Testing DMA | mobyfab | 2012-09-17 | 1 | -1/+41 |
| | |||||
* | Clip Boundary Conditions & Nokia6610 Fixes | Andrew Hannam | 2012-09-10 | 1 | -7/+7 |
| | | | | | Clipping Boundary Conditions are now fixed. Nokia6610 Driver now works properly, also supports setting LCD contrast. | ||||
* | Changes to Console, VMT, BitBlt, Clip & Drivers | Andrew Hannam | 2012-09-10 | 1 | -771/+565 |
| | | | | | | | | | 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. | ||||
* | Increased FSMC delays. They were too low. | mobyfab | 2012-09-06 | 1 | -1/+1 |
| | |||||
* | Adding GPIO to SSD1963 | mobyfab | 2012-09-04 | 1 | -25/+107 |
| | |||||
* | header adjustments on SSD1963 | Tectu | 2012-09-03 | 1 | -1/+1 |
| | |||||
* | updated comments, cleaning | mobyfab | 2012-08-31 | 1 | -2/+2 |
| | |||||
* | modifications, fixes. | mobyfab | 2012-08-31 | 1 | -55/+55 |
| | | | | first working version with a couple hardware features. | ||||
* | Adding SSD1963 | mobyfab | 2012-08-30 | 1 | -0/+689 |