選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
 
 
 
 
 
 

16 行
491 B

/*******************************************************************************
 * Copyright(c) 2023 Levetop Semiconductor Co.,Led. All rights reserved.
 * @file     gbk.h
 * @author   UartTFT Application Team
 * @version  V1.0.0
 * @date     2023-02-24
 * @brief    This file provides GBK dot matrix font library.
 ********************************************************************************/
 
#ifndef __GBK_h
#define __GBK_h
void Display_PY_GBK(void);
void choice_GBK(void);
#endif