Uli Raich

Results 56 comments of Uli Raich

I recompiled lv_micropython from scratch and lv_example_msg1.py now works fine Looking into lv_conf.h I see that LV_USE_MONKEY, LV_USE_FRAGMENT, LV_USE_IMGFONT, LV_USE_IME_PINYIN are disabled. I will have to enable these to test...

Hi Amir, I managed to get a lv_micropython built with ffmpeg included. The first example also works. I do have a strange problem with the second example though: This is...

I also had a look at lv_example_msg_2 and 3. lv.subscribe_msg() crashes with a seg fault if the third parameter is not None. So... the first line in lv_example_msg_2: lv.msg_subscribe(MSG_LOGIN_ATTEMPT, auth_manager,...

Hi Amir, I updated to the latest version but the error is not gone. In fact it happens not just to lv.FFMPEG_PLAYER_CMD . I wrote this stupid test: #!/opt/bin/lv_micropython -i...

Btw: When I replace player.player_set_cmd(lv.FFMPEG_PLAYER_CMD.START) by player.player_set_cmd(0) then program works fine

When I enable LV_USE_IMGFONT I get ![lv_micropython_compile_error](https://user-images.githubusercontent.com/1673533/185401118-f34036e2-f5b6-41f6-adca-e4f61af215f0.png)

Concerning the lv.msg examples: Sure, I can pass the user_data into the function using lambda. However, m.getpayload() also returns a blob. Sorry, I just saw that lv_example_msg_1 has an example...

Hi Amir, Thanks for the notice. I will try to advance with the examples as far as I can before you will be back. Quite a few are already running.

When enabling LV_USE_IME_PINYIN, I get this error: ![image](https://user-images.githubusercontent.com/1673533/185749220-576d7b9e-fe17-40d8-81a8-d987614d240f.png) and this if I enable image fonts: ![image](https://user-images.githubusercontent.com/1673533/185749883-bfea2a6c-ef10-4862-b57d-de33bd561403.png) The ffmpeg examples work if I replace LV_FFMPEG_PLAYER_CMD_START by 0 gridnav examples ok msg...

Hi Amir, Looks like I am a very lousy typist. Sorry for that. lv.ffmpeg_player.PLAYER_CMD.START is ok. I was missing the "ffmpeg_player" . Both ffmpeg examples work fine now. However, I...