Liam Howatt
Liam Howatt
Whoever merges, please paste this in the extended description. I think that should work. ``` Co-authored-by: Kenji Mouri (Qi Lu) ```
If I recall correctly, `lv_freetype_private.h` included `ft2build.h` which caused some error, but it's under `LV_USE_FREETYPE` so I think it's fine if `LV_USE_FREETYPE` is not enabled. The same applies for `lv_windows_input_private.h`....
> wouldn't that only happen if the indev is a pointer or a button Yes, and we should keep supporting pointers and buttons :slightly_smiling_face: You can see if you add...
@uLipe @kisvegabor
I think we may have made an incorrect assumption when releasing this feature that users will have some important files such as config.h already in their project. You can see...
Okay, I'm opening a PR with docs changes and configurations regarding the HAL file very soon anyways. I will move `config.h` into LVGL and name it `lv_draw_nema_gfx_config.h`.
I cannot believe you fixed the bug! I wasn't asking that of you. You're doing so much already. Thank you. I'll approve as soon as I have a moment.
Sorry for the delay. I plan to look at this soon.
Can you use vector graphics (see `lv_example_canvas_8`) or lines (see `lv_example_canvas_7`)?