Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | License header updates | inmarket | 2013-06-15 | 6 | -6/+6 |
| | |||||
* | SSD1289 update by user Eddie | Joel Bodenmann | 2013-06-04 | 3 | -568/+820 |
| | |||||
* | GOS module, for operating system independance | inmarket | 2013-05-25 | 2 | -11/+9 |
| | | | | | GMISC fast floating point trig GMISC fast fixed point trig | ||||
* | updated license headers | Joel Bodenmann | 2013-05-03 | 5 | -94/+29 |
| | |||||
* | Revert "updated license headers" | Joel Bodenmann | 2013-05-02 | 5 | -44/+19 |
| | | | | This reverts commit 0a26d9983b6d1deab272ff6dde98f7c77ff2a56c. | ||||
* | updated license headers | Joel Bodenmann | 2013-05-02 | 5 | -19/+44 |
| | |||||
* | SSD1289 SSD2119: fixed warning messages | Mateusz Tomaszkiewicz | 2013-03-20 | 1 | -4/+4 |
| | | | | | | Few type castings in order to suppress warnings (-Wsign-compare): "comparison between signed and unsigned integer expressions" "signed and unsigned type in conditional expression" | ||||
* | updated copyright - 2013 | Joel Bodenmann | 2013-03-06 | 5 | -5/+5 |
| | |||||
* | __inline becomes inline because most compilers dont like the prefix | Joel Bodenmann | 2013-03-04 | 4 | -26/+26 |
| | |||||
* | Fix compile error in GDISP | Andrew Hannam | 2013-02-18 | 1 | -583/+583 |
| | | | | | | 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. | ||||
* | more GDISP_LLD() cleanup | Joel Bodenmann | 2013-02-11 | 1 | -1/+0 |
| | |||||
* | removed GDISP_LLD() macro - fix | Joel Bodenmann | 2013-02-11 | 7 | -0/+1106 |
| | |||||
* | removed GDISP_LLD() macro | Joel Bodenmann | 2013-02-11 | 7 | -1106/+0 |
| | |||||
* | 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. | ||||
* | - 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 | 2 | -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 |
| | |||||
* | Restructure | Andrew Hannam | 2012-12-06 | 1 | -2/+2 |
| | | | | | | | | | | | | | 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. | ||||
* | copyright header fixes... | Joel Bodenmann | 2012-11-26 | 5 | -5/+5 |
| | |||||
* | Ginput and structure changes | Andrew Hannam | 2012-11-26 | 1 | -2/+5 |
| | | | | | | | | GINPUT Touch including drivers GTIMER fixes GEVENT fixes GWIN button completion Structure changes to better seperate sections of a sub-system | ||||
* | SSD1289 firebull doc | Joel Bodenmann | 2012-11-22 | 1 | -4/+4 |
| | |||||
* | SSD1289 - firebull update | Joel Bodenmann | 2012-11-22 | 1 | -19/+19 |
| | |||||
* | SSD1289 fix | Joel Bodenmann | 2012-11-21 | 1 | -2/+2 |
| | |||||
* | SSD1289 fix | Joel Bodenmann | 2012-11-20 | 2 | -5/+6 |
| | |||||
* | typo fix: aquire_bus -> acquire_bus | Joel Bodenmann | 2012-11-20 | 4 | -11/+11 |
| | |||||
* | replaced get_bus by aquire_bus | Joel Bodenmann | 2012-11-19 | 4 | -11/+11 |
| | |||||
* | more SSD1289 and touchscreen workaround | Joel Bodenmann | 2012-11-17 | 1 | -2/+1 |
| | |||||
* | SSD1289 fix | Joel Bodenmann | 2012-11-17 | 1 | -2/+10 |
| | |||||
* | SSD1289 fix | Joel Bodenmann | 2012-11-17 | 2 | -2/+2 |
| | |||||
* | gdisp Nokia and SSD1289 updates | Andrew Hannam | 2012-11-17 | 6 | -479/+669 |
| | | | | | | | 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. | ||||
* | big doxygen update - now it works as it should | Joel Bodenmann | 2012-11-07 | 1 | -1/+1 |
| | |||||
* | moar doxygen fixes | Joel Bodenmann | 2012-11-02 | 1 | -1/+1 |
| | |||||
* | SSD1289 setViewPort bugfix | Joel Bodenmann | 2012-10-23 | 1 | -3/+3 |
| | |||||
* | whitespaces | Joel Bodenmann | 2012-10-23 | 1 | -1/+4 |
| | |||||
* | SSD1289 FSMC fix - thanks to Mobyfab | Joel Bodenmann | 2012-10-22 | 1 | -22/+40 |
| | |||||
* | GPIO interface rename -> http://chibios-gfx.com/blog/96-renamed-gpio-interface | Joel Bodenmann | 2012-10-21 | 1 | -6/+6 |
| | |||||
* | renamed macros | Joel Bodenmann | 2012-10-21 | 3 | -5/+5 |
| | |||||
* | F2/F4 FSMC support for SSD1289 | mobyfab | 2012-10-17 | 1 | -2/+8 |
| | |||||
* | #error optimization | Joel Bodenmann | 2012-10-13 | 1 | -3/+0 |
| | |||||
* | SCREEN_WIDTH and SCREEN_HEIGHT renamed to GDISP_SCREEN_WIDTH and ↵ | Joel Bodenmann | 2012-10-11 | 3 | -24/+24 |
| | | | | GDISP_SCREEN_HEIGHT | ||||
* | SSD1289 cleanup | Joel Bodenmann | 2012-10-10 | 3 | -4/+8 |
| | |||||
* | SSD1289 fix | Joel Bodenmann | 2012-10-05 | 1 | -2/+2 |
| | |||||
* | rename of orientation | Joel Bodenmann | 2012-10-05 | 2 | -13/+13 |
| | |||||
* | Revert "rename of orientation" | Joel Bodenmann | 2012-10-05 | 2 | -13/+13 |
| | | | | This reverts commit d6b17a157392b40a1131fe70d798ad3eaab6378f. | ||||
* | rename of orientation | Joel Bodenmann | 2012-10-05 | 2 | -13/+13 |
| | |||||
* | Makefile LCD replaced with GFX | Joel Bodenmann | 2012-10-04 | 2 | -3/+3 |
| | |||||
* | replaced every LCD_XXX macro with GDISP_XXX | Joel Bodenmann | 2012-09-29 | 3 | -32/+32 |
| | |||||
* | SSD1289 fix | Joel Bodenmann | 2012-09-28 | 1 | -1/+1 |
| | |||||
* | compiler warning fix | Joel Bodenmann | 2012-09-26 | 1 | -1/+1 |
| |