Advertisement
Guest User

Untitled

a guest
Jun 2nd, 2015
298
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.15 KB | None | 0 0
  1. void TM_ILI9341_InitLCD(void) {
  2.     //ILI9341_RST_RESET;
  3.     ILI9341_RST_SET;
  4.    
  5.     TM_ILI9341_SendCommand(ILI9341_RESET);
  6.     TM_ILI9341_Delay(2000000);
  7.  
  8. ...
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement