Skip to main content
ngabj
Visitor II
November 16, 2018
Question

HOW USE CUBEMX HAL_LCD_WRITE?

  • November 16, 2018
  • 0 replies
  • 1110 views

It is the starter that started now.

We are currently using the STM32L152C-DISCOVERY board.

I have used HAL_LCD_WRITE as shown below, but nothing is displayed on the LCD.

HAL_LCD_WRITE (& hlcd, LCD_RAM_REGISTER0, 0x0000, 0xffff);

or

HAL_LCD_WRITE (& hlcd, LCD_RAM_REGISTER0, ~ (0x0000), 0xffff);

HAL_LCD_UpdateDisplayRequest (& hlcd);

How do I use this command?

And what does RAMRegisterMask mean?

This topic has been closed for replies.