lvgl / lv_utils

Convert images or system fonts to C arrays. Written for LVGL embedded GUI library
https://littlevgl.com
54 stars 38 forks source link

<fix> <create file>: change include path #1

Closed KcMeterCEC closed 6 years ago

KcMeterCEC commented 6 years ago

Hi! I used this tool to create a new font file, but it couldn't be compiled corrently.

Finally, i found the include path #include "lv_conf.h" should be changed to

#include "../../../misc_conf.h"

By the way:

  1. I used vim editor at linux, so i changed line breaks \r\n to \n .
  2. I want to use littlev to support UTF-8 string display, i'm trying...
kisvegabor commented 6 years ago

Hi, I forget to update the script when some things have changed. Thank you very for the fix!

Actually now UTF-8 is supported, but not released yet. Please check this thread: https://github.com/littlevgl/lvgl/issues/31

Any feedback or test on the new UTF-8 support is very welcome!