-
-
Notifications
You must be signed in to change notification settings - Fork 217
Open
Description
I've been using my Mega with 2 screen for a while with version 1.4.2 with no issue, however I recently went to upgrade to a newer version and found anything greater than 1.4.2 has issues where font no longer works properly. On one device it is completely missing, on another all the alignment is off. Is this a known issue and is there a work around? Or is it a bug?
Arduino_DataBus *bus = new Arduino_AVRPAR8(38 /* DC */, 40 /* CS */, 39 /* WR */, 43 /* RD */, 3 /* PORT LOW */);
Arduino_GFX *DisplayGFX = new Arduino_ILI9488(bus, 41);
Arduino_DataBus *bus = new Arduino_AVRPAR16(38 /* DC */, 40 /* CS */, 39 /* WR */, 43 /* RD */, 3 /* PORT LOW */, 1 /* PORT HIGH */);
Arduino_GFX *DisplayGFX = new Arduino_NT35510(bus, 41);

Metadata
Metadata
Assignees
Labels
No labels