Hello World for RGA(Renesas Graphics Architecture) for the GR-PEACH 4.3 inch LCD Shield. RGA is the Graphics Library of RZ/A1. When you use this program, we judge you have agreed to the following contents. https://developer.mbed.org/teams/Renesas/wiki/About-LICENSE

Dependencies:   GR-PEACH_video GraphicsFramework LCD_shield_config R_BSP

Fork of RGA_HelloWorld by Renesas

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers BinaryImage_RZ_A1H.h Source File

BinaryImage_RZ_A1H.h

00001 #ifndef  BINARYIMAGE_RZ_A1H_H
00002 #define  BINARYIMAGE_RZ_A1H_H
00003 
00004 #ifdef  __cplusplus
00005 extern "C" {  /* Start of C Symbol */
00006 #endif
00007 
00008 extern const uint8_t  RGA_Sample_BinaryImage[ 0x00022000uL ];
00009 
00010 #define  Flower_jpg_File                ((const graphics_image_t*)( RGA_Sample_BinaryImage + 0x00000000 ))
00011 #define  Landscape_jpg_File             ((const graphics_image_t*)( RGA_Sample_BinaryImage + 0x000036E8 ))
00012 #define  Landscape_wide_jpg_File        ((const graphics_image_t*)( RGA_Sample_BinaryImage + 0x000060E8 ))
00013 #define  TopScrn_jpg_File               ((const graphics_image_t*)( RGA_Sample_BinaryImage + 0x000097B8 ))
00014 #define  RetBtn_jpg_File                ((const graphics_image_t*)( RGA_Sample_BinaryImage + 0x00011940 ))
00015 #define  decs_swipe_jpg_File            ((const graphics_image_t*)( RGA_Sample_BinaryImage + 0x00012BA8 ))
00016 #define  decs_swipe_side_jpg_File       ((const graphics_image_t*)( RGA_Sample_BinaryImage + 0x00014280 ))
00017 #define  animetion_timing_jpg_File      ((const graphics_image_t*)( RGA_Sample_BinaryImage + 0x00016558 ))
00018 #define  Crystal_png_ARGB8888           ((const graphics_image_t*)( RGA_Sample_BinaryImage + 0x00019228 ))
00019 #define  Crystal_png_ARGB1555           ((const graphics_image_t*)( RGA_Sample_BinaryImage + 0x0001C260 ))
00020 #define  Crystal_png_ARGB4444           ((const graphics_image_t*)( RGA_Sample_BinaryImage + 0x0001DE00 ))
00021 #define  Crystal_png_File               ((const graphics_image_t*)( RGA_Sample_BinaryImage + 0x0001F9A0 ))
00022 #define  CrystalDither_png_File         ((const graphics_image_t*)( RGA_Sample_BinaryImage + 0x000209E4 ))
00023 
00024 #ifdef  __cplusplus
00025  }  /* End of C Symbol */ 
00026 #endif
00027 
00028 #endif /* BINARYIMAGE_RZ_A1H_H */