docs
This commit is contained in:
parent
fefdd42d7d
commit
8d5fa39dd9
8 changed files with 82 additions and 64 deletions
|
@ -12,6 +12,7 @@
|
|||
* by the low level drivers that need to understand a font.
|
||||
*
|
||||
* @addtogroup GDISP
|
||||
*
|
||||
* @{
|
||||
*/
|
||||
|
||||
|
|
|
@ -9,7 +9,8 @@
|
|||
* @file include/gdisp/image.h
|
||||
* @brief GDISP image header file.
|
||||
*
|
||||
* @addtogroup GDISP
|
||||
* @defgroup Image Image
|
||||
* @ingroup GDISP
|
||||
* @{
|
||||
*/
|
||||
|
||||
|
|
|
@ -10,6 +10,7 @@
|
|||
* @brief GDISP Font Handling.
|
||||
*
|
||||
* @addtogroup GDISP
|
||||
*
|
||||
* @{
|
||||
*/
|
||||
|
||||
|
|
|
@ -8,6 +8,9 @@
|
|||
/**
|
||||
* @file src/gdisp/image.c
|
||||
* @brief GDISP generic image code.
|
||||
*
|
||||
* @defgroup Image Image
|
||||
* @ingroup GDISP
|
||||
*/
|
||||
#include "ch.h"
|
||||
#include "hal.h"
|
||||
|
|
|
@ -8,6 +8,9 @@
|
|||
/**
|
||||
* @file src/gdisp/image_bmp.c
|
||||
* @brief GDISP native image code.
|
||||
*
|
||||
* @defgroup Image Image
|
||||
* @ingroup GDISP
|
||||
*/
|
||||
#include "ch.h"
|
||||
#include "hal.h"
|
||||
|
|
|
@ -8,7 +8,10 @@
|
|||
/**
|
||||
* @file src/gdisp/image_gif.c
|
||||
* @brief GDISP native image code.
|
||||
*/
|
||||
*
|
||||
* @defgroup Image Image
|
||||
* @ingroup GDISP
|
||||
*/
|
||||
#include "ch.h"
|
||||
#include "hal.h"
|
||||
#include "gfx.h"
|
||||
|
|
|
@ -8,6 +8,9 @@
|
|||
/**
|
||||
* @file src/gdisp/image_native.c
|
||||
* @brief GDISP native image code.
|
||||
*
|
||||
* @defgroup Image Image
|
||||
* @ingroup GDISP
|
||||
*/
|
||||
#include "ch.h"
|
||||
#include "hal.h"
|
||||
|
|
|
@ -8,7 +8,10 @@
|
|||
/**
|
||||
* @file src/gdisp/image_png.c
|
||||
* @brief GDISP native image code.
|
||||
*/
|
||||
*
|
||||
* @defgroup Image Image
|
||||
* @ingroup GDISP
|
||||
*/
|
||||
#include "ch.h"
|
||||
#include "hal.h"
|
||||
#include "gfx.h"
|
||||
|
|
Loading…
Add table
Reference in a new issue