Skip to content

Commit c394521

Browse files
Update Documents
1 parent 1c4ad32 commit c394521

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

README.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff 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)

0 commit comments

Comments
 (0)