GyverLibs / GyverOLED

Лёгкая и быстрая библиотека для OLED дисплея
MIT License
123 stars 20 forks source link

error ESP32 #43

Closed planer-pro closed 9 months ago

planer-pro commented 9 months ago

in microWire.cpp

'TWBR' was not declared in this scope 'TWSR' was not declared in this scope 'TWCR' was not declared in this scope 'TWEN' was not declared in this scope 'TWIE' was not declared in this scope

platformio, lolin 32d pro board

GyverLibs commented 9 months ago

you cant use microwire on esp32 or other non-AVR platform

planer-pro commented 9 months ago

Any solution for run GyverOLED on esp32?

GyverLibs commented 9 months ago

there is no problem with esp32 image

planer-pro commented 9 months ago

Thanks