- 16 Dec, 2017 4 commits
-
-
atanisoft authored
Adding ability to load settings from the calling program rather than modifying the library for each project that uses it. This is mostly for PlatformIO IDE which manages the libraries differently than Adruino IDE.
-
Bodmer authored
-
Bodmer authored
-
Bodmer authored
width or height over 127 pixels got converted to a negative number!
-
- 15 Dec, 2017 1 commit
-
-
Bodmer authored
-
- 14 Dec, 2017 5 commits
- 10 Dec, 2017 1 commit
-
-
Bodmer authored
Added example "Sprite_scroll" Tidy up virtual function list Add PROGMEM bitmap image functions
-
- 03 Dec, 2017 5 commits
- 01 Dec, 2017 1 commit
-
-
Bodmer authored
The 32 bit alignment offset must be checked for every line to prevent crash with odd pixel count lines.
-
- 30 Nov, 2017 4 commits
- 29 Nov, 2017 4 commits
- 27 Nov, 2017 2 commits
-
-
Bodmer authored
Fix width/height override issue when using setRotation
-
turiphro authored
This commit fixes an issue when setting screen width and height from the constructor (e.g., user sketch), followed by setRotation(i). Previously, setRotation used TFT_WIDTH and TFT_HEIGHT, ignoring user overrides.
-
- 26 Nov, 2017 1 commit
-
-
Bodmer authored
int16_t xo16 = 0, yo16 = 0;
-
- 24 Nov, 2017 4 commits
- 22 Nov, 2017 3 commits
- 21 Nov, 2017 1 commit
-
-
Bodmer authored
Added setColorDepth(d) where "d" is 8 or 16. Default is 16 bit if not specified.
-
- 16 Nov, 2017 2 commits
- 15 Nov, 2017 2 commits