Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added gwinLabelSetBorder() | Joel Bodenmann | 2013-10-24 | 1 | -0/+1 |
| | |||||
* | Added gwinListSetScroll | Joel Bodenmann | 2013-10-24 | 1 | -4/+11 |
| | |||||
* | SSD1289 Area fill fix | Joel Bodenmann | 2013-09-28 | 1 | -0/+1 |
| | |||||
* | docs | inmarket | 2013-09-27 | 1 | -1/+3 |
| | |||||
* | docs | Joel Bodenmann | 2013-09-27 | 1 | -0/+1 |
| | |||||
* | docs | Joel Bodenmann | 2013-09-15 | 1 | -0/+1 |
| | |||||
* | Added SSD1306 driver by user goeck | Joel Bodenmann | 2013-08-26 | 1 | -0/+1 |
| | |||||
* | docs | Joel Bodenmann | 2013-08-18 | 1 | -0/+2 |
| | |||||
* | Release notes update | inmarket | 2013-08-01 | 1 | -2/+5 |
| | |||||
* | compiler warnings | Joel Bodenmann | 2013-07-25 | 1 | -0/+1 |
| | |||||
* | small doc fix | Joel Bodenmann | 2013-07-22 | 1 | -0/+2 |
| | |||||
* | release v1.8 | Joel Bodenmann | 2013-07-21 | 1 | -1/+11 |
| | |||||
* | Release notes update from v1.7 | inmarket | 2013-07-19 | 1 | -5/+7 |
| | |||||
* | readme / license / releases fix | Joel Bodenmann | 2013-07-16 | 1 | -0/+2 |
| | |||||
* | Added FT5x06 GINPUT driver | Joel Bodenmann | 2013-06-22 | 1 | -0/+1 |
| | |||||
* | Added RA8875 GDISP driver | Joel Bodenmann | 2013-06-22 | 1 | -0/+1 |
| | |||||
* | TDISP update | Joel Bodenmann | 2013-06-01 | 1 | -0/+1 |
| | |||||
* | docs | Joel Bodenmann | 2013-05-27 | 1 | -0/+2 |
| | |||||
* | Added HX8347D driver by the user Eddie | Joel Bodenmann | 2013-05-21 | 1 | -0/+1 |
| | |||||
* | docs | Joel Bodenmann | 2013-05-20 | 1 | -0/+1 |
| | |||||
* | fixed release notes | Joel Bodenmann | 2013-05-03 | 1 | -0/+1 |
| | |||||
* | release v1.6 | Joel Bodenmann | 2013-05-03 | 1 | -1/+4 |
| | |||||
* | TDISP fixes - by Frysk | Joel Bodenmann | 2013-04-12 | 1 | -0/+1 |
| | |||||
* | docs | Joel Bodenmann | 2013-04-08 | 1 | -0/+1 |
| | |||||
* | Add GINPUT Dial, simplify GWIN input assignment | Andrew Hannam | 2013-04-07 | 1 | -0/+2 |
| | | | | | | | | Added GINPUT Dial support and a driver that uses GADC to read the dial. Added support for Dial inputs to the GWIN slider. Updated the slider demo for Dial Inputs. Simplified the assigning of inputs to GWIN "widgets" button and slider. Updated the demo's to match the new input to button assignment. | ||||
* | doc | Joel Bodenmann | 2013-04-05 | 1 | -0/+2 |
| | |||||
* | file2c update | Joel Bodenmann | 2013-04-03 | 1 | -0/+1 |
| | |||||
* | doc | Joel Bodenmann | 2013-03-14 | 1 | -0/+1 |
| | |||||
* | GDISP changes including polygon support | Andrew Hannam | 2013-03-10 | 1 | -0/+3 |
| | | | | | | | | | | | | 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. | ||||
* | release.txt update | Joel Bodenmann | 2013-03-08 | 1 | -2/+4 |
| | |||||
* | Nokia6610GE8 driver updates | Andrew Hannam | 2013-03-08 | 1 | -79/+80 |
| | | | | | | | | 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. | ||||
* | docs | Joel Bodenmann | 2013-03-05 | 1 | -0/+3 |
| | |||||
* | VMT removal | Joel Bodenmann | 2013-02-11 | 1 | -0/+2 |
| | |||||
* | removed GDISP_LLD() macro - fix | Joel Bodenmann | 2013-02-11 | 1 | -0/+74 |
| | |||||
* | removed GDISP_LLD() macro | Joel Bodenmann | 2013-02-11 | 1 | -74/+0 |
| | |||||
* | New Subsystems GADC, GAUDIN, GAUDOUT, GMISC | Andrew Hannam | 2013-01-17 | 1 | -0/+1 |
| | | | | Subsystem definitions and API (not fully implemented yet) | ||||
* | TDISP update | Joel Bodenmann | 2013-01-16 | 1 | -1/+2 |
| | |||||
* | small fix | Joel Bodenmann | 2013-01-13 | 1 | -0/+1 |
| | |||||
* | doc update | Joel Bodenmann | 2013-01-03 | 1 | -0/+2 |
| | |||||
* | version 1.5 release | Joel Bodenmann | 2012-12-18 | 1 | -1/+2 |
| | |||||
* | XPT2046 removed | Joel Bodenmann | 2012-12-18 | 1 | -0/+1 |
| | |||||
* | Restructure | Andrew Hannam | 2012-12-06 | 1 | -9/+13 |
| | | | | | | | | | | | | | 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. | ||||
* | GEVENT, GTIMER & GINPUT subsystems | Andrew Hannam | 2012-11-17 | 1 | -0/+3 |
| | | | | | | | | 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. | ||||
* | gdisp Win32 Orientation support. Revert Macro | Andrew Hannam | 2012-11-12 | 1 | -0/+1 |
| | | | | | | 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. | ||||
* | removed false ILI9320 code | Joel Bodenmann | 2012-11-12 | 1 | -0/+1 |
| | |||||
* | Touch Fixes. Deprecate Console | Andrew Hannam | 2012-11-11 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | | | | Touch: - Move defines that may be altered by the touch config file to the lld header file. - Move the definition of the Touch driver structure to the lld config file. - Changed CONVERSIONS macro to TOUCHSCREEN_CONVERSIONS - Replaced references to GDISP_SCREEN_WIDTH with gdispGetWidth - Renamed TOUCHSCREEN_HAS_IRQ to TOUCHSCREEN_HAS_PRESSED to match new function name. - Added prototypes for calibration storage functions to touchscreen_lld.h so that either the lld driver or the application can define the function. Console: -Deprecated into "old" directory. Functionality replaced by gwin. | ||||
* | docs | Joel Bodenmann | 2012-11-10 | 1 | -0/+1 |
| | |||||
* | renamed touchpad into touchscreen | Joel Bodenmann | 2012-11-10 | 1 | -0/+2 |
| | |||||
* | release v1.4 | Joel Bodenmann | 2012-11-03 | 1 | -1/+4 |
| | |||||
* | docs | Joel Bodenmann | 2012-11-03 | 1 | -0/+1 |
| |