Description
Hi,
I’m trying to use the LittlevGL library on an MPLAB X project. I have a PIC24FJ256DA210 development board and I’m using the GPU driver that comes with microchip’s graphics library. I followed the documentation,defined the buffers and registered the flush and touch pad functions, also including lvgl/lvgl.h where these functions are defined. My issue is that I’m still stuck at the first compilation. I’m getting a compilation error telling me that the littlevGL initialization functions are undefined. My suspicion is that the linker is not finding the library source files. So my question is, apart from including lvgl/lvgl.h file, is there anything else that need to be set in MPLAB X for compilation? Should I also modify the Makefile?
Note: Sorry I haven’t placed any code but I’m sending this from home with the hope of having a hint by the time I get back to work. I’ll attach the error messages when I get back to work in the morning.
Thanks