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

Embed: (wiki syntax)

« Back to documentation index

JPEG_Converter::bitmap_buff_info_t Struct Reference

JPEG_Converter::bitmap_buff_info_t Struct Reference

Bitmap data setting struct. More...

#include <JPEG_Converter.h>

Data Fields

int32_t width
int32_t height
wr_rd_format_t format
void * buffer_address

Detailed Description

Bitmap data setting struct.

Definition at line 101 of file JPEG_Converter.h.


Field Documentation

buffer_address address of bitmap data

Definition at line 105 of file JPEG_Converter.h.

format format of bitmap data

Definition at line 104 of file JPEG_Converter.h.

int32_t height

height height of bitmap data

Definition at line 103 of file JPEG_Converter.h.

int32_t width

width width of bitmap data

Definition at line 102 of file JPEG_Converter.h.