Merge pull request #538 from srg74/patch-1

Update wled06_usermod.ino
This commit is contained in:
Aircoookie 2020-01-01 01:14:01 +01:00 committed by GitHub
commit 41eab27f20
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,7 @@
#include <U8x8lib.h> // from https://github.com/olikraus/u8g2/
//The SCL and SDA pins are defined here.
//Lolin32 boards use SCL=4 SDA=5
//Lolin32 boards use SCL=5 SDA=4
#define U8X8_PIN_SCL 5
#define U8X8_PIN_SDA 4