Porting to mikroC

Did anyone ported LittlevGL to mikroC from mikroElektronika for PIC32? I am reading manual but still I am lost :slight_smile :slight_smile:

What MCU/Processor/Board and compiler are you using?

PIC32MX custom made board with ILI9341 TFT and mikroC for PIC32 compiler

What do you want to achieve?

To use library without OS, just bare metal…

What have you tried so far?

Reading manual, and still lost…

Code to reproduce

Add the relevant code snippets here.

The code block(s) should be between ```c and ``` tags:

/*You code here*/

Screenshot and/or video

If possible, add screenshots and/or videos about the current state.

What are you lost on? This should be fairly straight forward. Can you get LVGL to compile without display hardware? That is step 1, step 2 is including the Output/Input modules.

Well, I have my old code which initialize MCU and TFT. Driver for ILI9341 which works OK and using PMP module of PIC32MX. Now I am reading manual, and I am completely lost, whats next step, I can compile, and next step is to register/connect driver and library. I am reading manual, and still not sure how to do it… I know its simple, since I am stuck on this since yesterday, I might simply just “can’t see forest for the trees”…

Thanks for fast reply,

It’s better if you ask a specific question that has a specific answer. Questions like “how to make the whole library work” are very generic.