Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | For all source files update integer types to the new gI8 etc type names | inmarket | 2018-11-03 | 1 | -2/+2 |
| | |||||
* | Added type gOrientation to replace V2.x orientation_t, and values ↵ | inmarket | 2018-07-08 | 1 | -8/+8 |
| | | | | gOrientationX replace GDISP_ROTATE_X | ||||
* | Added type gPowermode to replace V2.x powermode_t, and values gPowerXXX ↵ | inmarket | 2018-07-08 | 1 | -8/+8 |
| | | | | replace powerXXX | ||||
* | Added new type definitions - moving towards V3.0 | inmarket | 2018-06-23 | 1 | -4/+4 |
| | |||||
* | Added support for 1.44" board (128x128) | kapacuk | 2018-06-20 | 1 | -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 GCC | kapacuk | 2018-06-20 | 1 | -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 changes | inmarket | 2018-02-27 | 2 | -6/+6 |
| | |||||
* | Fix for ST7735 driver | inmarket | 2018-02-24 | 1 | -5/+5 |
| | |||||
* | Add compatibility with Visual Studio and make compile warning capabilities ↵ | inmarket | 2017-06-30 | 1 | -6/+7 |
| | | | | more cross platform | ||||
* | Increased st7735 refresh rate - no more flicker | Oleg Gerasimov | 2016-08-19 | 1 | -2/+2 |
| | |||||
* | Added ST7735 driver | Oleg Gerasimov | 2016-08-19 | 4 | -0/+457 |