⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 util_lcd.h

📁 cc2x30_sw_examples: 适用于SmartRF05EB 支持CC2430、CC2530 提供Light_Switch及perTest例程。
💻 H
字号:
/*******************************************************************************

  Filename:     util_lcd.h

  Description:  Utility library header file for LCD control

*******************************************************************************/

#ifndef UTIL_LCD_H
#define UTIL_LCD_H

/*******************************************************************************
* INCLUDES
*/
#include "hal_types.h"
#include "util.h"



/*******************************************************************************
* CONSTANTS AND DEFINES
*/
#define utilPrintStr(s)     utilPrintText(s,sizeof(s))


/*******************************************************************************
* GLOBAL FUNCTIONS
*/
uint8   utilMenuSelect(const menu_t* pMenu);
void    utilPrintLogo(char* szAppName);
uint8   utilPrintText(uint8* pTxt, uint8 n);
void    utilLoadBarGraph(void);
void    utilDisplayBarGraph(uint8 line, uint8 col, uint8 min, uint8 value);

#endif


/*------------------------------------------------------------------------------
										  0ooo                                     
								ooo0	 (	 )                                     
								(	)	  ) /                                      
								 \ (	 (_/                                       
								  \_)		 Modify By:cuiqingwei [gary]                  
------------------------------------------------------------------------------*/

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -