Advertisement
Guest User

Untitled

a guest
Mar 30th, 2017
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. HAL_LCD_Init(&hlcd);
  2. uint32_t counter = 0;
  3. for(counter = LCD_RAM_REGISTER0; counter <= LCD_RAM_REGISTER15; counter++)
  4. {
  5. HAL_LCD_Write(&hlcd,counter,RegMask,Data);
  6. }
  7. HAL_LCD_UpdateDisplayRequest(&hlcd);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement