OpenGLCD “no such file or directory” error

Hi
I’m trying to use the openGLCD library with the RA8835 320x240 display driver
I tried to produce a new config.h and device.h files for the RA8835 device.
When I try to compile one of the examples, it stop with an error “RA8835.h - no such file or directory”
The file is there for sure, but still the compiler doesn’t find it.
Same for the config.h file
Any one can help with this issue ??

Ilan

No way of knowing what is happening without seeing any code and knowing where you put your header files.
But a bigger question is why did you create a new device.h file. Those are quite complex and when needed often require changes to the device or graphic code as well.

--- bill