Create Mission Select screen
This commit is contained in:
@ -6,6 +6,10 @@
|
||||
#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;
|
||||
|
||||
namespace BitmapDatabase
|
||||
{
|
||||
|
||||
@ -1,12 +1,21 @@
|
||||
// 4.21.2 0x00000000
|
||||
// 4.21.2 0x29b80d2b
|
||||
// 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_extra_data[];
|
||||
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_fasttube_logo_white_extra_data[];
|
||||
|
||||
const touchgfx::Bitmap::BitmapData bitmap_database[] = {
|
||||
{ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 }
|
||||
{ image_fasttube_logo, image_fasttube_logo_extra_data, 480, 165, 184, 124, 113, ((uint8_t)touchgfx::Bitmap::RGB565) >> 3, 9, ((uint8_t)touchgfx::Bitmap::RGB565) & 0x7 },
|
||||
{ image_fasttube_logo_small, 0, 160, 55, 62, 42, 36, ((uint8_t)touchgfx::Bitmap::ARGB8888) >> 3, 2, ((uint8_t)touchgfx::Bitmap::ARGB8888) & 0x7 },
|
||||
{ image_fasttube_logo_small_white, 0, 160, 55, 62, 42, 36, ((uint8_t)touchgfx::Bitmap::ARGB8888) >> 3, 2, ((uint8_t)touchgfx::Bitmap::ARGB8888) & 0x7 },
|
||||
{ image_fasttube_logo_white, image_fasttube_logo_white_extra_data, 480, 165, 184, 124, 113, ((uint8_t)touchgfx::Bitmap::RGB565) >> 3, 9, ((uint8_t)touchgfx::Bitmap::RGB565) & 0x7 }
|
||||
};
|
||||
|
||||
namespace BitmapDatabase
|
||||
|
||||
19812
TouchGFX/generated/images/src/image_Fasttube_Logo.cpp
Normal file
19812
TouchGFX/generated/images/src/image_Fasttube_Logo.cpp
Normal file
File diff suppressed because it is too large
Load Diff
2942
TouchGFX/generated/images/src/image_Fasttube_Logo_small.cpp
Normal file
2942
TouchGFX/generated/images/src/image_Fasttube_Logo_small.cpp
Normal file
File diff suppressed because it is too large
Load Diff
2942
TouchGFX/generated/images/src/image_Fasttube_Logo_small_white.cpp
Normal file
2942
TouchGFX/generated/images/src/image_Fasttube_Logo_small_white.cpp
Normal file
File diff suppressed because it is too large
Load Diff
19812
TouchGFX/generated/images/src/image_Fasttube_Logo_white.cpp
Normal file
19812
TouchGFX/generated/images/src/image_Fasttube_Logo_white.cpp
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user