Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | 1 | -112/+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. | ||||
* | Fix typos in drivers | inmarket | 2013-10-22 | 1 | -2/+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 | 2 | -3/+6 |
| | |||||
* | Change to gdisp low level driver API. Display number is now in the GDriver ↵ | inmarket | 2013-10-19 | 3 | -12/+7 |
| | | | | structure (It was required for a Nokia driver). | ||||
* | Fix doxygen comments. | inmarket | 2013-10-18 | 2 | -4/+2 |
| | |||||
* | Convert ILI9325 driver to new format | inmarket | 2013-10-18 | 7 | -397/+429 |
| | |||||
* | Updates to ported drivers to support new optimisation method. | inmarket | 2013-10-02 | 2 | -13/+30 |
| | | | | Includes Bug fixes. | ||||
* | ILI9325 driver ported to streaming interface | inmarket | 2013-09-30 | 4 | -509/+380 |
| | |||||
* | fixed license headers | Joel Bodenmann | 2013-07-21 | 4 | -4/+4 |
| | |||||
* | cleaned up board file mess | Joel Bodenmann | 2013-07-21 | 3 | -31/+8 |
| | |||||
* | Various README updates | Mateusz Tomaszkiewicz | 2013-06-21 | 1 | -3/+3 |
| | | | | Changed misleading description. | ||||
* | License header updates | inmarket | 2013-06-15 | 4 | -4/+4 |
| | |||||
* | 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 | 4 | -73/+21 |
| | |||||
* | Revert "updated license headers" | Joel Bodenmann | 2013-05-02 | 4 | -33/+57 |
| | | | | This reverts commit 0a26d9983b6d1deab272ff6dde98f7c77ff2a56c. | ||||
* | updated license headers | Joel Bodenmann | 2013-05-02 | 4 | -57/+33 |
| | |||||
* | [ILI9325] read LCD version | Dmytro Milinevskyy | 2013-04-05 | 1 | -0/+2 |
| | |||||
* | [ILI9320/ILI9325] use correct lld accessor to read the data from the LCD | Dmytro Milinevskyy | 2013-04-04 | 1 | -3/+1 |
| | |||||
* | GPIO interface-related fixes | Abhishek Kumar | 2013-03-30 | 1 | -2/+26 |
| | | | | | | 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 |
| | |||||
* | Fix compile error in GDISP | Andrew Hannam | 2013-02-18 | 3 | -735/+735 |
| | | | | | | 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/+809 |
| | |||||
* | removed GDISP_LLD() macro | Joel Bodenmann | 2013-02-11 | 6 | -809/+0 |
| | |||||
* | cleanup | Joel Bodenmann | 2013-01-03 | 3 | -25/+1 |
| | |||||
* | added ILI9325 driver. Thanks to Chris van Dongen aka _Sjaak | Joel Bodenmann | 2013-01-03 | 6 | -0/+833 |