代码搜索结果

找到约 10,000 项符合 Image 的代码

image.h

#ifndef _IMAGE_H_ #define _IMAGE_H_ code unsigned char gImage[32776] = { 0X10,0X10,0X00,0X80,0X00,0X80,0X01,0X1B, 0X45,0X36,0X34,0XF5,0X3D,0X77,0X35,0X57,0X2D,0X58,0X25,0X38,0X25,0X38,0X1C,0XB5,

send_image

#!/usr/bin/kermit + # usage: send_image FILE_NAME OFFSET # e.g. send_image output.bin 1F00000 set line /dev/ttyS0 set speed 115200 set serial 8N1 set carrier-watch off set handshake none set flow-co

image.h

/* * (C) Copyright 2000-2005 * Wolfgang Denk, DENX Software Engineering, wd@denx.de. * * See file CREDITS for list of people who contributed to this * project. * * This program is free software

image.h

code unsigned char gImage_image[32768] = { /* 0X10,0X10,0X00,0X80,0X00,0X80,0X01,0X1B, */ 0XFC,0X63,0XFC,0X63,0XFC,0X43,0XFC,0X63,0XFC,0X84,0XFC,0X84,0XFC,0X85,0XFC,0X85, 0XFC,0X85,0XFC,0X45,0XFB,0X

image.c

//***************************************************************************** // // image.c - Routines for drawing bitmap images. // // Copyright (c) 2008-2009 Luminary Micro, Inc. All rights r