File tree Expand file tree Collapse file tree 4 files changed +536
-48
lines changed
examples/arduino32/colorTftEthernet32 Expand file tree Collapse file tree 4 files changed +536
-48
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ IoAbstractionRef ioexp_io8574 = ioFrom8574(0x20, 0);
2020I2cAt24Eeprom glI2cRom (0x50 , PAGESIZE_AT24C128);
2121EepromAuthenticatorManager authManager (6 );
2222Adafruit_ST7735 gfx (6 , 7 , 3 );
23- AdafruitDrawable gfxDrawable (&gfx);
23+ AdafruitDrawable gfxDrawable (&gfx, 0 );
2424GraphicsDeviceRenderer renderer (30 , applicationInfo.name, &gfxDrawable);
2525EthernetServer server (3333 );
2626EthernetInitialisation ethernetInitialisation (&server);
Original file line number Diff line number Diff line change 1919#include <RuntimeMenuItem.h>
2020#include <ScrollChoiceMenuItem.h>
2121#include <RemoteMenuItem.h>
22- #include <IoAbstraction.h>
2322#include <IoAbstractionWire.h>
23+ #include <IoAbstraction.h>
2424#include <EepromAbstractionWire.h>
2525#include <RemoteAuthentication.h>
2626
@@ -32,7 +32,6 @@ extern AdafruitDrawable gfxDrawable;
3232extern GraphicsDeviceRenderer renderer ;
3333extern EthernetServer server ;
3434extern EthernetInitialisation ethernetInitialisation ;
35- extern const GFXfont FreeSansBold9pt7b ;
3635
3736// Any externals needed by IO expanders, EEPROMs etc
3837extern IoAbstractionRef ioexp_io8574 ;
You can’t perform that action at this time.
0 commit comments