2015-01-18 10:33 AM
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 you2015-01-18 11:10 AM
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.