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

📄 lcd1.h

📁 GCC 做的MOTOROLA 的单片机 振荡程序
💻 H
字号:
/** ###################################################################
**     THIS BEAN MODULE IS GENERATED BY THE TOOL. DO NOT MODIFY IT.
**     Filename  : LCD1.H
**     Project   : LowFreqSG
**     Processor : MC68HC908LV8CFA
**     Beantype  : LCD
**     Version   : Bean 01.050, Driver 01.07, CPU db: 2.89.060
**     Compiler  : CodeWarrior HC08 C Compiler
**     Date/Time : 2006-9-6, 9:29
**     Abstract  :
**         This bean "LCD" implements the Liquid Crystal Display (LCD)
**         driver module. It can drive an LCD which is composed of
**         variable number of frontplanes and backplanes.
**         It can control also contrast and current mode of display.
**     Settings  :
**         LCD device                  : LCD 
**
**         Current Mode                : fast charge  
**         Fast charge period          : 1/32 of period
**
**         Number of used frontplanes  : 19
**         Number of used backplanes   : 4
**
**         High speed mode
**             Base clock              : 256 Hz
**  
**         Contrast                    : 15
**
**         Enable in init. code        : Yes
**
**         High speed mode             : Enabled
**         Low speed mode              : Disabled
**         Slow speed mode             : Disabled
**     Contents  :
**         No public methods
**
**     (c) Copyright UNIS, spol. s r.o. 1997-2006
**     UNIS, spol. s r.o.
**     Jundrovska 33
**     624 00 Brno
**     Czech Republic
**     http      : www.processorexpert.com
**     mail      : info@processorexpert.com
** ###################################################################*/

#ifndef __LCD1
#define __LCD1

/*Include shared modules, which are used for whole project*/
#include "PE_Types.h"
#include "PE_Error.h"
#include "PE_Const.h"
#include "IO_Map.h"
/* Include inherited beans */

#include "Cpu.h"
/* MODULE LCD1. */

#ifndef __BWUserType_tDataArray
#define __BWUserType_tDataArray
  typedef byte tDataArray[19][4]; /* Data Array of pixels (bytes) for SetData and GetData methods. */
#endif

void LCD1_Init(void);
/*
** ===================================================================
**     Method      :  LCD1_Init (bean LCD)
**
**     Description :
**         Initialization of the LCD device.
**     Parameters  : None
**     Returns     : Nothing
** ===================================================================
*/

/* END LCD1. */

#endif /* ifndef __LCD1 */
/*
** ###################################################################
**
**     This file was created by UNIS Processor Expert 2.98 [03.80]
**     for the Freescale HC08 series of microcontrollers.
**
** ###################################################################
*/

⌨️ 快捷键说明

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