99* [ Overview] ( #overview )
1010* [ Installation] ( #installation )
1111* [ Dependency] ( #dependency )
12+ * [ Documentation] ( #documentation )
1213* [ Software] ( #software )
1314 * [Examples](#examples)
1415 * [SPI](#spi)
@@ -32,7 +33,7 @@ C++ Library for a ST7735 TFT SPI LCD for the Arduino Eco-system.
32335 . Advanced frame buffer mode included.
33346 . Bitmaps supported: 1, 8 and 16 bit.
34357 . Hardware & software SPI options
35- 8 . Code commented for 'doxygen' API generation tool.
36+ 8 . [ Project url link ] ( https://github.com/gavinlyonsrepo/ST7735_LTSM )
3637
3738## Installation
3839
@@ -45,7 +46,14 @@ the graphics, bitmaps, and font methods as well as font data and bitmap test dat
4546where the user sets options(debug, advanced graphics and frame buffer mode).
4647When you install 'ST7735_LTSM' with Arduino IDE. It should install 'display16_LTSM' as well after
4748a prompt, if it does not you have to install it same way as 'ST7735_LTSM'.
48- The 'display16_LTSM' project and readme is at [ URL github link] ( https://github.com/gavinlyonsrepo/display16_LTSM )
49+ The 'display16_LTSM' project and readme is at [ URL github link.] ( https://github.com/gavinlyonsrepo/display16_LTSM )
50+ 'display16_LTSM' is also written by author of this library.
51+
52+ ## Documentation
53+
54+ Code is commented for the 'doxygen' API generation tool.
55+ Documents on fonts, bitmaps and graphics can be found at
56+ the dependency 'display16_LTSM' repository, [ URL github link] ( https://github.com/gavinlyonsrepo/display16_LTSM )
4957
5058## Software
5159
@@ -132,20 +140,23 @@ Connections as setup in HELLO_WORLD.ino test file.
1321405 . Backlight on/off control is left to user.
133141
134142
135- ## Tested
143+ ## Tested
144+
145+ Tested with both software and hardware SPI on:
146+
147+ - ** ESP32**
148+ - ** Arduino UNO R4 Minima**
149+ * Frame buffer example is not supported on this board.*
136150
137- Tested (1-2) on following MCUs both software and hardware SPI,
151+ Compiled only (not fully hardware-tested) on:
138152
139- 1 . ESP32
140- 2 . UNO Minima R4 (Exception : Frame buffer example will not work here)
153+ - ** Arduino UNO**
154+ - ** ESP8266**
155+ - ** STM32 “Blue Pill”**
141156
142- Complied only on these 3-5. Note : many low RAM MCU will
143- not work if a lot of fonts and bitmaps are used. In addition 'Frame Buffer mode requires
144- Dynamic memory to hold a frame buffer. See dependency readme for more details.
157+ > Some examples on low-RAM MCUs will fail( insufficient memory ), numerous fonts and bitmap data are included.
158+ > Frame buffer mode requires sufficient dynamic memory for the buffer — see the README in display16_LTSM for details.
145159
146- 3 . Arduino UNO & NANO v3
147- 4 . ESP8266
148- 5 . STM32 "blue pill"
149160
150161
151162## Output
0 commit comments