Skip to content

Library compiles with errors if ST7796 is selected #134

Open
@joelccrouch

Description

@joelccrouch

In ESP_Panel_Board_Custom.h, I set the following:

#define ESP_PANEL_LCD_NAME ST7796

I get errors when I try to compile that it can't find ST7796. The fix for version 0.1.8 is as follows:

Add #include "lcd/ST7796.h" to ESP_Panel_Library.h.

The same fix didn't work for version 0.2.1. I get a new error about SPI and QSPI.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions