STM32F429I-DISC1 use of the onboard TFT screen ? #10128
Unanswered
embsysblog
asked this question in
Hardware & Peripherals
Replies: 1 comment
-
There are MicroPython drivers for ILI9341. See nano-gui which supports these displays. Also micro-gui which adds user input via pushbuttons. |
Beta Was this translation helpful? Give feedback.
0 replies
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.
-
I managed to locate the MicroPython binary for the STM32420-DISC1. I'm also able to build it from source. I was wondering if I could access the onboard tft screen in a straightforward fashion. Would I need to include additional libraries (for the LTDC, ili9341 driver and a library like LVGL) before rebuilding the Micropython binary ? I'm still new to Micropython but very curious and keen to learn!
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions