Vladislav

Results 60 comments of Vladislav

My [trouble](https://github.com/sivar2311/platformio_boards/issues/2#issuecomment-2276488650). `platformio.ini` > [env:esp32-s3-devkitc1-n16r8] > ; platform = espressif32 @ 5.3.0 > platform = espressif32 @ 6.6.0 > board = esp32-s3-devkitc1-n16r8 > framework = arduino > monitor_speed = 115200...

If I specify the platform like this > platform = espressif32 Then the code build is `successful` > Processing ROUND_DISPLAY_LVGL (platform: > espressif32; board: esp32-s3-devkitc-1; framework: arduino) > --------------------------Verbose mode...

Hello @P-R-O-C-H-Y 😀 Here I configure `freeRTOS` and `PWM` > https://github.com/pioarduino/platform-espressif32/issues/228

Good day @caternuson and @aaronw2 🙂 I'm not entirely sure that I have a manifestation of the problem described above, but still. Example code is this: > https://github.com/adafruit/Adafruit_BNO08x/blob/master/examples/quaternion_yaw_pitch_roll/quaternion_yaw_pitch_roll.ino I use...

> (hopefully can run that unmodified on stm32) Yes, I built this code and I get the same behavior. Without disconnecting the board power supply, immediately after flashing: > Game...

Got data on the `i2c` bus after the first power-up after power-off: > BNO08x Read Example > BNO08x found! > Setting desired reports > read to 0x7F nak > 0xFF...

> 4\. Set another screen active (`lv_async_call((lv_async_cb_t)lv_screen_load, my_other_screen);`) Try another way🙂 ``` // lv_obj_t * scale_screen = lv_obj_create(NULL); scale_screen = lv_obj_create(NULL); lv_obj_clear_flag(scale_screen, LV_OBJ_FLAG_SCROLLABLE); /// Flags lv_obj_set_pos(scale_screen, 0, 0); lv_obj_set_size(scale_screen, 480,...

> Could you explain in details what this is supposed to do? This is the answer to your question. When you specify `NULL`, the library assumes that all your screens...

> I'm confused. I only have one display configured. Please post the code and explain again what exactly is not working for you?🙂

> I still can't figure out why it is now needed. Maybe this will help you https://docs.lvgl.io/master/details/main-modules/draw/draw_pipeline.html