Add stm32l4r9i_discovery library to Micropython

Discussion about programs, libraries and tools that work with MicroPython. Mostly these are provided by a third party.
Target audience: All users and developers of MicroPython.
Post Reply
ndhuy
Posts: 32
Joined: Mon Nov 04, 2019 8:01 am

Add stm32l4r9i_discovery library to Micropython

Post by ndhuy » Thu Feb 13, 2020 10:06 am

Hi everyone,

I am Huy. Currently, I am working with LittlevGL and Micropython on the repo lv_micropytho( https://github.com/littlevgl/lv_micropython)
I have a display module that is written based on the Discovery library. The board I am using is STM32L4R9I Discovery

I want to ask how to add the Discovery library and the display driver into lv_micropython. And then link them in order to use the board to display LittlevGL on the board.

Thank you, Huy.

Post Reply