aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gdisp/ST7735/gdisp_lld_ST7735.c
Commit message (Collapse)AuthorAgeFilesLines
* For all source files update integer types to the new gI8 etc type namesinmarket2018-11-031-2/+2
|
* Added type gOrientation to replace V2.x orientation_t, and values ↵inmarket2018-07-081-8/+8
| | | | gOrientationX replace GDISP_ROTATE_X
* Added type gPowermode to replace V2.x powermode_t, and values gPowerXXX ↵inmarket2018-07-081-8/+8
| | | | replace powerXXX
* Added new type definitions - moving towards V3.0inmarket2018-06-231-4/+4
|
* 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
* First set of V3 macro changesinmarket2018-02-271-3/+3
|
* Fix for ST7735 driverinmarket2018-02-241-5/+5
|
* Add compatibility with Visual Studio and make compile warning capabilities ↵inmarket2017-06-301-6/+7
| | | | more cross platform
* Increased st7735 refresh rate - no more flickerOleg Gerasimov2016-08-191-2/+2
|
* Added ST7735 driverOleg Gerasimov2016-08-191-0/+381