Skip to content

use as TFT_eSPI replacement #169

@eadmaster

Description

@eadmaster

is it possible to use this library as a replacement for a real TFT display?

Basically i'd like to replace a global object like this and get the same output in the android app (without any TFT connected to the board):

//TFT_eSPI tft = TFT_eSPI();

DumbDisplay dumbdisplay(new DDInputOutput(115200));
FakeTFT tft = dumbdisplay.createFakeTFT(WIDTH, HEIGHT);

class GraphicalDDLayer seems to have a similar API to TFT_eSPI.

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