代码搜索:LCD菜单
找到约 10,000 项符合「LCD菜单」的源代码
代码结果 10,000
www.eeworm.com/read/211569/15177480
c lcd.c
/*********************************************************************
* SEGGER MICROCONTROLLER SYSTEME GmbH *
* Solutions for real time microcontroller applica
www.eeworm.com/read/211569/15177599
h lcd.h
/*
*********************************************************************************************************
* uC/GUI
* Universal
www.eeworm.com/read/211486/15179746
c lcd.c
//#########################################################################
// File: LCD.C
//
// Ansteuerung einer LCD-Anzeige
// im 8 Bit Daten Mode
//
//#######################################
www.eeworm.com/read/211486/15179755
h lcd.h
//#########################################################################
// File: LCD.H
//
// Ansteuerung einer LCD-Anzeige
// im 8 Bit Daten Mode
//
//#######################################
www.eeworm.com/read/211445/15180323
pjt 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
www.eeworm.com/read/211445/15180329
c 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
www.eeworm.com/read/211445/15180331
paf lcd.paf
www.eeworm.com/read/211438/15180466
lcd_demo
www.eeworm.com/read/211072/15187680
h 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__*/
www.eeworm.com/read/211072/15187696
c 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.