Skip to content

Multiple reference to display driver would make difficult to replace it by a new one. #2

@mgoyard

Description

@mgoyard

For the future versions of LaBox (but let finish the current one)

It could be interesting to foresee the use of another display even not I2C (Now : SSD1306Wire.h)

like this 1.44/1.80
https://www.ebay.fr/itm/1-44-1-8inch-TFT-Full-Color-128x160-128x128-SPI-LCD-Display-Module-for-Arduino/193545945157
which needs :
#include <TFT_eSPI.h> // Graphics and font library for ST7735 driver chip
#include <SPI.h>
TFT_eSPI tft = TFT_eSPI(); // Invoke library, pins defined in User_Setup.h
Reference to display should appear in a single point in order to make the change easy.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions