代码搜索结果
找到约 5,749 项符合
RGB 的代码
dc.h
#ifndef __DC_H
#define __DC_H
#define COLOR u16
#define R_MAX B0001_1111
#define G_MAX B0011_1111
#define B_MAX B0001_1111
uint16 RGB(u8 R, u8 G, u8 B);
/*定义常见颜色*/
#define RED
text.c
unsigned char buffer[512];
unsigned char RGB[1024];
unsigned char TIME[768];
unsigned char Music[480];
unsigned long FirstBlock; //根目录扇区
unsigned char aa=0;
unsigned char bb=0;
unsigned c
lcd.h
#ifndef _LCD_H_
#define _LCD_H_
#include
#include "../irq/irq.h"
//16位颜色值类型定义
typedef unsigned short RGB_COLOR;
//RGB5:6:5颜色定义宏
//#define RGB(r, g, b) ( ((r & 0x1f)
rgb2ycrcb.v
/////////////////////////////////////////////////////////////////////
//// ////
//// RGB to YCrCb Color Space converter
vga_gen_46.v
// VGA DRIVER,640x480
// INPUT CLOCK=25MHZ
// OUTPUT RGB 2-BIT
module vga_gen_46(clk,h_sync,v_sync,red,green,blue);
//==================================
// base io define
input clk;
outpu
rgb2ycrcb.v
/////////////////////////////////////////////////////////////////////
//// ////
//// RGB to YCrCb Color Space converter
rgb2ycrcb.v
/////////////////////////////////////////////////////////////////////
//// ////
//// RGB to YCrCb Color Space converter
rgb2ycrcb.v
/////////////////////////////////////////////////////////////////////
//// ////
//// RGB to YCrCb Color Space converter
rgb2ycrcb.v
/////////////////////////////////////////////////////////////////////
//// ////
//// RGB to YCrCb Color Space converter
rgb2ycrcb.v
/////////////////////////////////////////////////////////////////////
//// ////
//// RGB to YCrCb Color Space converter