Question
Problems with programming LCD (STM32L)
Posted on October 30, 2014 at 10:48
I am new to stm32 programming and I am using the STM32L1 Discovery Board (this one http://uk.farnell.com/stmicroelectronics/stm32l152c-disco/stm32l-discovery-eval-board/dp/2317987).
I was trying to program the embedded 7 characters LCD but it does not seem to work (the LCD powers on but it does not display the string I set with LCD_GLASS_DisplayString(LCD_string) function.I am using Cocoox COIDE to program the board.Can anyone help me to solve this (explain what library to include and suggest some pre-made code)?Thanks.