⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 gif_driver.h

📁 gif decoder,此代码是用于ARM9
💻 H
字号:
///////////////////////////////////////////////////////////////////////////////
//! \addtogroup gif_driver 
//! @{
//
// Copyright (c) 2008-2009 KeiKong, Inc.
//
//! \file gif_driver.h
//! \brief Public header file for the UART:DBG driver.
//! \todo  The frame size is hard coded to 32 bytes. There was talk of making it work for larger sizes
//! \todo [PUBS] Add definitions for TBDs in this file. High priority.
///////////////////////////////////////////////////////////////////////////////

#ifndef __GIF_DRIVER
#define __GIF_DRIVER

////////////////////////////////////////////////////////////////////////////////
// Definitions
////////////////////////////////////////////////////////////////////////////////

extern uint8_t	decoder_buff[];

uint8_t *ReadGIFFile(int fd);

#endif //__GIF_DRIVER
////////////////////////////////////////////////////////////////////////////////
// End of file
////////////////////////////////////////////////////////////////////////////////
//! @}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -