Micropython on STM32F746

C programming, build, interpreter/VM.
Target audience: MicroPython Developers.
Post Reply
graemef
Posts: 5
Joined: Fri Jun 23, 2017 3:12 pm

Micropython on STM32F746

Post by graemef » Thu Aug 01, 2019 5:46 am

Hi,

A while back I used the basic support for STM32F746Discovery board and installed it.

Since then I got the LCD and touchscreen working and implemented some libraries at both the C-level and Python level.
The modified micropython source folder is on my github (link below).

My goal is to add image processing functions to this. Have already implemented a basic hough transform for line detection.
Will upload the new files in the next day or two.

Anyone one wanting to contribute lease let me know.

There is an example folder which contains basic demos (demoing LCD and touchscreen mainly)



Git hub at:
https://github.com/Shadofisher/Micropyt ... 6Discovery

Regards
Graeme

Post Reply