aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Collapse)AuthorAgeFilesLines
* Minor fixupsinmarket2018-11-101-0/+2
|
* Tidy u gfxSem, gfxMutex and various Macros by converting to new types gSem, ↵inmarket2018-11-033-6/+6
| | | | gMutex etc
* For all source files update integer types to the new gI8 etc type namesinmarket2018-11-03108-544/+544
|
* Update license headerTibo Clausen2018-10-01192-192/+192
|
* Added type gThread to replace V2.x gfxThreadHandleinmarket2018-07-082-2/+2
|
* gThreadpriorityLow/Normal/High to replace LOW_/NORMAL_/HIGH_PRIORITYinmarket2018-07-082-3/+3
|
* gDelayNone/gDelayForever to replace TIME_IMMEDIATE/TIME_INFINITEinmarket2018-07-084-7/+7
|
* Added type gOrientation to replace V2.x orientation_t, and values ↵inmarket2018-07-0852-635/+635
| | | | gOrientationX replace GDISP_ROTATE_X
* Added type gPowermode to replace V2.x powermode_t, and values gPowerXXX ↵inmarket2018-07-0851-306/+306
| | | | replace powerXXX
* Change color_t to gColorinmarket2018-07-0840-50/+50
|
* Change pixel_t to gPixelinmarket2018-07-087-23/+23
|
* Change coord_t to gCoordinmarket2018-07-0835-114/+114
|
* Change point and point_t to gPointinmarket2018-07-081-1/+1
|
* Fix some missing gBool conversionsinmarket2018-07-081-1/+1
|
* Added WS29EPD driver by cpu20 for the WaveShare E-Paper displayinmarket2018-07-076-0/+394
|
* Added new type definitions - moving towards V3.0inmarket2018-06-23108-471/+472
|
* Added support for 1.44" board (128x128)kapacuk2018-06-201-18/+35
| | | | | ST7735_TYPE_R and ST7735_TYPE_B macros are deprecated (but supported for backward compatibility). Instead, ST7735_TYPE should be set to one of BOARD_TYPE_B, BOARD_TYPE_R, or BOARD_TYPE_R144
* A few minor fixes to be able to compile it on Linux with the latest GCCkapacuk2018-06-201-3/+3
| | | | | | - Added missing semicolon to the definition of write_data_repeat; - Added missing parameter to release_bus() call - Changed #include to use the lowercase file name
* Fix UC1610 driver private area initialisationinmarket2018-04-031-3/+9
|
* Change new colors to GFX_RED instead of GFXRED. Use the new color defsinmarket2018-03-1014-30/+36
|
* First set of V3 macro changesinmarket2018-02-27108-375/+375
|
* Fix for ST7735 driverinmarket2018-02-241-5/+5
|
* Preventing out-of-range warning with STM32LTDC flag definitionsJoel Bodenmann2017-10-291-138/+138
|
* Preventing __DSB() redeclaration in STM32LTDC driverJoel Bodenmann2017-10-291-593/+593
|
* Fix the STM32LTDC driver DMA2D accelerated bitblit on STM32F7 platforms.inmarket2017-10-022-8/+75
|
* STM32LTDC 2nd layer support with alphainmarket2017-10-013-68/+133
|
* Oops - add readme and changeloginmarket2017-09-111-0/+1
|
* Add SSD1322 driver. Thanks to Andrey_13 (but with modifications)inmarket2017-09-115-0/+485
|
* Add files missing due to git problemsinmarket2017-08-171-0/+166
|
* UC8173 board template fixinmarket2017-08-131-1/+2
|
* Vastly improve UC8173 driverinmarket2017-08-134-1050/+410
|
* Added UC1610 driver. Thanks to aeromaninmarket2017-07-196-0/+464
|
* Ensure correct window titles on unicode compiles on Windowsinmarket2017-06-301-1/+1
|
* Add compatibility with Visual Studio and make compile warning capabilities ↵inmarket2017-06-3023-135/+172
| | | | more cross platform
* Improve handling of streaming drivers with a setpos and a fillarea accelerationinmarket2017-06-241-1/+1
|
* Adding RA6963 driverJoel Bodenmann2017-05-234-39/+793
|
* KS0108 multi-chip driver thanks to doc_rob.inmarket2017-05-184-0/+741
|
* WhitespacesJoel Bodenmann2017-05-161-1/+1
|
* Changing syncflag type from uint8_t to uint32_t in STM32LTDC driverJoel Bodenmann2017-05-161-1/+1
|
* Added partial definition for the STM32F469i-Discovery boardinmarket2017-05-051-11/+18
|
* Added UC1601s driverinmarket2017-05-056-0/+449
|
* Fix some prototypes for win32.raw32 emulation environmentsinmarket2017-04-012-5/+5
|
* Fix introduces bug in gdisp UC8173 driverinmarket2017-03-041-1/+1
|
* Minor clean-up to UC8173 driverJoel Bodenmann2017-03-022-166/+833
|
* Update to the UC8173 driver to fix memory overwriteinmarket2017-03-011-3/+1
|
* Minor internal improvement (clean-up) to AlteraFramereader driverJoel Bodenmann2017-02-201-19/+14
|
* Updating drivers listJoel Bodenmann2017-02-181-35/+36
|
* Adding Altera Frame Reader IP Core display driverJoel Bodenmann2017-02-185-0/+366
|
* Updating drivers listJoel Bodenmann2017-02-181-0/+2
|
* Adding UC8173 driverJoel Bodenmann2017-02-025-0/+730
|