I want to attach oled 1.3" SH1106 to nodemcu esp32s I used this library (https://github.com/wonho-maker/Adafruit_SH1106) but it says "adafruit_sh1106.cpp:29:26: fatal error: avr/pgmspace.h: no such file or directory". I tried to use another library (https://github.com/nhatuan84/esp32-sh1106-oled) and it uploaded successfully but it doesn't show anything.
P.N:my nodemcu esp32s's scl and sda pins are 22 and 21