代码搜索:OSD

找到约 3,638 项符合「OSD」的源代码

代码结果 3,638
www.eeworm.com/read/383688/8927458

lst osd.lst

C51 COMPILER V7.09 OSD 09/06/2006 13:39:48 PAGE 1 C51 COMPILER V7.09, COMPILATION OF MODULE OSD OBJECT MODULE PLACED IN ..\
www.eeworm.com/read/383688/8927573

c osd.c

#include "global.h" #include "font.h" #include "menu.h" BYTE MenuFlagState; code BYTE HexTab[16] = {_0, _1, _2, _3, _4, _5, _6, _7, _8, _9, _A, _B, _C, _D, _E, _F}; code BYTE SStr1[]= {_A,_V,_
www.eeworm.com/read/383688/8927590

h osd.h

// osd address and attribute #define Address 0x00 #define Attribute 0x40 // osd control bit define #define OSDEN 0x80 #define BSEN 0x40 #define Shoadow 0x20 #define FBEN 0x10 #define Blend 0
www.eeworm.com/read/284411/8934457

c osd.c

#include "config.h" #include "memmap.h" #include "global.h" #include "dma.h" #include "mon.h" #include "func.h" #include "osd.h" #include "osdfont.h" #include "stdlib.h" #include "endian.h"
www.eeworm.com/read/284411/8934982

h osd.h

#ifndef __OSD_H #define __OSD_H /* #define OSD_SPLIT */ extern const char _OsdMessegeFont1[][2][16]; #define OsdColor(Y,U,V,B) ((UINT16)(((BYTE)(Y) >> 2)
www.eeworm.com/read/283990/8972563

h osd.h

#ifndef _OSD_H #define _OSD_H //define by Alvin #define OSD_WIDTH 31 #define OSD_HIGH 15 #define ONE_BIT_START_ADDR 468 // ONE_BIT_START_ADDR % 9 == 0 #define TWO_BIT_START_ADDR 3159//
www.eeworm.com/read/283986/8973056

lst osd.lst

C51 COMPILER V7.06 OSD 12/11/2007 11:28:44 PAGE 1 C51 COMPILER V7.06, COMPILATION OF MODULE OSD OBJECT MODULE PLACED IN .\B
www.eeworm.com/read/381421/9093455

obj osd.obj

www.eeworm.com/read/381421/9093505

c osd.c

#include "OSD.H" #include "Scaler.H" #include "IIC.H" #include "MyDef.H" #include "RAM.H" #include "stdio.h" #include "UserAdj.H" #include "AutoAdj.H" #include "PANEL.H" #include "F63REG.H"
www.eeworm.com/read/381421/9093513

h osd.h

#ifndef _OSD_H #define _OSD_H // OSD Palette Data #define BLACK 0x0000 #define RED 0xf800// #define GREEN 0x07e0// #define BLUE 0x001F #define CYAN 0x871c//(BLUE|GREEN) #define MAGENTA