mirror of
https://github.com/adafruit/Adafruit_SSD1306.git
synced 2026-07-28 04:15:57 +00:00
Adafruit_SSD1306: added CH32V20X macro (line 53 on Adafruit_SSD1306.cpp); added compatibilty with CH32 RISC-V mcu family (line 55 on README.md); added compatibility with CH32V203 device (line 66 on README.md)
This commit is contained in:
@@ -49,7 +49,8 @@
|
||||
#endif
|
||||
|
||||
#if !defined(__ARM_ARCH) && !defined(ENERGIA) && !defined(ESP8266) && \
|
||||
!defined(ESP32) && !defined(__arc__) && !defined(__RL78__)
|
||||
!defined(ESP32) && !defined(__arc__) && !defined(__RL78__) && \
|
||||
!defined(CH32V20x)
|
||||
#include <util/delay.h>
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user