Skip to main content
Explorer
April 22, 2024
Question

Trouble with GLCD with STM32L031K6

  • April 22, 2024
  • 1 reply
  • 1348 views

 

Hi everyone,

I'm working on a project where I need to interface a graphic LCD with an STM32L031K6 microcontroller. I have available GPIO pins are :- PA4, PA5, PA7, PA8, PB0, PB1, PB6, PB7, PA11, PA12, PB4, and PB5.

I'm trying to print data on the LCD using the provided graphic_lcd.c and graphic_lcd.h files, along with font5x8.h. Could someone guide me on how to properly configure these GPIO pins and utilize the provided files to achieve this task?

Any insights or code snippets would be greatly appreciated. Thanks in advance for your help!

 

    This topic has been closed for replies.

    1 reply

    ST Employee
    October 16, 2024

    Hello @vinaytiwary,

    You can refer to our example provided under the L0 Firmware Package:

    • Path: Projects\STM32L073Z-EVAL\Examples\LCD\LCD_Blink_Frequency

    I hope this helps you.

    Otherwise, could you please provide me with more details on the main.c file, so that I can assist you further?

    Thanks for your contribution.

    Dor_RH