Skip to content

Commit

Permalink
chore(color): Remove unused color bitmap images (#4001)
Browse files Browse the repository at this point in the history
  • Loading branch information
philmoz authored Sep 4, 2023
1 parent 5ce41bd commit f55f9c4
Show file tree
Hide file tree
Showing 42 changed files with 0 additions and 8 deletions.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file removed radio/src/bitmaps/480x272/default_theme/thumb.png
Binary file not shown.
Binary file removed radio/src/bitmaps/480x272/mask_about_headico.png
Binary file not shown.
Binary file removed radio/src/bitmaps/480x272/mask_carroussel_left.png
Binary file not shown.
Binary file removed radio/src/bitmaps/480x272/mask_carroussel_right.png
Binary file not shown.
Binary file removed radio/src/bitmaps/480x272/mask_dropdown.png
Binary file not shown.
Binary file removed radio/src/bitmaps/480x272/mask_folder.png
Binary file not shown.
Binary file removed radio/src/bitmaps/480x272/mask_htrim_frame.png
Binary file not shown.
Binary file removed radio/src/bitmaps/480x272/mask_key_backspace.png
Binary file not shown.
Binary file removed radio/src/bitmaps/480x272/mask_key_letters.png
Binary file not shown.
Binary file removed radio/src/bitmaps/480x272/mask_key_lowercase.png
Binary file not shown.
Binary file removed radio/src/bitmaps/480x272/mask_key_numbers.png
Binary file not shown.
Binary file removed radio/src/bitmaps/480x272/mask_key_spacebar.png
Binary file not shown.
Binary file removed radio/src/bitmaps/480x272/mask_key_uppercase.png
Binary file not shown.
Binary file removed radio/src/bitmaps/480x272/mask_library_active_model.png
Binary file not shown.
Binary file removed radio/src/bitmaps/480x272/mask_library_score_0.png
Binary file not shown.
Binary file removed radio/src/bitmaps/480x272/mask_library_score_1.png
Binary file not shown.
Binary file removed radio/src/bitmaps/480x272/mask_library_slot.png
Binary file not shown.
Binary file removed radio/src/bitmaps/480x272/mask_library_star_0.png
Binary file not shown.
Binary file removed radio/src/bitmaps/480x272/mask_library_star_1.png
Binary file not shown.
Binary file removed radio/src/bitmaps/480x272/mask_mainviews_item_in.png
Binary file not shown.
Binary file removed radio/src/bitmaps/480x272/mask_mainviews_item_out.png
Binary file not shown.
Binary file removed radio/src/bitmaps/480x272/mask_splash_bg.png
Diff not rendered.
Binary file removed radio/src/bitmaps/480x272/mask_swipe_circle.png
Diff not rendered.
Binary file removed radio/src/bitmaps/480x272/mask_swipe_left.png
Diff not rendered.
Binary file removed radio/src/bitmaps/480x272/mask_swipe_right.png
Diff not rendered.
Binary file removed radio/src/bitmaps/480x272/mask_topmenu_altitude_ico.png
Diff not rendered.
Diff not rendered.
Binary file removed radio/src/bitmaps/480x272/mask_topmenu_sdcard.png
Diff not rendered.
Diff not rendered.
Binary file removed radio/src/bitmaps/480x272/mask_topmenu_volume_ico.png
Diff not rendered.
Binary file removed radio/src/bitmaps/480x272/mask_vtrim_frame.png
Diff not rendered.
Binary file removed radio/src/bitmaps/480x272/slider/bar_left.png
Diff not rendered.
Binary file removed radio/src/bitmaps/480x272/slider/bar_right.png
Diff not rendered.
Binary file removed radio/src/bitmaps/480x272/slider/point_in.png
Diff not rendered.
Binary file removed radio/src/bitmaps/480x272/slider/point_mid.png
Diff not rendered.
Binary file removed radio/src/bitmaps/480x272/slider/point_out.png
Diff not rendered.
Binary file removed radio/src/bitmaps/480x272/splash_bg2.png
Diff not rendered.
8 changes: 0 additions & 8 deletions radio/src/gui/colorlcd/splash.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -27,18 +27,10 @@ const uint8_t __bmp_splash_bg[] {
#include "splash_bg.lbm"
};

//const uint8_t __bmp_splash_bg2[] {
//#include "splash_bg2.lbm"
//};

const uint8_t __bmp_splash_logo[] {
#include "splash_logo.lbm"
};

//static const uint8_t mask_splash_bg[] = {
//#include "mask_splash_bg.lbm"
//};

void draw_splash_cb(lv_event_t * e)
{
auto draw_ctx = lv_event_get_draw_ctx(e);
Expand Down

0 comments on commit f55f9c4

Please sign in to comment.