Skip to content

Mega using Parallel Bus not working properly after 1.4.2 #715

@dapostol73

Description

@dapostol73

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);
Image Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions