This repository has been archived on 2024-01-06. You can view files and clone it, but cannot push or open issues or pull requests.
justhomework/MCU/MCU_REAL _FINAL/draw.h

17 lines
551 B
C
Raw Normal View History

2022-06-04 14:37:33 +00:00
#ifndef _DRAW_H_
#define _DRAW_H_
////=================== <20>˵<EFBFBD> ==================
2022-05-25 07:12:42 +00:00
void drawNAME();
2022-06-04 14:37:33 +00:00
void drawNUMBER();
2022-06-05 13:03:15 +00:00
void drawMAINMENU(unsigned char);
2022-06-06 09:01:36 +00:00
void drawSUPNUM(unsigned char x,unsigned char y,unsigned char num);
////=================== <20><><EFBFBD><EFBFBD> ==================
void placeIMG_BLOCK(unsigned char x,unsigned char y);
void placeVOID_BLOCK(unsigned char x,unsigned char y);
void drawGOOD(unsigned char x, unsigned char y);
void drawBLOCKSCORE();
////=================== <20><><EFBFBD><EFBFBD> ==================
void drawVerticalDottedLine(char x);
2022-06-04 14:37:33 +00:00
#endif