stm 32 spi display

Discuss development of drivers for external hardware and components, such as LCD screens, sensors, motor drivers, etc.
Target audience: Users and developers of drivers.
Post Reply
fillofonta
Posts: 7
Joined: Mon Jul 13, 2020 8:55 am

stm 32 spi display

Post by fillofonta » Tue Aug 04, 2020 6:17 am

hello, i'm using an stm32f767zi board and i wold like to understand how to use a generic display and not a specific one, in the sense that i want to be able to configure a different display based on witch one i'm gona buy. From my understanding i have tu use de spi but if i use the machine.spi class my program will crash

User avatar
jimmo
Posts: 2754
Joined: Tue Aug 08, 2017 1:57 am
Location: Sydney, Australia
Contact:

Re: stm 32 spi display

Post by jimmo » Thu Sep 03, 2020 6:14 am

fillofonta wrote:
Tue Aug 04, 2020 6:17 am
From my understanding i have tu use de spi but if i use the machine.spi class my program will crash
Each display will be different, and you'll need to write (or find) a driver for the specific display you're using.

Could you please explain more about how using machine.SPI makes your program crash?

Post Reply