Tyeth Gundry and GitHub
dbb447afc9
Update version to 1.6.3 in library.properties
1.6.3
2026-02-11 17:45:08 +00:00
Limor "Ladyada" Fried and GitHub
61fddf5f46
Merge pull request #104 from mikeysklar/featherwing-esp32s2-esp32s3
...
Featherwing Examples adding ESP32S2 and ESP32S3 support
2026-02-10 09:51:45 -05:00
Mikey Sklar
839fa3a37b
Featherwing Examples adding ESP32S2 and ESP32S3 support
2026-02-09 08:08:25 -08:00
Tyeth Gundry and GitHub
70abdc1d32
Update library.properties - bump version to 1.6.2
1.6.2
2025-06-03 18:50:25 +01:00
Limor "Ladyada" Fried and GitHub
a00becb48c
Merge pull request #99 from caternuson/uno_r4
...
Update preproc for Uno R4
2025-06-02 13:32:45 -04:00
caternuson
bf8a8eae8b
clang the header to for some reason
2025-06-02 09:45:44 -07:00
caternuson
4b7aad6267
clang
2025-06-02 09:08:18 -07:00
caternuson
bce4240ead
update preproc for uno r4
2025-06-02 08:46:52 -07:00
Tyeth Gundry and GitHub
fe56b3e775
Update library.properties - bump version to 1.6.1
1.6.1
2024-06-18 12:56:06 +01:00
ladyada
6ce2852e5c
add C6
2024-06-11 16:11:47 -04:00
Tyeth Gundry and GitHub
6aad711ce8
Update library.properties - bump version to 1.6.0
1.6.0
2023-10-24 12:03:09 +01:00
Liz and GitHub
075de5326d
Merge pull request #92 from adafruit/fwingv2
...
update for tsc2007
2023-10-23 19:31:57 -04:00
Liz
dbe4041296
adding tsc2007 to properties
2023-10-23 09:09:45 -04:00
ladyada
1f80eb41d3
update for tsc2007
2023-10-21 13:13:18 -04:00
Paint Your Dragon and GitHub
0bfdfd5759
Bump version # for example fix
1.5.14
2023-09-01 15:52:17 -07:00
Phillip Burgess
d260ce7506
breakouttouchpaint example: fix pins to match guide text & diagram
2023-09-01 15:39:14 -07:00
dherrada
93493769e9
Update CI action versions
1.5.13
2023-05-12 11:23:59 -04:00
Eva Herrada and GitHub
be74aa6d3a
Bump to 1.5.12
1.5.12
2022-07-25 13:42:21 -04:00
Phillip Burgess
db89d94159
Remove reference to Adafruit_SPITFT_Macros.h (deprecated empty file)
2022-07-22 10:32:19 -07:00
Eva Herrada and GitHub
f6431119dc
Bump to 1.5.11
1.5.11
2022-06-06 16:48:54 -04:00
Melissa LeBlanc-Williams and GitHub
cf31049b98
Merge pull request #64 from bitbank2/master
...
Optimized setAddrWindow() to only set the axis which changes
2022-06-02 16:49:59 -06:00
Melissa LeBlanc-Williams
576e935d83
Merge branch 'master' of https://github.com/bitbank2/Adafruit_ILI9341
2022-06-02 14:52:14 -07:00
Dylan Herrada and GitHub
172411ce7c
Bump to 1.5.10
1.5.10
2021-11-02 13:06:58 -04:00
lady ada
1f83f0d579
add esp32s2 pins
2021-10-26 17:03:14 -04:00
Dylan Herrada and GitHub
028250a056
Bump to 1.5.9
1.5.9
2021-08-11 11:57:21 -04:00
Limor "Ladyada" Fried and GitHub
24941f90a9
Merge pull request #73 from GregJohnStewart/patch-1
...
Added link to GFX library
2021-08-06 14:18:51 -04:00
Greg Stewart and GitHub
ce3eb98b04
Added link to GFX library
2021-08-05 10:22:16 -04:00
Dylan Herrada and GitHub
ed533254bd
Bump to 1.5.8
1.5.8
2021-05-17 15:15:56 -04:00
Limor "Ladyada" Fried and GitHub
8eed722ec2
Merge pull request #72 from KurtE/scrollMargin
...
Fix computation in scrollMargin
2021-05-15 14:01:02 -04:00
Kurt Eckhardt
d2694821a3
Fix computation in scrollMargin
...
as per issue #62
The function does not work as the computation of middle was incorrect.
it either needed to be
uint16_t middle = ILI9341_TFTHEIGHT - top - bottom;
or what I prefer and did:
uint16_t middle = ILI9341_TFTHEIGHT - (top + bottom);
2021-05-14 08:10:45 -07:00
Dylan Herrada and GitHub
8b01d82133
Bump to 1.5.7
1.5.7
2021-05-10 15:22:38 -04:00
lady ada
5c2fb8fc93
eflify
2021-05-10 10:47:18 -04:00
lady ada
0c3646f184
fixed up ifdefs to be clearer
2021-05-10 10:36:58 -04:00
dherrada and GitHub
1e4305308a
Bump to 1.5.6
1.5.6
2020-07-06 16:42:51 -04:00
lady ada
4c66e99310
skip chonky demo
2020-07-06 11:39:50 -04:00
Laurence Bank
86bc50a69e
Reformatted with clang-format
2020-06-07 12:55:55 -04:00
Laurence Bank
7e17a48754
Optimized setAddrWindow() to only set the axis which changes
2020-06-06 18:47:46 -04:00
dherrada and GitHub
655e7494ae
Update library.properties
1.5.5
2020-04-25 13:32:15 -04:00
dherrada
e5fc4064d3
Added docs badge
2020-04-21 21:46:11 -04:00
siddacious and GitHub
6ab0da0a61
Update library.properties
1.5.4
2020-01-08 10:40:07 -08:00
Ha Thach and GitHub
a5986e5a44
add repository_dispatch event
2020-01-07 13:57:53 +07:00
Limor "Ladyada" Fried and GitHub
6c48bd3e68
Merge pull request #60 from adafruit/actionsci
...
Actions PR
1.5.3
2019-12-27 17:28:27 -05:00
Lady Ada
20d9db58ce
remove old travis, bump
2019-12-27 17:20:35 -05:00
Lady Ada
e25b462fd0
exampleclang
2019-12-27 16:59:41 -05:00
Lady Ada
3c5f34a9a6
clanged
2019-12-27 16:48:31 -05:00
Lady Ada
e82d98c48a
add only-tests
2019-12-27 15:55:35 -05:00
Lady Ada
1e2c7e9b5d
convert to actions
2019-12-27 15:17:16 -05:00
Lady Ada
6d1ab49464
bump
1.5.2
2019-12-25 15:27:24 -05:00
Lady Ada
0635263a2a
Merge branch 'master' of github.com:adafruit/Adafruit_ILI9341
2019-12-25 15:08:21 -05:00
Lady Ada
dca99842e1
add deps
2019-12-25 15:08:16 -05:00