Skip to content

Where is lcd_periph_signals defined #632

Answered by RonKsr
RonKsr asked this question in Q&A
Discussion options

You must be logged in to vote

ToBozo, thank you

I traced down my problem. You provided the clue with #include "soc/lcd_periph.h"
For some reason, the esp-idf component version 3.1.0-RC2 changed the
name from lcd_periph_signals to lcd_preiph_rgb_signals making
LovyanGFX version 1.1.16 throw the errors since it requires lcd_periph_signals
for Bus_RGB.cpp.

Changing the ESP version 3.1.0-RC2 to ESP version 3.1.0-RC1
solved the issue.

My thanks again.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@RonKsr
Comment options

Answer selected by RonKsr
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants