Commit e152d1b0 authored by Grzegorz Daniluk's avatar Grzegorz Daniluk

fixing bitmaps, for some reason bmp2rle could not open few bitmaps, opening with…

fixing bitmaps, for some reason bmp2rle could not open few bitmaps, opening with gimp and saving without any changes helped
parent c46b7865
......@@ -472,6 +472,83 @@ static const uint8_t gps_searching_data[] = {
0x05};
const struct rle_bitmap gps_searching = { 15, 15, gps_searching_data };
static const uint8_t clock_icon_data[] = {
0x03,
0x00,
0x84,
0x07,
0x00,
0x80,
0x04,
0x80,
0x00,
0x04,
0x80,
0x03,
0x80,
0x03,
0x80,
0x02,
0x00,
0x04,
0x80,
0x04,
0x00,
0x01,
0x80,
0x04,
0x80,
0x04,
0x80,
0x00,
0x00,
0x05,
0x80,
0x05,
0x00,
0x80,
0x05,
0x80,
0x05,
0x81,
0x05,
0x80,
0x05,
0x81,
0x06,
0x80,
0x04,
0x80,
0x00,
0x07,
0x80,
0x03,
0x00,
0x00,
0x80,
0x0a,
0x80,
0x01,
0x00,
0x0a,
0x00,
0x02,
0x80,
0x08,
0x80,
0x04,
0x00,
0x80,
0x04,
0x80,
0x00,
0x07,
0x00,
0x82,
0x00,
0x04};
const struct rle_bitmap clock_icon = { 15, 15, clock_icon_data };
static const uint8_t comp_ico_data[] = {
0x04,
0x80,
......@@ -572,6 +649,74 @@ static const uint8_t gps_disconnected_data[] = {
0x05};
const struct rle_bitmap gps_disconnected = { 15, 15, gps_disconnected_data };
static const uint8_t date_icon_data[] = {
0x10,
0x8a,
0x03,
0x80,
0x08,
0x80,
0x03,
0x8a,
0x03,
0x80,
0x08,
0x80,
0x03,
0x80,
0x01,
0x83,
0x02,
0x80,
0x03,
0x80,
0x04,
0x80,
0x02,
0x80,
0x03,
0x80,
0x03,
0x80,
0x03,
0x80,
0x03,
0x80,
0x04,
0x80,
0x02,
0x80,
0x03,
0x80,
0x01,
0x80,
0x01,
0x80,
0x02,
0x80,
0x03,
0x80,
0x02,
0x81,
0x01,
0x82,
0x03,
0x80,
0x05,
0x80,
0x01,
0x80,
0x03,
0x80,
0x05,
0x80,
0x00,
0x80,
0x04,
0x88,
0x12};
const struct rle_bitmap date_icon = { 15, 15, date_icon_data };
static const uint8_t comp_arrow_data[] = {
0x05,
0x82,
......@@ -1288,6 +1433,44 @@ static const uint8_t gps_receiving_data[] = {
0x05};
const struct rle_bitmap gps_receiving = { 15, 15, gps_receiving_data };
static const uint8_t settings_icon_data[] = {
0x02,
0x81,
0x0d,
0x81,
0x0c,
0x81,
0x08,
0x80,
0x01,
0x82,
0x08,
0x85,
0x09,
0x85,
0x0c,
0x82,
0x0c,
0x82,
0x0c,
0x82,
0x0c,
0x85,
0x09,
0x85,
0x08,
0x82,
0x01,
0x80,
0x08,
0x81,
0x0c,
0x81,
0x0d,
0x81,
0x02};
const struct rle_bitmap settings_icon = { 15, 15, settings_icon_data };
static const uint8_t comp_arrow2_data[] = {
0x05,
0x82,
......
......@@ -15,11 +15,14 @@ extern const struct rle_bitmap battery;
extern const struct rle_bitmap game_ico;
extern const struct rle_bitmap battery_charging;
extern const struct rle_bitmap gps_searching;
extern const struct rle_bitmap clock_icon;
extern const struct rle_bitmap comp_ico;
extern const struct rle_bitmap gps_disconnected;
extern const struct rle_bitmap date_icon;
extern const struct rle_bitmap comp_arrow;
extern const struct rle_bitmap comp_circle2;
extern const struct rle_bitmap gps_receiving;
extern const struct rle_bitmap settings_icon;
extern const struct rle_bitmap comp_arrow2;
extern const struct rle_bitmap comp_circle3;
extern const struct rle_bitmap example_icon;
......
sw/bitmaps/clock_icon.bmp

842 Bytes | W: | H:

sw/bitmaps/clock_icon.bmp

774 Bytes | W: | H:

sw/bitmaps/clock_icon.bmp
sw/bitmaps/clock_icon.bmp
sw/bitmaps/clock_icon.bmp
sw/bitmaps/clock_icon.bmp
  • 2-up
  • Swipe
  • Onion skin
sw/bitmaps/date_icon.bmp

842 Bytes | W: | H:

sw/bitmaps/date_icon.bmp

774 Bytes | W: | H:

sw/bitmaps/date_icon.bmp
sw/bitmaps/date_icon.bmp
sw/bitmaps/date_icon.bmp
sw/bitmaps/date_icon.bmp
  • 2-up
  • Swipe
  • Onion skin
sw/bitmaps/settings_icon.bmp

842 Bytes | W: | H:

sw/bitmaps/settings_icon.bmp

774 Bytes | W: | H:

sw/bitmaps/settings_icon.bmp
sw/bitmaps/settings_icon.bmp
sw/bitmaps/settings_icon.bmp
sw/bitmaps/settings_icon.bmp
  • 2-up
  • Swipe
  • Onion skin
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment