Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Removed the doxygen inside of every driver as doxygen is only meant for ↵ | Joel Bodenmann | 2014-03-28 | 3 | -112/+0 |
| | | | | | | highlevel API documentation. Documenting the drivers interface should be done inside a template driver or the gdisp LLD abstraction. | ||||
* | Fix 90 and 270 rotations in ILI9320 driver (Thanks jkjk) | inmarket | 2014-03-22 | 1 | -2/+2 |
| | |||||
* | Integrate the include files with each module. Simplifies structure of code. | inmarket | 2014-02-19 | 1 | -2/+2 |
| | |||||
* | Replace color format conversion macros with proper routines to prevent side ↵ | inmarket | 2013-11-17 | 1 | -2/+4 |
| | | | | | | effects with using the macro. Also fix a number of compiler warnings. | ||||
* | New GDISP now supports multiple controllers with different pixel formats. | inmarket | 2013-11-05 | 1 | -2/+5 |
| | | | | | You can now have a main color display and a secondary monochrome display. You can now optionally set GDISP_PIXELFORMAT to any color or grayscale format for your application and the driver will internally convert to the display hardware format. | ||||
* | Auto-generate pixel formats using macro's. | inmarket | 2013-11-05 | 1 | -1/+1 |
| | | | | | Prepare for (but not yet complete) supporting a different high level GDISP pixel format to the low level driver format. This will be useful in multiple display scenario's where displays have different pixel formats. | ||||
* | Clean up the driver directory structure by moving all board specific files ↵ | inmarket | 2013-10-28 | 2 | -226/+0 |
| | | | | into the boards sub-structure. | ||||
* | Rename GDISP driver files to prevent problems when compiling for multiple ↵ | inmarket | 2013-10-28 | 2 | -1/+1 |
| | | | | controllers on platforms that put all generated object files into a single directory. | ||||
* | Test fix for ILI9320 driver. | Joel Bodenmann | 2013-10-27 | 2 | -4/+9 |
| | |||||
* | whitespaces | Joel Bodenmann | 2013-10-26 | 2 | -28/+28 |
| | |||||
* | Fix typos in drivers | inmarket | 2013-10-22 | 1 | -1/+1 |
| | |||||
* | Comment fixes. | inmarket | 2013-10-21 | 2 | -2/+2 |
| | |||||
* | Add support for a driver private area (as well as a board private area) | inmarket | 2013-10-21 | 3 | -5/+8 |
| | |||||
* | Change to gdisp low level driver API. Display number is now in the GDriver ↵ | inmarket | 2013-10-19 | 4 | -19/+11 |
| | | | | structure (It was required for a Nokia driver). | ||||
* | Bug fix ILI9320 driver | inmarket | 2013-10-18 | 1 | -1/+1 |
| | |||||
* | Convert ILI9320 driver to new format | inmarket | 2013-10-18 | 9 | -426/+558 |
| | |||||
* | Updates to ported drivers to support new optimisation method. | inmarket | 2013-10-02 | 2 | -13/+31 |
| | | | | Includes Bug fixes. | ||||
* | ILI9325 driver ported to streaming interface | inmarket | 2013-09-30 | 1 | -7/+6 |
| | |||||
* | ILI9320 driver ported to streaming interface. | inmarket | 2013-09-30 | 5 | -520/+301 |
| | |||||
* | fixed license headers | Joel Bodenmann | 2013-07-21 | 5 | -5/+5 |
| | |||||
* | cleaned up board file mess | Joel Bodenmann | 2013-07-21 | 3 | -35/+10 |
| | |||||
* | Various README updates | Mateusz Tomaszkiewicz | 2013-06-21 | 1 | -3/+3 |
| | | | | Changed misleading description. | ||||
* | License header updates | inmarket | 2013-06-15 | 5 | -5/+5 |
| | |||||
* | GOS module, for operating system independance | inmarket | 2013-05-25 | 1 | -3/+1 |
| | | | | | GMISC fast floating point trig GMISC fast fixed point trig | ||||
* | updated license headers | Joel Bodenmann | 2013-05-03 | 5 | -91/+26 |
| | |||||
* | Revert "updated license headers" | Joel Bodenmann | 2013-05-02 | 5 | -42/+57 |
| | | | | This reverts commit 0a26d9983b6d1deab272ff6dde98f7c77ff2a56c. | ||||
* | updated license headers | Joel Bodenmann | 2013-05-02 | 5 | -57/+42 |
| | |||||
* | [ILI9320][olimex][pic32] extra dummy read after index write | Dmytro Milinevskyy | 2013-04-07 | 1 | -0/+5 |
| | |||||
* | [ILI9320] LLD for olimex pic32 demo board | Dmytro Milinevskyy | 2013-04-05 | 2 | -0/+116 |
| | |||||
* | [ILI9320/ILI9325] use correct lld accessor to read the data from the LCD | Dmytro Milinevskyy | 2013-04-04 | 1 | -3/+1 |
| | |||||
* | ILI9320 fix | Joel Bodenmann | 2013-04-03 | 2 | -0/+16 |
| | |||||
* | GPIO interface-related fixes | Abhishek Kumar | 2013-03-30 | 1 | -1/+25 |
| | | | | | | Adding acquire_bus() and release_bus() so that orientation setting commands are not ignored. | ||||
* | updated copyright - 2013 | Joel Bodenmann | 2013-03-06 | 4 | -4/+4 |
| | |||||
* | __inline becomes inline because most compilers dont like the prefix | Joel Bodenmann | 2013-03-04 | 3 | -25/+25 |
| | |||||
* | ILI9320 update | Joel Bodenmann | 2013-03-03 | 1 | -11/+25 |
| | |||||
* | Fix compile error in GDISP | Andrew Hannam | 2013-02-18 | 3 | -714/+714 |
| | | | | | | 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 | 4 | -28/+27 |
| | |||||
* | removed GDISP_LLD() macro - fix | Joel Bodenmann | 2013-02-11 | 6 | -0/+788 |
| | |||||
* | removed GDISP_LLD() macro | Joel Bodenmann | 2013-02-11 | 6 | -788/+0 |
| | |||||
* | small doxygen fixes | Joel Bodenmann | 2013-01-11 | 1 | -1/+1 |
| | |||||
* | Restructure | Andrew Hannam | 2012-12-06 | 1 | -2/+4 |
| | | | | | | | | | | | | | 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 |
| | |||||
* | ILI9320 landscape mode | Joel Bodenmann | 2012-11-28 | 1 | -8/+35 |
| | |||||
* | ILI9320 fix | Joel Bodenmann | 2012-11-27 | 2 | -6/+5 |
| | |||||
* | copyright header fixes... | Joel Bodenmann | 2012-11-26 | 4 | -4/+4 |
| | |||||
* | Ginput and structure changes | Andrew Hannam | 2012-11-26 | 1 | -3/+6 |
| | | | | | | | | GINPUT Touch including drivers GTIMER fixes GEVENT fixes GWIN button completion Structure changes to better seperate sections of a sub-system | ||||
* | Gdisp lld driver corrections | Andrew Hannam | 2012-11-15 | 1 | -2/+15 |
| | | | | | | | | | | | | 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. | ||||
* | ILI9320 update | Joel Bodenmann | 2012-11-13 | 1 | -0/+5 |
| | |||||
* | Backlight fix | Joel Bodenmann | 2012-11-13 | 1 | -4/+3 |
| | |||||
* | typo fix | Joel Bodenmann | 2012-11-13 | 1 | -1/+1 |
| |