lvgl / lv_i18n

Internationalization (i18n) for LVGL
MIT License
62 stars 17 forks source link

How to integrate in Platformio? #67

Open paaspaas00 opened 2 months ago

paaspaas00 commented 2 months ago

Hi, just wondered how to integrate this with Platformio and VS Code. I've done a local install with npm. Could you give some guidance? Thank you!

kisvegabor commented 2 months ago

It's independent of the framework that you are using. lv_i18n will just create a C and a H file that you can add to your project.

To use it once it's installed see the README from here.