代码搜索:LCD转VGA

找到约 10,000 项符合「LCD转VGA」的源代码

代码结果 10,000
www.eeworm.com/read/325719/13187978

c lcd.c

#include "91x_lib.h" //LCD bits definitions #define LCD_MAX_Col 32 #define LCD_INPUT_EN() GPIO_WriteBit(GPIO6, GPIO_Pin_0, Bit_SET) #define LCD_INPUT_DIS() GPIO_WriteBit(GPIO6, GPIO_Pin_0
www.eeworm.com/read/325719/13187981

h lcd.h

#ifndef __LCD_H #define __LCD_H void LCD_INPUT(unsigned char data); void LCD_Init(void); void LCD_DISP_CHAR(unsigned char ch); void LCD_CMD(unsigned char ch); void LCD_SetCursor(unsigned char
www.eeworm.com/read/325488/13201021

c lcd.c

/*============================================================================= = = Name: QVGA Display and Timer Verification and Example Code = ===============================================
www.eeworm.com/read/325488/13201023

h lcd.h

/*============================================================================= = = Name: QVGA Display and Timer Verification and Example Code = ===============================================
www.eeworm.com/read/325465/13205071

bsf lcd.bsf

/* WARNING: Do NOT edit the input and output ports in this file in a text editor if you plan to continue editing the block that represents it in the Block Editor! File corruption is VERY likely to
www.eeworm.com/read/325465/13205116

v lcd.v

module lcd(clk,rst,data_in,lcd_e,lcd_rw,lcd_rs,data); input clk,rst; input [7:0] data_in; output lcd_e,lcd_rw,lcd_rs; output [7:0] data; reg lcd_e,lcd_rw,lcd_rs; reg [7:0] data,data_in_buf
www.eeworm.com/read/138858/13207305

c lcd.c

/***************************************************************************** |* |* Copyright (c) 2001 TASKING, Inc. |* |* Description: |* |* This module contains several functions for u
www.eeworm.com/read/138858/13207314

h lcd.h

/***************************************************************************** |* |* Copyright (c) 2001 TASKING, Inc. |* |* Description: |* |* Interface to the lcd.c module with functions
www.eeworm.com/read/138817/13209429

c lcd.c

#include #include #include #include #define chg1(a) (((a&0xf0)>>4)*10+(a&0x0f)) #define chg2(a) (((a/10)
www.eeworm.com/read/240609/13211385

mcp lcd.mcp