honey the codewitch

Results 88 comments of honey the codewitch

Which branch do I submit to? I'm making a separate project with just the lib, and an example underneath. The issue is the const buffer filesystem for reading from headers....

Okay. I'm going to clean up the const buffer fs to make the api a little cleaner and more consistent. Then I'll post Edit: I got some feedback that using...

Well, for starters in lv_fsdrv.h you have init functions that take no parameters. Doing so with CBFS is impossible since it needs an array and a drive letter to give...

I've done the necessary source updates but I don't have permission to create a pull request in master

I'll change cbfs around. I also still need to be able to put a pull request into master, or I need alternative branch to use where I have permission.

Yeah when I do, the create button is grayed out. ![Screenshot 2022-09-10 080813](https://user-images.githubusercontent.com/16417109/189489527-1715a83b-8cf9-46aa-b8f1-ac44eaac9ef7.jpg)

Adding, how do I assign a new drive letter? In lv_fs_cbfs_init() i need to create an lv_fs_drv_t instance, so I malloc it (unfortunately, gosh i hate all these mallocs) I...

Sorry, I've done a pull request once or twice, a long time ago. My screen looks different than yours. It says "base:" instead of "base repository:" and lvgl/lvgl isn't in...

Is there any way LVGL can traverse its list of active lv_fs_drv_t pointers and give me a free drive letter? Edit: Aha! Found it.

Welp, I'm stumped. Where is main being referenced? $ make all gcc -I.. -Wno-pointer-to-int-cast -Wno-int-to-pointer-cast -DSTB_DIVIDE_TEST ../stb_vorbis.c test_c_compilation.c test_c_lexer.c test_dxt.c test_easyfont.c test_image.c test_image_write.c test_perlin.c test_sprintf.c test_truetype.c test_voxel.c -lm gcc -I.....