cancel
Showing results for 
Search instead for 
Did you mean: 

lcd interfacing using SPI

akiyanrs
Associate
Posted on January 18, 2015 at 19:33

Hello every one ,

 In my project I need to interface  122x32 dot-matrix serial interface LCD module to stm32f101x controller using SPI . I couldn't find any example for communicating to LCD using SPI for stm32f10x series . so please provide me sample example for this controller . Thank you
1 REPLY 1
Posted on January 18, 2015 at 20:10

Sometimes as a developer you need to create your own code.

Review the manuals for the STM32 and the unspecified display.

Review the SPI examples provided in the firmware library.

Review the example drivers supplied by the display vendor.

Combine these in your project.

Tips, Buy me a coffee, or three.. PayPal Venmo
Up vote any posts that you find helpful, it shows what's working..