LiquidCrystal_I2C icon indicating copy to clipboard operation
LiquidCrystal_I2C copied to clipboard

Added ESP32 dimming support (and thus fixes compilation error)

Open timkoers opened this issue 3 years ago • 0 comments

When compiling for the ESP32, analogWrite is not defined. This is because the ESP32 uses led controllers (with 15 output channels) This pull request adds those led controller thingies, only when being compiled for the ESP32 obviously

timkoers avatar Dec 22 '20 15:12 timkoers