代码搜索:RGB
找到约 8,819 项符合「RGB」的源代码
代码结果 8,819
www.eeworm.com/read/229123/14352834
h sonix.h
#ifndef SONIXUSB_H
#define SONIXUSB_H
/****************************************************************************
# sonix sn9c102 library #
# Copyright (C)
www.eeworm.com/read/223872/14615139
c bitmap_convert.c
#include "bitmap_convert.h"
/* [RGB565]
* 0x00??+1 RRRRRGGG
* 0x00??+0 GGGBBBBB
* R 5 0xf8
* G 6 0xe0 0x07
* B 5 0x1f
*/
/* [RGB24]
* R G B
* addr:1 2 3
*
www.eeworm.com/read/215895/15034835
h cmapi.h
/*
* cmAPI.h - header file for the Camera Module API
*
*/
#ifndef CMAPI_H
#define CMAPI_H
/* definitions */
typedef enum {
CM_TYPE_DEFAULT = 0,
CM_TYPE_RGB888 = 64,
CM_TYPE_RGB666A,
www.eeworm.com/read/210352/15200946
h spca505_init.h
/*
* SPCA505 chip based cameras initialization data
*
*/
#ifndef SPCA505_INIT_H
#define SPCA505_INIT_H
#define SPCA50X_USB_CTRL 0x0 // spca505
#define SPCA50X_CUSB_ENABLE 0x1 // spca505
#define SP
www.eeworm.com/read/210352/15200958
h sonix.h
#ifndef SONIXUSB_H
#define SONIXUSB_H
/****************************************************************************
# sonix sn9c102 library #
# Copyright (C)
www.eeworm.com/read/209952/15210817
h spca505_init.h
/*
* SPCA505 chip based cameras initialization data
*
*/
#ifndef SPCA505_INIT_H
#define SPCA505_INIT_H
#define SPCA50X_USB_CTRL 0x0 // spca505
#define SPCA50X_CUSB_ENABLE 0x1 // spca505
#define SP
www.eeworm.com/read/209952/15210832
h sonix.h
#ifndef SONIXUSB_H
#define SONIXUSB_H
/****************************************************************************
# sonix sn9c102 library #
# Copyright (C)
www.eeworm.com/read/295676/8146457
txt pc_sxga.txt
CODE struct _PCMDATA PCMDATA[] = {
//===========================================================================================================
// PC mode Table for SXGA Panel
www.eeworm.com/read/294989/8191181
v vga_nios_ctrl.v
module VGA_NIOS_CTRL ( // Host Side
iDATA,
oDATA,
iADDR,
iWR,
iRD,
iCS,
iRST_N,
iCLK, // Host Clock
// Export Side
VGA_R,