screen.h 307 B

123456789
  1. #ifndef DCLOAD_SCREEN_H
  2. #define DCLOAD_SCREEN_H
  3. void screen_clear(char empty);
  4. void print_chars(int x1,int z, char * text,int len);
  5. void print_chars2(int x1,int len);
  6. void print_char(int x1,int z, char text);
  7. void print_line(int x1);
  8. void writeNum2(char * command, uint16_t txt);
  9. #endif // DCLOAD_SCREEN_H