LVGL 9, just simply (ha!) trying to place a simple custom pointer on the arc knob.
I’ve “declared” the image, it’s there, edited in GIMP and exported as a 16BCPA image (simple, two colors, one transparent).
I “can” get the image in, but I get errors.
[Warn] (1.043, +18) lv_fs_open: Can’t open file (?␁): unknown driver letter lv_fs.c:88
[Error] (1.051, +8) image_decoder_get_info: File open failed: 3 lv_image_decoder.c:368
Location of actual file is the src directory. I’ve tried everything I can think of and searched for on the internet.
As I said, the image does load, it’s not “bound”, that’s a different topic here.
But another curious thing is, even with the “regular” knob (which IS bound), when the arc value reached “between 10:00 and 2:00” on the arc, I generated a bunch of those errors again. I say “between 10:00 and 2:00” because it doesn’t matter what the range is set to, so the “value” doesn’t matter, only the knobs position ON the arc.
Can somebody please give me a hand? I’m stuck, I’ve run out of things to try. There’s plenty of topics, but I’m not using UNIX or RaspberryPi or Python. Very few solutions apply to me, and the ones I try, do not work.