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

16 lines
No EOL
435 B
C

#ifndef _DRAW_H_
#define _DRAW_H_
////=================== 菜单 ==================
void drawNAME();
void drawNUMBER();
void drawMAINMENU(unsigned char);
////=================== 方块 ==================
void placeIMG_BLOCK(unsigned char x,unsigned char y);
void placeVOID_BLOCK(unsigned char x,unsigned char y);
void drawBLOCKSCORE();
////=================== 几何 ==================
void drawVerticalDottedLine(char x);
#endif