honey the codewitch

Results 88 comments of honey the codewitch

Cool. I'll look into using lv_malloc instead of malloc at least. I don't know that platform specific is the best route here. This library works on a ton of platforms...

> If we want to let people allocating into DMA-able, PSRAM, flash, etc we can't avoid being platform dependent. But on the top level it's only a #define lv_malloc_caps my_malloc....

I have an internal scale value that is the percentage of the original font size I think? (the code came from the STB stuff I linked to initially), but it...

Ouch! the lv_font_glyph_dsc_t.adv_width member is unsigned, but my TTF engine can report a negative advance in some cases due to kerning on certain fonts. As weird as it is, it...

In addition to my previous ask, I've run into the strangest thing. [https://github.com/codewitch-honey-crisis/ttgo_lvgl](https://github.com/codewitch-honey-crisis/ttgo_lvgl) I set the font for a label, it's calling my get_glyph_dsc callback, but not my render callback,...

I'm still having a problem with lvgl calling my glyph dsc callback but not my render glyph callback Edit/Update: I forgot to call lv_timer or whatever in loop(). Now when...

Almost! ![IMG_20220909_084736101](https://user-images.githubusercontent.com/16417109/189390532-bc9e4c0f-f2c8-4e0c-acf0-0f22312e6ce9.jpg) Sorry it's a bit blurry. I couldn't get my camera to focus on the text at that angle. Anyway, as you can see it's rendering, but the font...

Thank you! I'm still stuck on that issue, but I'll poke around some more. =) Update: Eureka! Thanks again! Now I'll add in the \n treatment Update 2: Done with...

I think it's C, but I'm so used to C++ I can't be certain I nailed it. I did my best to remove any C++isms, and I'm pretty sure it's...

Sure. I'll go ahead and do that now.