honey the codewitch

Results 88 comments of honey the codewitch

One failure Error: /home/runner/work/lvgl/lvgl/ports/esp32/build-GENERIC/lv_mp.c:34056:95: error: 'lv_fs_cbfs_init' undeclared here (not in a function); did you mean 'lv_fs_drv_init'? I'm not declaring lv_fs_cbfs_init() in lv_fs_cbfs.h It's declared in lv_fsdrv.h like the others. Is...

I'm not sure why this is failing and just for Micropython on the ESP32. I know nothing about MP, much less how you generate the source file it's failing in....

ooh, i didn't see that. i'll try to update now. I'm so used to not putting them in (habits!). thanks!

could someone approve these workflows? thanks!

i give up. I have no idea why it's failing that check. I love the irony. The ESP32 is the machine I test on.

well, this pull is blocked on someone else figuring out why that check fails. I'll be improving the truetype engine, but with an eye towards supporting htcw_gfx with it until...

okay. Well fair enough. So I'll just consider this "passed" with qualifiers I guess.

This latest checkin follows I plan I have to reintegrate the STB truetype engine directly into LVGL without having to port it first. The idea is I add streaming support...

Some followup regarding bold/italic/underline/etc Apparently those do NOT exist in the font file, and there is no standard tweaks you can make to the rasterization to make them happen, although...

I should note that the STB implementation I ported does support subpixel rendering. I also noticed that LVGL has a uint8_t value for it you can fill as part of...