Get started on driver view
This commit is contained in:
@ -6,12 +6,13 @@
|
||||
#include <touchgfx/hal/Types.hpp>
|
||||
#include <touchgfx/Bitmap.hpp>
|
||||
|
||||
const uint16_t BITMAP_FASTTUBE_LOGO_ID = 0;
|
||||
const uint16_t BITMAP_FASTTUBE_LOGO_SMALL_ID = 1;
|
||||
const uint16_t BITMAP_FASTTUBE_LOGO_SMALL_WHITE_ID = 2;
|
||||
const uint16_t BITMAP_FASTTUBE_LOGO_WHITE_ID = 3;
|
||||
const uint16_t BITMAP_LOGO_DV_SMALL_ID = 4;
|
||||
const uint16_t BITMAP_LOGO_DV_SMALL_WHITE_ID = 5;
|
||||
const uint16_t BITMAP_BAT_BAR_BG_ID = 0;
|
||||
const uint16_t BITMAP_FASTTUBE_LOGO_ID = 1;
|
||||
const uint16_t BITMAP_FASTTUBE_LOGO_SMALL_ID = 2;
|
||||
const uint16_t BITMAP_FASTTUBE_LOGO_SMALL_WHITE_ID = 3;
|
||||
const uint16_t BITMAP_FASTTUBE_LOGO_WHITE_ID = 4;
|
||||
const uint16_t BITMAP_LOGO_DV_SMALL_ID = 5;
|
||||
const uint16_t BITMAP_LOGO_DV_SMALL_WHITE_ID = 6;
|
||||
|
||||
namespace BitmapDatabase
|
||||
{
|
||||
|
||||
@ -1,17 +1,19 @@
|
||||
// 4.21.2 0xf00b0e5c
|
||||
// 4.21.2 0x4609d7b9
|
||||
// Generated by imageconverter. Please, do not edit!
|
||||
|
||||
#include <images/BitmapDatabase.hpp>
|
||||
#include <touchgfx/Bitmap.hpp>
|
||||
|
||||
extern const unsigned char image_fasttube_logo[]; // BITMAP_FASTTUBE_LOGO_ID = 0, Size: 480x165 pixels
|
||||
extern const unsigned char image_fasttube_logo_small[]; // BITMAP_FASTTUBE_LOGO_SMALL_ID = 1, Size: 160x55 pixels
|
||||
extern const unsigned char image_fasttube_logo_small_white[]; // BITMAP_FASTTUBE_LOGO_SMALL_WHITE_ID = 2, Size: 160x55 pixels
|
||||
extern const unsigned char image_fasttube_logo_white[]; // BITMAP_FASTTUBE_LOGO_WHITE_ID = 3, Size: 480x165 pixels
|
||||
extern const unsigned char image_logo_dv_small[]; // BITMAP_LOGO_DV_SMALL_ID = 4, Size: 160x55 pixels
|
||||
extern const unsigned char image_logo_dv_small_white[]; // BITMAP_LOGO_DV_SMALL_WHITE_ID = 5, Size: 160x55 pixels
|
||||
extern const unsigned char image_bat_bar_bg[]; // BITMAP_BAT_BAR_BG_ID = 0, Size: 40x150 pixels
|
||||
extern const unsigned char image_fasttube_logo[]; // BITMAP_FASTTUBE_LOGO_ID = 1, Size: 480x165 pixels
|
||||
extern const unsigned char image_fasttube_logo_small[]; // BITMAP_FASTTUBE_LOGO_SMALL_ID = 2, Size: 160x55 pixels
|
||||
extern const unsigned char image_fasttube_logo_small_white[]; // BITMAP_FASTTUBE_LOGO_SMALL_WHITE_ID = 3, Size: 160x55 pixels
|
||||
extern const unsigned char image_fasttube_logo_white[]; // BITMAP_FASTTUBE_LOGO_WHITE_ID = 4, Size: 480x165 pixels
|
||||
extern const unsigned char image_logo_dv_small[]; // BITMAP_LOGO_DV_SMALL_ID = 5, Size: 160x55 pixels
|
||||
extern const unsigned char image_logo_dv_small_white[]; // BITMAP_LOGO_DV_SMALL_WHITE_ID = 6, Size: 160x55 pixels
|
||||
|
||||
const touchgfx::Bitmap::BitmapData bitmap_database[] = {
|
||||
{ image_bat_bar_bg, 0, 40, 150, 0, 0, 40, ((uint8_t)touchgfx::Bitmap::RGB565) >> 3, 150, ((uint8_t)touchgfx::Bitmap::RGB565) & 0x7 },
|
||||
{ image_fasttube_logo, 0, 480, 165, 0, 0, 480, ((uint8_t)touchgfx::Bitmap::RGB565) >> 3, 165, ((uint8_t)touchgfx::Bitmap::RGB565) & 0x7 },
|
||||
{ image_fasttube_logo_small, 0, 160, 55, 0, 0, 160, ((uint8_t)touchgfx::Bitmap::RGB565) >> 3, 55, ((uint8_t)touchgfx::Bitmap::RGB565) & 0x7 },
|
||||
{ image_fasttube_logo_small_white, 0, 160, 55, 0, 0, 160, ((uint8_t)touchgfx::Bitmap::RGB565) >> 3, 55, ((uint8_t)touchgfx::Bitmap::RGB565) & 0x7 },
|
||||
|
||||
1008
TouchGFX/generated/images/src/image_bat_bar_bg.cpp
Normal file
1008
TouchGFX/generated/images/src/image_bat_bar_bg.cpp
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user