Jared De La Cruz

Results 21 comments of Jared De La Cruz

I am also experiencing similar issue. After 5 mins of inactivity (not receiving messages) my application doesn't receive any subsequent messages, even though the rabbitmq management UI shows as connected,...

I think this may be due the client not having heartbeats. (https://www.rabbitmq.com/heartbeats.html) Depending of what version of rabbitmq server running, the default could be set to 580, and the interval...

@olikraus Thank you for letting me know. Is this something supported by u8g?

@razor5k I'm wrote my own display driver for SSD1322, but i have an issue when using render mode partial, it appears incorrectly, but render mode full works fine. Do you...

here is my flush command ``` void my_disp_flush(lv_display_t *disp, const lv_area_t *area, uint8_t *px_map) { // send commands to OLED oled.set_column_address(0x1C + (area->x1 / 4), 0x1C + (area->x2 / 4));...

@razor5k thank you, i will take a look at the provided code and reply back with my findings @kisvegabor sorry, i'm not having an issue specifically with the color depth....

Full render ![gif_full](https://github.com/lvgl/lvgl/assets/1082238/f42dadbf-cdda-4160-8677-6a343b527a7d) Partial render ![gif_partial](https://github.com/lvgl/lvgl/assets/1082238/2e3456f8-6c04-4f54-bc56-8bfa66121fbd)

@razor5k thank you! with your code i was able to get the partial rendering working!

I believe I am on 5 and was able to get it to compile. It took me a few steps and i havent quite cleaned up the code, so here...

Sorry, i have not had time to update this project.