代码搜索结果
找到约 10,000 项符合
LCD 的代码
lcd.h
//#########################################################################
// File: LCD.H
//
// Ansteuerung einer LCD-Anzeige
// im 8 Bit Daten Mode
//
//#######################################
lcd.pjt
; Code Composer Project File, Version 2.0 (do not modify or remove this line)
[Project Settings]
ProjectName="DSP281x"
ProjectDir="C:\ICETEK-F2812-A-EDUlab\DSP281x_examples\lab0403-lcd\"
Project
lcd.c
#include "DSP281x_Device.h" // DSP281x Headerfile Include File
#include "DSP281x_Examples.h" // DSP281x Examples Include File
#include "f2812a.h"
#define LCDDELAY 1
#define LCDCMDTURNON 0x
lcd.h
#ifndef __LCD_H__
#define __LCD_H__
void MoveViewPort(int depth);
void Test_LcdMono(void);
void Test_LcdG4(void);
void Test_LcdStr(void);
#endif /*__LCD_H__*/
lcd.c
#include
#include "..\inc\def.h"
#include "..\inc\44b.h"
#include "..\inc\44blib.h"
#include "..\inc\lcdlib.h"
#include "..\inc\glib.h"
#include "..\inc\lcd.h"
#include "..\inc\Slib.
lcd.c
/**
Functions for simplified LCD usage. This module is for HD44780 and compatible
display controllers. Note that this controller has a display
memory for two lines with 64 characters on each, but most
lcd.h
/**
LCD functions, header file.
chris
*/
#ifndef LCD_H
#define LCD_H
//Instructions for LCD chip
/** Switch on display.
IMPORTANT: lcdDelay(LCDDELAY2) must be
lcd.c
#include "includes.h"
char cCursorX;
char cCursorY;
char cCursorDeltaY;
char cCursorSelect;
char cCursorMaxPos;
//显示光标,光标位置由全局变量cCursorX,cCursorY指定c
void ShowCursor()
{
B_AL = c