I’m trying to make some graphics code work on an Elecrow four inch LCD panel. The example code that came with the panel is giving me an error:
fatal error: ../../src/display/lv_display_private.h: No such file or directory
There is actually such a directory but evidently the compiler is not finding it. Any idea why that would happen?
regards
John
Ive tried it with the hello world and with the basic button. I am using arduino IDE2 and it is running on Ubuntu. I have done these things using a CYD no problem and I realise that trying to do things on a different display is going to need some changes.This particular display is useful to me because I want to do a compass rose display and the display is 4 inches square with 480 by 480 resolution.