panel.h
来自「T112 MCU源程码,用于T112外接MCU篇程,用来驱动模拟屏」· C头文件 代码 · 共 29 行
H
29 行
/****************************************************************************
* File: PANEL.h *
* Description: Header file for Panel *
****************************************************************************/
#ifndef __PANEL__
#define __PANEL__
#define T112
#ifdef _640_240
#define Y0RightTop 0x00
#define Y1RightTop 0xFF
#define Y2RightTop 0x00
#define Y0Center 0x00
#define Y1Center 0x40
#define Y2Center 0x40
#define Y0LeftBottom 0x00
#define Y1LeftBottom 0x10
#define Y2LeftBottom 0xc0//0x80//
#endif
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?