Skip to content

Commit 116e9af

Browse files
committed
Update readme.md
1 parent 45cd8aa commit 116e9af

File tree

1 file changed

+31
-19
lines changed

1 file changed

+31
-19
lines changed

readme.md

+31-19
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ This list contains the status of tested Arduino libraries with the UNO R4 board.
7171
| --- | ---------------------------------------------------------- | ------------- | ------------- | ----- |
7272
| 1. | [Servo](https://github.com/arduino-libraries/Servo) | PASS ✅ | PASS ✅ | |
7373
| 2. | [Stepper](https://github.com/arduino-libraries/Stepper) | PASS ✅ | PASS ✅ | |
74-
| 3. | [AccelStepper](https://github.com/waspinator/AccelStepper) | PASS ✅ | PASS ✅ | |
74+
| 3. | [AccelStepper](https://github.com/waspinator/AccelStepper) | PASS ✅ | FAIL ❌ | |
7575

7676

7777
### Sensors
@@ -109,27 +109,28 @@ This list contains the status of tested Arduino libraries with the UNO R4 board.
109109
| 29. | [ER_OLEDM1_CH1115](https://github.com/gavinlyonsrepo/ER_OLEDM1_CH1115) | PASS ✅ | PASS ✅ | |
110110
| 30. | [ERM19264_UC1609](https://github.com/gavinlyonsrepo/ERM19264_UC1609) | PASS ✅ | PASS ✅ | |
111111
| 31. | [ADXL345](https://github.com/sparkfun/SparkFun_ADXL345_Arduino_Library) | FAIL ❌ | FAIL ❌ | |
112-
113-
112+
| 32. | [SHT21-Arduino-Library](https://github.com/SolderedElectronics/SHT21-Arduino-Library) | PASS ✅ | PASS ✅ | |
113+
| 33. | [ArduinoJoystickLibrary](https://github.com/MHeironimus/ArduinoJoystickLibrary/tree/master) | FAIL ❌ | FAIL ❌ | |
114114

115115
### Displays
116116

117-
| No. | Library | Compilation | Hardware Test | Notes |
118-
| --- | ----------------------------------------------------------------------------- | ----------- | ------------- | ---------------------------------------------------------------------------------------------------- |
119-
| 1. | [u8g2](https://github.com/olikraus/u8g2) | PASS ✅ | PASS ✅ | |
120-
| 2. | [Adafruit SSD1306](https://github.com/adafruit/Adafruit_SSD1306) | PASS ✅ | FAIL ❌ | Scattered pixels all over the display. |
121-
| 3. | [LiquidCrystal](https://github.com/arduino-libraries/LiquidCrystal) | PASS ✅ | PASS ✅ | |
122-
| 4. | [LiquidCrystal_I2C](https://github.com/johnrickman/LiquidCrystal_I2C) | PASS ✅ | PASS ✅ | |
123-
| 5. | [SevSeg](https://github.com/DeanIsMe/SevSeg) | PASS ✅ | PASS ✅ | |
124-
| 6. | [Adafruit_ST7735](https://github.com/adafruit/Adafruit-ST7735-Library) | PASS ✅ | PASS ✅ | |
125-
| 7. | [Adafruit_ILI9341](https://github.com/adafruit/Adafruit_ILI9341) | FAIL ❌ | FAIL ❌ | |
126-
| 8. | [FastLED](https://github.com/FastLED/FastLED) | PASS ✅ | PASS ✅ | Use fork by @facchinm |
127-
| 9. | [ArduinoGraphics](https://github.com/arduino-libraries/ArduinoGraphics) | PASS ✅ | - | |
128-
| 10. | [TFTLCD-Library](https://github.com/adafruit/TFTLCD-Library) | FAIL ❌ | FAIL ❌ | #include "wiring_private.h |
129-
| 11. | [TM1638plus](https://github.com/gavinlyonsrepo/TM1638plus) | PASS ✅ | PASS ✅ | |
130-
| 12. | [NOKIA5110_TEXT](https://github.com/gavinlyonsrepo/NOKIA5110_TEXT/) | PASS ✅ | PASS ✅ | |
131-
| 13. | [HD44780_LCD_PCF8574](https://github.com/gavinlyonsrepo/HD44780_LCD_PCF8574/) | PASS ✅ | PASS ✅ | |
132-
| 14. | [Arduino_GFX](https://github.com/ZinggJM/Arduino_GFX) | PASS ✅ | PASS ✅ | Compatibility only when used w/ 8-bit parallel<br />TFT UNO-format shields (e.g., MCUFriend shields) |
117+
| No. | Library | Compilation | Hardware Test | Notes |
118+
| --- | --------------------------------------------------------------------------------------------- | ------------- | ------------- | ---------------------------------------------------------------------------------------------------- |
119+
| 1. | [u8g2](https://github.com/olikraus/u8g2) | PASS ✅ | PASS ✅ | |
120+
| 2. | [Adafruit SSD1306](https://github.com/adafruit/Adafruit_SSD1306) | PASS ✅ | FAIL ❌ | Scattered pixels all over the display. |
121+
| 3. | [LiquidCrystal](https://github.com/arduino-libraries/LiquidCrystal) | PASS ✅ | PASS ✅ | |
122+
| 4. | [LiquidCrystal_I2C](https://github.com/johnrickman/LiquidCrystal_I2C) | PASS ✅ | PASS ✅ | |
123+
| 5. | [SevSeg](https://github.com/DeanIsMe/SevSeg) | PASS ✅ | PASS ✅ | |
124+
| 6. | [Adafruit_ST7735](https://github.com/adafruit/Adafruit-ST7735-Library) | PASS ✅ | PASS ✅ | |
125+
| 7. | [Adafruit_ILI9341](https://github.com/adafruit/Adafruit_ILI9341) | FAIL ❌ | FAIL ❌ | |
126+
| 8. | [FastLED](https://github.com/FastLED/FastLED) | PASS ✅ | PASS ✅ | Use fork by @facchinm |
127+
| 9. | [ArduinoGraphics](https://github.com/arduino-libraries/ArduinoGraphics) | PASS ✅ | - | |
128+
| 10. | [TFTLCD-Library](https://github.com/adafruit/TFTLCD-Library) | FAIL ❌ | FAIL ❌ | #include "wiring_private.h |
129+
| 11. | [TM1638plus](https://github.com/gavinlyonsrepo/TM1638plus) | PASS ✅ | PASS ✅ | |
130+
| 12. | [NOKIA5110_TEXT](https://github.com/gavinlyonsrepo/NOKIA5110_TEXT/) | PASS ✅ | PASS ✅ | |
131+
| 13. | [HD44780_LCD_PCF8574](https://github.com/gavinlyonsrepo/HD44780_LCD_PCF8574/) | PASS ✅ | PASS ✅ | |
132+
| 14. | [Arduino_GFX](https://github.com/ZinggJM/Arduino_GFX) | PASS ✅ | PASS ✅ | Compatibility only when used w/ 8-bit parallel<br />TFT UNO-format shields (e.g., MCUFriend shields) |
133+
| 15. | [DIYables_4Digit7Segment_74HC595](https://github.com/DIYables/DIYables_4Digit7Segment_74HC595)| PASS ✅ | PASS ✅ | |
133134

134135
### USB
135136

@@ -163,6 +164,11 @@ This list contains the status of tested Arduino libraries with the UNO R4 board.
163164
| 12. | [LEDDriver_NXP_Arduino](https://github.com/teddokano/LEDDriver_NXP_Arduino) | PASS ✅ | PASS ✅ | Not working with PCA9957(SPI) |
164165
| 13. | [MUX_SW_NXP_Arduino](https://github.com/teddokano/MUX_SW_NXP_Arduino) | PASS ✅ | PASS ✅ | |
165166
| 14. | [RTC_NXP_Arduino](https://github.com/teddokano/RTC_NXP_Arduino) | PASS ✅ | PASS ✅ | Not working with PCA2131(SPI mode) |
167+
| 15. | [WiFiEspAT](https://github.com/jandrassy/WiFiEspAT) | PASS ✅ | PASS ✅ | |
168+
| 16. | [EthernetENCT](https://github.com/JAndrassy/EthernetENC) | PASS ✅ | PASS ✅ | |
169+
| 17. | [ArduinoOTA](https://github.com/jandrassy/ArduinoOTA) | PASS ✅ | PASS ✅ | |
170+
| 18. | [TelnetStream](https://github.com/jandrassy/TelnetStream) | PASS ✅ | PASS ✅ | |
171+
| 19. | [StreamLib](https://github.com/jandrassy/StreamLib) | PASS ✅ | PASS ✅ | |
166172

167173
### Storage
168174

@@ -175,3 +181,9 @@ This list contains the status of tested Arduino libraries with the UNO R4 board.
175181
| No. | Library | Compilation | Hardware Test | Notes |
176182
| --- | -------------------------------------------------------------------- | ----------- | ------------- | ----- |
177183
| 1. | [Adafruit SleepyDog](https://github.com/adafruit/Adafruit_SleepyDog) | FAIL ❌ | FAIL ❌ | |
184+
185+
### Audio
186+
187+
| No. | Library | Compilation | Hardware Test | Notes |
188+
| --- | -------------------------------------------------------------------- | ----------- | ------------- | ----- |
189+
| 1. | [Talkie](https://github.com/ArminJo/Talkie) | FAIL ❌ | |Fail on Minima and Wifi|

0 commit comments

Comments
 (0)