Skip to content

Commit

Permalink
_
Browse files Browse the repository at this point in the history
  • Loading branch information
zxkmm committed Dec 31, 2024
1 parent cc4870a commit 3c9cdfc
Showing 1 changed file with 39 additions and 39 deletions.
78 changes: 39 additions & 39 deletions firmware/application/bitmap.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -467,6 +467,44 @@ static constexpr Bitmap bitmap_icon_rename{
{16, 16},
bitmap_icon_rename_data};

static constexpr uint8_t bitmap_icon_temperature_data[] = {
0x00,
0x01,
0x80,
0x01,
0x80,
0x05,
0xC0,
0x0D,
0x40,
0x0D,
0xD0,
0x1F,
0x70,
0x15,
0xB0,
0x1A,
0x58,
0x35,
0xB8,
0x3A,
0x58,
0x34,
0x28,
0x28,
0x18,
0x30,
0x30,
0x18,
0x60,
0x0C,
0xC0,
0x07,
};
static constexpr Bitmap bitmap_icon_temperature{
{16, 16},
bitmap_icon_temperature_data};

static constexpr uint8_t bitmap_key_data[] = {
0xC0,
0x03,
Expand Down Expand Up @@ -2129,44 +2167,6 @@ static constexpr Bitmap bitmap_sig_cw{
{32, 32},
bitmap_sig_cw_data};

static constexpr uint8_t bitmap_temperature_data[] = {
0x00,
0x00,
0x20,
0x00,
0x70,
0x3E,
0x88,
0x00,
0x88,
0x00,
0x88,
0x3E,
0x88,
0x00,
0x88,
0x00,
0x88,
0x3E,
0x88,
0x00,
0x04,
0x01,
0x74,
0x01,
0x04,
0x01,
0x88,
0x00,
0x70,
0x00,
0x00,
0x00,
};
static constexpr Bitmap bitmap_temperature{
{16, 16},
bitmap_temperature_data};

static constexpr uint8_t bitmap_icon_options_ui_data[] = {
0xFF,
0x1F,
Expand Down Expand Up @@ -6064,5 +6064,5 @@ static constexpr Bitmap bitmap_icon_file{
bitmap_icon_file_data};

} /* namespace ui */

#endif /*__BITMAP_HPP__*/

0 comments on commit 3c9cdfc

Please sign in to comment.