no need to pass in scl & sda into screen constructor

This commit is contained in:
geeksville
2020-04-23 13:53:51 -07:00
parent 3e4ccef992
commit ffe95f62ab
3 changed files with 13 additions and 3 deletions

View File

@@ -0,0 +1,7 @@
* make a new boarddef with a variant.h file. Fix pins in that file. In particular:
#define PIN_SPI_MISO (46)
#define PIN_SPI_MOSI (45)
#define PIN_SPI_SCK (47)
#define PIN_WIRE_SDA (26)
#define PIN_WIRE_SCL (27)