You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

22 line
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 */