Replies: 1 comment 1 reply
-
|
Hello, I have only implemented SPIBus and I80Bus in MicroPython. Unlike SPI and i80 buses, RGB buses are very timing specific. If an RGBBus can be implemented in MicroPython code, I don't know how to do it. To use RGBBus, you have to use @kdschlosser's lcd_bus implementation written in C that gets compiled into the new binding. There's a lot going on behind the scenes in his new binding as well as the main repo at https://github.com/lvgl/lv_binding_micropython. I suspect @kdschlosser's fork will be merged into the main repo soon. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
hello,
I am very interested in your work, nice job !!
Currently the compilation of lv_micropython is very complicated, despite the considerable efforts of kdschlosser.
I'm using old version of lv_micropython.
With this in mind, would it be possible to implement the RGBBus class in lcd_bus.py ?
Obviously it will be slow...
Best regard,
Tom
Beta Was this translation helpful? Give feedback.
All reactions