Replies: 9 comments 21 replies
-
Bonjour , |
Beta Was this translation helpful? Give feedback.
-
Test: by moving lines over the screen. test_1.mp4test_lvgl.mp4 |
Beta Was this translation helpful? Give feedback.
-
@kdschlosser WIDTH = const(120) Try with an auto buffer set. LVGL: Partial screenslide move: broken pixel exist LVGL: Full screenWIDTH = const(120)
frame_buffer1=fb1
|
Beta Was this translation helpful? Give feedback.
-
log: without special 0XBB command.
After try move slider, image change only after some data
In one moment change |
Beta Was this translation helpful? Give feedback.
-
@kdschlosser Progress: Full Render Work. use: for full render test and pixel right position
Init display with any special cmd
always _RAMWR for FULL Render
full_test.mp4Try use full size buffer. |
Beta Was this translation helpful? Give feedback.
-
@kdschlosser Full-size Full render: Works. _dummy_set_memory_location - comment what setattrr for set_memory_location: display_driver_framework.py Try to send data to panel_io_spi_tx_color by chunk.
other to end buffer:
The code looks like that.
full_size_1.mp4full_size_2.mp4 |
Beta Was this translation helpful? Give feedback.
-
Hi starga, |
Beta Was this translation helpful? Give feedback.
-
@Villaden74 You can scan i2c bus for address. @kdschlosser Already added ? |
Beta Was this translation helpful? Give feedback.
-
@kdschlosser I am tested with driver nv3041aG.py |
Beta Was this translation helpful? Give feedback.
-
Driver for QSPI LCD
info
http://pan.jczn1688.com/directlink/1/HMI%20display/JC3248W535EN.zip
https://components.espressif.com/components/espressif/esp_lcd_axs15231b
AXS15231B_Datasheet_V0.5_20230306.pdf
Micropython LVGL - Test
pinout
Beta Was this translation helpful? Give feedback.
All reactions