Graphics framework for GR-PEACH. When you use this program, we judge you have agreed to the following contents. https://developer.mbed.org/teams/Renesas/wiki/About-LICENSE
Dependents: ImageZoomInout_Sample ImageRotaion_Sample ImageScroll_Sample GR-PEACH_LCD_4_3inch_Save_to_USB ... more
Go to the source code of this file.
Functions | |
errnum_t | R_GRAPHICS_STATIC_OnInitializeDefault (graphics_t *self, graphics_config_t *in_out_Config, void **out_CalleeDefined) |
R_GRAPHICS_STATIC_OnInitializeDefault. | |
errnum_t | R_GRAPHICS_STATIC_OnFinalizeDefault (graphics_t *self, void *CalleeDefined, errnum_t e) |
R_GRAPHICS_STATIC_OnFinalizeDefault. | |
errnum_t | drawCLUTImage (uint8_t *SrcAddress, const graphics_image_t *image, frame_buffer_t *frame) |
drawCLUTImage | |
Variables | |
static uint8_t * | gs_WorkBufferMemory |
gs_WorkBufferMemory | |
static GraphicsDefaultSubClass | gs_GraphicsDefaultSub |
gs_GraphicsDefaultSub |
Detailed Description
- Module:
- RGA
- PublicVersion:
- 1.20
(=RGA_VERSION)
- Rev:
- Date:
Definition in file RGA_Callback.c.
Function Documentation
errnum_t drawCLUTImage | ( | uint8_t * | SrcAddress, |
const graphics_image_t * | image, | ||
frame_buffer_t * | frame | ||
) |
errnum_t R_GRAPHICS_STATIC_OnFinalizeDefault | ( | graphics_t * | self, |
void * | CalleeDefined, | ||
errnum_t | e | ||
) |
R_GRAPHICS_STATIC_OnFinalizeDefault.
- Parameters
- None
- Returns:
- None.
Definition at line 178 of file RGA_Callback.c.
errnum_t R_GRAPHICS_STATIC_OnInitializeDefault | ( | graphics_t * | self, |
graphics_config_t * | in_out_Config, | ||
void ** | out_CalleeDefined | ||
) |
R_GRAPHICS_STATIC_OnInitializeDefault.
- Parameters
- None
- Returns:
- None.
Definition at line 79 of file RGA_Callback.c.
Variable Documentation
GraphicsDefaultSubClass gs_GraphicsDefaultSub [static] |
{ NULL, 0, false, NULL, 0, false, }
gs_GraphicsDefaultSub
Definition at line 61 of file RGA_Callback.c.
uint8_t* gs_WorkBufferMemory [static] |
gs_WorkBufferMemory
Definition at line 38 of file RGA_Callback.c.
Generated on Tue Jul 12 2022 11:15:08 by 1.7.2