Part Number: LAUNCHXL-CC1352R1
Other Parts Discussed in Thread: CC1312R, BOOSTXL-SHARP128, SYSCONFIG
Tool/software: Code Composer Studio
Hello,
I am currently trying to combine the sharpsimpledisplay and uartecho examples on a LAUNCHXL_CC1312R. I saved a copy of the uartecho project and copied the sharpsimpledisplay.c file into the copied project. I made edits to the main_tirtos.c file in the project to ensure that I accounted for the *displayThread and any other #includes that were needed for the LVGL.
I am getting an error on #include <lv_port_disp.h> in the copied sharpsimpledisplay.c file.
I looked into the include folders of each respective project and noticed that I am missing three simplelink_sdk_lvgl_plugin folders in the include portion of the copied uartecho project.
My question is how do add the missing include folders to my uartecho copied project?
P.S. I am trying to combine these two as a learning exercise on how to combine multiple examples from SimpleLink.
Best Regards,
Daniel Rios