25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

22 lines
269 B

  1. /*
  2. * File: LCDCtrl.h
  3. * Author: JF
  4. *
  5. *
  6. */
  7. #ifndef LCDCTRL_H
  8. #define LCDCTRL_H
  9. #include "define.h"
  10. #define LCD_REFRESH_TIMEOUT 1000 //1h Time without comm. before we reset the LoRa module
  11. void InitLCDCtrl();
  12. void TickLCDCtrl();
  13. #endif /* LCDCTRL_H */