Uli Raich
Uli Raich
I think embeddedt gave the answer: I do have an NVidia graphics card
This is what I see when I run lv_micropython in gdb 
Yes, the same sequence. Without gdb I see this: 
Correct!, So it is in the nvidia-glcore library 
Stupid question: If it was a problem from which thread SDL_init is called, should we then not have the same problem independently of the display driver? When I run my...
Did you compile MicroPython with the camera driver yourself or did you use the binary version supplied?
I traced it down a little further: First, it does not find the image path: A:lvgl/examples/assets/emoji" When I replace it with ./lvgl/examples/assets/emoji it will find the F600 emoji However, it...
This is what I get on my Ubuntu-22.04 system (latest updates) ! It tries to find 0031.png and 0032.png which corresponds to the "1" and "2" written before the first...
Ok, that works. Thanks. However, lv_imgfont_create does not adhere to the MicroPython conventions and translating lv_imgfont_create to imgfont=lv.imgfont(lv..scr_act()) does not work. Is there a way to correct this?
Hi Gabor, In the simulator the directory in which the binary is stored is simulator/build/bin/main. When I run the program with: ./build/bin/main, while removing the drive letter, then it works....