File tree Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Expand file tree Collapse file tree 1 file changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -118,6 +118,23 @@ Connections as setup in example file.
118118
119119[ ![ Image SSD] ( https://github.com/gavinlyonsrepo/Display_Lib_RPI/blob/main/extra/images/ssd1331.jpg )] ( https://github.com/gavinlyonsrepo/Display_Lib_RPI/blob/main/extra/images/ssd1331.jpg )
120120
121+ ## Tested
122+
123+ Tested with both software and hardware SPI on:
124+
125+ - ** ESP32**
126+ - ** Arduino UNO R4 Minima**
127+
128+ Compiled only (not fully hardware-tested) on:
129+
130+ - ** Arduino UNO**
131+ - ** ESP8266**
132+ - ** STM32 “Blue Pill”**
133+ - ** RP2040 PICO**
134+
135+ > Some examples on low-RAM MCUs will fail( insufficient memory ), if numerous fonts and bitmap data are included.
136+ > Frame buffer mode example requires sufficient dynamic memory for the buffer — see the README in display16_LTSM for details.
137+
121138## Output
122139
123140[ ![ demo pic 2] ( https://github.com/gavinlyonsrepo/Display_Lib_RPI/blob/main/extra/images/ssd1331output.jpg )] ( https://github.com/gavinlyonsrepo/Display_Lib_RPI/blob/main/extra/images/ssd1331output.jpg )
You can’t perform that action at this time.
0 commit comments