Skip to content

Commit

Permalink
Change weather icon image from png to jpg
Browse files Browse the repository at this point in the history
  • Loading branch information
GOB52 committed May 8, 2023
1 parent 02e6adb commit 0166631
Show file tree
Hide file tree
Showing 33 changed files with 2,903 additions and 1,277 deletions.
50 changes: 26 additions & 24 deletions src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -382,32 +382,34 @@ void _requestForecast()
{
#if 0
// TEST
forecast.clear();
OffsetDateTime odt = OffsetDateTime::now();
requestForecastDatetime = odt;
const jma::officecode_t requestTable[] =
{
16000, // Sapporo
40000, // Sendai
130000, // Tokyo
150000, // Niigata
170000, // Kanazawa
230000, // Nagoya
270000, // Oosaka
340000, // Hiroshima
390000, // Kochi
400000, // Fukuoka
471000, // Okinawa
};

auto& wv = forecast[odt];
jma::weathercode_t wc = 200;
for(auto& e : requestTable)
{
wv.push_back({e, wc++, -12, 38});
forecast.clear();
OffsetDateTime odt = OffsetDateTime::now();
requestForecastDatetime = odt;
const jma::officecode_t requestTable[] =
{
16000, // Sapporo
40000, // Sendai
130000, // Tokyo
150000, // Niigata
170000, // Kanazawa
230000, // Nagoya
270000, // Oosaka
340000, // Hiroshima
390000, // Kochi
400000, // Fukuoka
471000, // Okinawa
};

auto& wv = forecast[odt];
jma::weathercode_t wc = 200;
for(auto& e : requestTable)
{
wv.push_back({e, wc++, -12, 38});
}
updatedForecast = true;
return;
}
updatedForecast = true;
return;
#endif

forecast.clear();
Expand Down
122 changes: 61 additions & 61 deletions src/res/resource.h
Original file line number Diff line number Diff line change
Expand Up @@ -33,95 +33,95 @@ extern const size_t bt_bmp_len;
extern const lgfx::U8g2font titleFont;
extern const lgfx::U8g2font tickerFont;

// Weather icon 2bpp png
extern const uint8_t w100_png[];
extern const size_t w100_png_len;
// Weather icon jpg
extern const unsigned char w100_jpg[];
extern const unsigned int w100_jpg_len;

extern const uint8_t w101_png[];
extern const size_t w101_png_len;
extern const unsigned char w101_jpg[];
extern const unsigned int w101_jpg_len;

extern const uint8_t w102_png[];
extern const size_t w102_png_len;
extern const unsigned char w102_jpg[];
extern const unsigned int w102_jpg_len;

extern const uint8_t w104_png[];
extern const size_t w104_png_len;
extern const unsigned char w104_jpg[];
extern const unsigned int w104_jpg_len;

extern const uint8_t w110_png[];
extern const size_t w110_png_len;
extern const unsigned char w110_jpg[];
extern const unsigned int w110_jpg_len;

extern const uint8_t w112_png[];
extern const size_t w112_png_len;
extern const unsigned char w112_jpg[];
extern const unsigned int w112_jpg_len;

extern const uint8_t w115_png[];
extern const size_t w115_png_len;
extern const unsigned char w115_jpg[];
extern const unsigned int w115_jpg_len;

extern const uint8_t w200_png[];
extern const size_t w200_png_len;
extern const unsigned char w200_jpg[];
extern const unsigned int w200_jpg_len;

extern const uint8_t w201_png[];
extern const size_t w201_png_len;
extern const unsigned char w201_jpg[];
extern const unsigned int w201_jpg_len;

extern const uint8_t w202_png[];
extern const size_t w202_png_len;
extern const unsigned char w202_jpg[];
extern const unsigned int w202_jpg_len;

extern const uint8_t w204_png[];
extern const size_t w204_png_len;
extern const unsigned char w204_jpg[];
extern const unsigned int w204_jpg_len;

extern const uint8_t w210_png[];
extern const size_t w210_png_len;
extern const unsigned char w210_jpg[];
extern const unsigned int w210_jpg_len;

extern const uint8_t w212_png[];
extern const size_t w212_png_len;
extern const unsigned char w212_jpg[];
extern const unsigned int w212_jpg_len;

extern const uint8_t w215_png[];
extern const size_t w215_png_len;
extern const unsigned char w215_jpg[];
extern const unsigned int w215_jpg_len;

extern const uint8_t w300_png[];
extern const size_t w300_png_len;
extern const unsigned char w300_jpg[];
extern const unsigned int w300_jpg_len;

extern const uint8_t w301_png[];
extern const size_t w301_png_len;
extern const unsigned char w301_jpg[];
extern const unsigned int w301_jpg_len;

extern const uint8_t w302_png[];
extern const size_t w302_png_len;
extern const unsigned char w302_jpg[];
extern const unsigned int w302_jpg_len;

extern const uint8_t w303_png[];
extern const size_t w303_png_len;
extern const unsigned char w303_jpg[];
extern const unsigned int w303_jpg_len;

extern const uint8_t w308_png[];
extern const size_t w308_png_len;
extern const unsigned char w308_jpg[];
extern const unsigned int w308_jpg_len;

extern const uint8_t w311_png[];
extern const size_t w311_png_len;
extern const unsigned char w311_jpg[];
extern const unsigned int w311_jpg_len;

extern const uint8_t w313_png[];
extern const size_t w313_png_len;
extern const unsigned char w313_jpg[];
extern const unsigned int w313_jpg_len;

extern const uint8_t w314_png[];
extern const size_t w314_png_len;
extern const unsigned char w314_jpg[];
extern const unsigned int w314_jpg_len;

extern const uint8_t w400_png[];
extern const size_t w400_png_len;
extern const unsigned char w400_jpg[];
extern const unsigned int w400_jpg_len;

extern const uint8_t w401_png[];
extern const size_t w401_png_len;
extern const unsigned char w401_jpg[];
extern const unsigned int w401_jpg_len;

extern const uint8_t w402_png[];
extern const size_t w402_png_len;
extern const unsigned char w402_jpg[];
extern const unsigned int w402_jpg_len;

extern const uint8_t w403_png[];
extern const size_t w403_png_len;
extern const unsigned char w403_jpg[];
extern const unsigned int w403_jpg_len;

extern const uint8_t w406_png[];
extern const size_t w406_png_len;
extern const unsigned char w406_jpg[];
extern const unsigned int w406_jpg_len;

extern const uint8_t w411_png[];
extern const size_t w411_png_len;
extern const unsigned char w411_jpg[];
extern const unsigned int w411_jpg_len;

extern const uint8_t w413_png[];
extern const size_t w413_png_len;
extern const unsigned char w413_jpg[];
extern const unsigned int w413_jpg_len;

extern const uint8_t w414_png[];
extern const size_t w414_png_len;
extern const unsigned char w414_jpg[];
extern const unsigned int w414_jpg_len;

#endif
137 changes: 101 additions & 36 deletions src/res/w100.cpp
Original file line number Diff line number Diff line change
@@ -1,40 +1,105 @@

#include "resource.h"
#include <pgmspace.h>

PROGMEM const uint8_t w100_png[] = {
0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a, 0x00, 0x00, 0x00, 0x0d,
0x49, 0x48, 0x44, 0x52, 0x00, 0x00, 0x00, 0x20, 0x00, 0x00, 0x00, 0x18,
0x01, 0x03, 0x00, 0x00, 0x00, 0xa1, 0x9d, 0x6d, 0x77, 0x00, 0x00, 0x00,
0x04, 0x67, 0x41, 0x4d, 0x41, 0x00, 0x00, 0xb1, 0x8f, 0x0b, 0xfc, 0x61,
0x05, 0x00, 0x00, 0x00, 0x20, 0x63, 0x48, 0x52, 0x4d, 0x00, 0x00, 0x7a,
0x26, 0x00, 0x00, 0x80, 0x84, 0x00, 0x00, 0xfa, 0x00, 0x00, 0x00, 0x80,
0xe8, 0x00, 0x00, 0x75, 0x30, 0x00, 0x00, 0xea, 0x60, 0x00, 0x00, 0x3a,
0x98, 0x00, 0x00, 0x17, 0x70, 0x9c, 0xba, 0x51, 0x3c, 0x00, 0x00, 0x00,
0x06, 0x50, 0x4c, 0x54, 0x45, 0xff, 0xff, 0xff, 0xff, 0xaa, 0x00, 0xbf,
0xb2, 0xb3, 0xf0, 0x00, 0x00, 0x00, 0x01, 0x62, 0x4b, 0x47, 0x44, 0x00,
0x88, 0x05, 0x1d, 0x48, 0x00, 0x00, 0x00, 0x07, 0x74, 0x49, 0x4d, 0x45,
0x07, 0xe6, 0x0c, 0x14, 0x10, 0x1d, 0x24, 0xc9, 0x0b, 0x54, 0x4b, 0x00,
0x00, 0x00, 0x48, 0x49, 0x44, 0x41, 0x54, 0x08, 0xd7, 0x63, 0x60, 0x00,
0x01, 0xfb, 0xff, 0xff, 0xff, 0x30, 0xd4, 0xff, 0xff, 0xff, 0x0f, 0x4a,
0xfc, 0xab, 0x07, 0x12, 0xf3, 0x2a, 0x81, 0x44, 0x5f, 0x21, 0x90, 0x38,
0xfe, 0x18, 0x48, 0xbc, 0x2b, 0x07, 0x12, 0x7f, 0xec, 0x81, 0xc4, 0x0f,
0x79, 0x20, 0x21, 0xc0, 0x01, 0x23, 0xc0, 0x5c, 0xb0, 0x04, 0x58, 0x09,
0x58, 0x31, 0x58, 0x1b, 0xd8, 0x00, 0xb0, 0x51, 0x70, 0x93, 0xc1, 0x16,
0x81, 0x00, 0x00, 0x8b, 0x53, 0x3e, 0x47, 0xdd, 0xc3, 0xf0, 0x13, 0x00,
0x00, 0x00, 0x25, 0x74, 0x45, 0x58, 0x74, 0x64, 0x61, 0x74, 0x65, 0x3a,
0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x00, 0x32, 0x30, 0x32, 0x32, 0x2d,
0x31, 0x32, 0x2d, 0x32, 0x30, 0x54, 0x31, 0x36, 0x3a, 0x32, 0x35, 0x3a,
0x32, 0x39, 0x2b, 0x30, 0x30, 0x3a, 0x30, 0x30, 0xb3, 0x31, 0x0c, 0x82,
0x00, 0x00, 0x00, 0x25, 0x74, 0x45, 0x58, 0x74, 0x64, 0x61, 0x74, 0x65,
0x3a, 0x6d, 0x6f, 0x64, 0x69, 0x66, 0x79, 0x00, 0x32, 0x30, 0x32, 0x32,
0x2d, 0x31, 0x32, 0x2d, 0x32, 0x30, 0x54, 0x31, 0x36, 0x3a, 0x32, 0x34,
0x3a, 0x33, 0x31, 0x2b, 0x30, 0x30, 0x3a, 0x30, 0x30, 0xd2, 0xeb, 0x91,
0xf9, 0x00, 0x00, 0x00, 0x28, 0x74, 0x45, 0x58, 0x74, 0x64, 0x61, 0x74,
0x65, 0x3a, 0x74, 0x69, 0x6d, 0x65, 0x73, 0x74, 0x61, 0x6d, 0x70, 0x00,
0x32, 0x30, 0x32, 0x32, 0x2d, 0x31, 0x32, 0x2d, 0x32, 0x30, 0x54, 0x31,
0x36, 0x3a, 0x32, 0x39, 0x3a, 0x33, 0x36, 0x2b, 0x30, 0x30, 0x3a, 0x30,
0x30, 0xb5, 0xa7, 0x05, 0x18, 0x00, 0x00, 0x00, 0x00, 0x49, 0x45, 0x4e,
0x44, 0xae, 0x42, 0x60, 0x82
PROGMEM const unsigned char w100_jpg[] = {
0xff, 0xd8, 0xff, 0xe0, 0x00, 0x10, 0x4a, 0x46, 0x49, 0x46, 0x00, 0x01,
0x01, 0x00, 0x00, 0x01, 0x00, 0x01, 0x00, 0x00, 0xff, 0xdb, 0x00, 0x43,
0x00, 0x03, 0x02, 0x02, 0x02, 0x02, 0x02, 0x03, 0x02, 0x02, 0x02, 0x03,
0x03, 0x03, 0x03, 0x04, 0x06, 0x04, 0x04, 0x04, 0x04, 0x04, 0x08, 0x06,
0x06, 0x05, 0x06, 0x09, 0x08, 0x0a, 0x0a, 0x09, 0x08, 0x09, 0x09, 0x0a,
0x0c, 0x0f, 0x0c, 0x0a, 0x0b, 0x0e, 0x0b, 0x09, 0x09, 0x0d, 0x11, 0x0d,
0x0e, 0x0f, 0x10, 0x10, 0x11, 0x10, 0x0a, 0x0c, 0x12, 0x13, 0x12, 0x10,
0x13, 0x0f, 0x10, 0x10, 0x10, 0xff, 0xdb, 0x00, 0x43, 0x01, 0x03, 0x03,
0x03, 0x04, 0x03, 0x04, 0x08, 0x04, 0x04, 0x08, 0x10, 0x0b, 0x09, 0x0b,
0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10,
0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10,
0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10,
0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10, 0x10,
0x10, 0x10, 0xff, 0xc0, 0x00, 0x11, 0x08, 0x00, 0x18, 0x00, 0x20, 0x03,
0x01, 0x11, 0x00, 0x02, 0x11, 0x01, 0x03, 0x11, 0x01, 0xff, 0xc4, 0x00,
0x17, 0x00, 0x00, 0x03, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x04, 0x07, 0x05, 0xff, 0xc4,
0x00, 0x27, 0x10, 0x00, 0x01, 0x02, 0x04, 0x05, 0x04, 0x03, 0x01, 0x00,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0x01, 0x03, 0x04, 0x05,
0x06, 0x11, 0x00, 0x07, 0x13, 0x14, 0x15, 0x12, 0x17, 0x22, 0x31, 0x16,
0x21, 0xc1, 0x41, 0xff, 0xc4, 0x00, 0x18, 0x01, 0x00, 0x03, 0x01, 0x01,
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0x04, 0x05, 0x07, 0x08, 0xff, 0xc4, 0x00, 0x29, 0x11, 0x00, 0x01,
0x02, 0x05, 0x03, 0x03, 0x04, 0x03, 0x01, 0x00, 0x00, 0x00, 0x00, 0x00,
0x00, 0x00, 0x01, 0x02, 0x11, 0x03, 0x04, 0x05, 0x12, 0x21, 0x00, 0x06,
0x13, 0x14, 0x15, 0x61, 0x23, 0x24, 0x31, 0x32, 0x07, 0x22, 0xd1, 0x41,
0xff, 0xda, 0x00, 0x0c, 0x03, 0x01, 0x00, 0x02, 0x11, 0x03, 0x11, 0x00,
0x3f, 0x00, 0xbe, 0x66, 0x16, 0x62, 0x56, 0xf1, 0x15, 0xb4, 0xe9, 0x12,
0xa8, 0x99, 0x32, 0xdb, 0x31, 0xaf, 0x32, 0xd3, 0x4c, 0xc4, 0x9b, 0x60,
0x00, 0x06, 0xa2, 0x28, 0x82, 0x2b, 0x6f, 0x49, 0x8e, 0x4f, 0xdc, 0x9b,
0x96, 0xad, 0x16, 0xad, 0x31, 0xee, 0x16, 0x00, 0x5a, 0x80, 0x01, 0x44,
0x00, 0x01, 0x20, 0x06, 0x07, 0x5d, 0x33, 0x40, 0xdb, 0xf4, 0xb8, 0x74,
0xc8, 0x1e, 0x82, 0x49, 0x29, 0x49, 0x24, 0xa4, 0x12, 0x49, 0x0e, 0x72,
0x74, 0xe4, 0x18, 0x66, 0x0c, 0x33, 0x94, 0xcc, 0xd2, 0xa0, 0xac, 0xe6,
0x8d, 0x48, 0x67, 0xef, 0xb6, 0x1b, 0xc6, 0x26, 0x46, 0x48, 0xd0, 0xa9,
0x58, 0xc4, 0x96, 0xfe, 0x26, 0x89, 0x75, 0xb2, 0xfe, 0x2e, 0x1a, 0x82,
0x9a, 0xd4, 0x23, 0x27, 0x31, 0x3b, 0x34, 0xb1, 0x2f, 0x1d, 0x40, 0x5c,
0x22, 0x12, 0xc1, 0xf2, 0x0e, 0x70, 0xa0, 0x32, 0xc7, 0xfb, 0xa5, 0xa3,
0x2a, 0x91, 0x10, 0x4d, 0x40, 0x93, 0x96, 0x41, 0x8f, 0x04, 0x13, 0x69,
0x40, 0x0e, 0x5b, 0x04, 0x63, 0x20, 0x9d, 0x11, 0x81, 0x98, 0x31, 0x2e,
0x54, 0xd3, 0x4a, 0x7e, 0xb3, 0x9a, 0x3b, 0x21, 0x90, 0x3e, 0xe0, 0x6f,
0x1f, 0x99, 0x18, 0xa3, 0xa2, 0x85, 0x60, 0x11, 0x5b, 0xf9, 0x1a, 0xa5,
0x96, 0xc9, 0xfa, 0x98, 0x23, 0x26, 0xb5, 0x14, 0xce, 0x4c, 0x49, 0x4d,
0x2c, 0xcb, 0xc0, 0x51, 0x17, 0x18, 0x84, 0x38, 0x7c, 0x01, 0x9c, 0xa8,
0x8c, 0xb0, 0xfe, 0x68, 0x82, 0xaa, 0x44, 0x31, 0x2b, 0x02, 0x72, 0x59,
0x02, 0x3c, 0x60, 0x0d, 0xa1, 0x00, 0xb1, 0x6c, 0x93, 0x8c, 0x00, 0x74,
0x9e, 0x5e, 0xe6, 0x25, 0x6f, 0x0f, 0x5b, 0x49, 0x51, 0x6a, 0x89, 0x93,
0xcd, 0xbd, 0x1a, 0xcb, 0x2e, 0xb4, 0xfc, 0x49, 0xb8, 0x06, 0x06, 0x68,
0x24, 0x8a, 0x24, 0xb6, 0xf4, 0xb8, 0x57, 0x6d, 0xee, 0x5a, 0xb4, 0x2a,
0xb4, 0xbf, 0xb8, 0x59, 0x05, 0x69, 0x04, 0x15, 0x12, 0x08, 0x24, 0x03,
0x82, 0x74, 0xcd, 0x7f, 0x6f, 0xd2, 0xe2, 0x53, 0x23, 0xfa, 0x09, 0x04,
0x25, 0x44, 0x10, 0x90, 0x08, 0x20, 0x38, 0xc8, 0xd6, 0x2d, 0x55, 0xb0,
0xee, 0x24, 0xdb, 0x95, 0xd7, 0xd9, 0xf2, 0xef, 0xee, 0x34, 0x2d, 0xa9,
0xa7, 0xaa, 0xbd, 0x5d, 0x37, 0xfa, 0xbd, 0xbd, 0x5f, 0x12, 0xaa, 0xdc,
0x3d, 0xf2, 0x3f, 0x50, 0xf6, 0x72, 0xaa, 0xe6, 0xf9, 0x6b, 0x8b, 0xb3,
0xe1, 0xdb, 0xe3, 0x54, 0xe9, 0x7c, 0xbd, 0x9e, 0x0f, 0x03, 0x5f, 0xc6,
0x96, 0x7f, 0x87, 0xb4, 0x33, 0xb7, 0xf9, 0xab, 0x76, 0x43, 0x76, 0xfb,
0xe4, 0x91, 0xdc, 0x37, 0x29, 0xb3, 0xd2, 0x0e, 0x3b, 0x98, 0xe9, 0xb6,
0xbf, 0xde, 0xb6, 0x95, 0xbc, 0x3a, 0xad, 0xa7, 0xeb, 0xca, 0xd7, 0xfe,
0x63, 0x59, 0xfc, 0x7b, 0xd9, 0x3a, 0xf8, 0x9d, 0x2d, 0xf6, 0x30, 0xe3,
0xe5, 0x6f, 0xb6, 0x6f, 0xb5, 0xbf, 0x57, 0x6b, 0x7c, 0xb7, 0x8d, 0x66,
0x1b, 0xe7, 0xbb, 0xf4, 0x50, 0xfa, 0x9b, 0x2f, 0x73, 0x7f, 0x1b, 0xfd,
0x71, 0x65, 0xcf, 0x96, 0x77, 0xf0, 0xfe, 0x74, 0x67, 0xcf, 0x6f, 0xbe,
0x49, 0x03, 0xcc, 0xf2, 0x9b, 0x3d, 0x23, 0xe4, 0x78, 0x7e, 0x9b, 0x6b,
0xfd, 0x68, 0xea, 0xdf, 0xc3, 0xaa, 0xda, 0x9e, 0xfc, 0xad, 0x6f, 0xe6,
0x0f, 0xc8, 0x5d, 0x93, 0xaf, 0x87, 0xd5, 0x5f, 0x63, 0x1e, 0x4e, 0x26,
0xfb, 0x62, 0xcb, 0x9f, 0xf5, 0x76, 0xbb, 0xcb, 0x78, 0xd1, 0xb1, 0xbb,
0xbf, 0x45, 0x13, 0xa6, 0xb2, 0xf7, 0x16, 0x72, 0x3f, 0xd7, 0x37, 0xda,
0xd9, 0x67, 0x6f, 0x0f, 0xe7, 0x51, 0x1a, 0x57, 0x61, 0xdc, 0x49, 0x4f,
0x15, 0xaf, 0xb3, 0xe5, 0xd8, 0xdb, 0xeb, 0xdb, 0x53, 0x4f, 0x55, 0x3a,
0x7a, 0xad, 0xf5, 0x7b, 0x7b, 0xb6, 0x32, 0x6a, 0x4f, 0x0f, 0x7c, 0x81,
0xd3, 0xbd, 0x9c, 0xa9, 0xb5, 0xfe, 0x5a, 0xe0, 0xce, 0xd8, 0x76, 0xf9,
0xd6, 0x9f, 0x54, 0xe5, 0xec, 0xf1, 0xb9, 0xda, 0xfe, 0x35, 0x3b, 0x7c,
0x3d, 0xa5, 0xd9, 0xff, 0x00, 0xcd, 0x6d, 0x66, 0x16, 0x5d, 0xd6, 0xf0,
0xf5, 0xb4, 0xe9, 0x52, 0x97, 0x99, 0x3c, 0xdb, 0xd1, 0xaf, 0x3c, 0xd3,
0xac, 0xc3, 0x1b, 0x80, 0x60, 0x66, 0xa4, 0x2a, 0x84, 0x29, 0x6f, 0x4b,
0x8a, 0xbb, 0x93, 0x6d, 0x55, 0xa1, 0x55, 0xa6, 0x3d, 0xba, 0xc8, 0x2b,
0x51, 0x04, 0x24, 0x90, 0x41, 0x24, 0x82, 0xe0, 0x6a, 0x65, 0x03, 0x70,
0x52, 0xe2, 0x53, 0x20, 0x7a, 0xe9, 0x04, 0x25, 0x20, 0x82, 0xa0, 0x08,
0x20, 0x31, 0xc1, 0xd3, 0x90, 0x67, 0x98, 0x31, 0x2e, 0x53, 0x32, 0xba,
0x82, 0x8c, 0x9a, 0x3b, 0x21, 0x90, 0x3e, 0xd9, 0xec, 0xd8, 0x96, 0x98,
0xa3, 0xa2, 0x85, 0x73, 0x22, 0x4b, 0x79, 0x1a, 0xa5, 0xd2, 0xeb, 0xfa,
0xb8, 0x6a, 0x0a, 0xab, 0x51, 0x4c, 0x9c, 0xbc, 0xec, 0xaa, 0xcc, 0xbc,
0x05, 0x03, 0x68, 0x86, 0x43, 0x87, 0xc9, 0x38, 0xca, 0x88, 0xc3, 0x9f,
0xee, 0x96, 0x8c, 0x9a, 0x44, 0x31, 0x35, 0x1e, 0x4e, 0x65, 0x02, 0x3c,
0x60, 0x45, 0xc5, 0x60, 0xb1, 0x6c, 0x01, 0x9c, 0x00, 0x74, 0x46, 0x1e,
0x60, 0xc3, 0x39, 0x53, 0x4a, 0xe9, 0xfa, 0x32, 0x68, 0xd4, 0x86, 0x7e,
0xfb, 0x87, 0xb3, 0x7e, 0x5a, 0x64, 0x8d, 0x0a, 0x95, 0xc0, 0x85, 0x2d,
0xe2, 0x68, 0x96, 0x4b, 0xa7, 0xe2, 0x60, 0x8c, 0xaa, 0xd4, 0x23, 0x39,
0x2f, 0x25, 0x2a, 0xb1, 0x2f, 0x1d, 0x44, 0xda, 0x61, 0x92, 0xc1, 0xf0,
0x46, 0x30, 0xa0, 0x30, 0xe3, 0xf9, 0xa2, 0x0a, 0x69, 0x11, 0x04, 0xac,
0x79, 0xb9, 0x94, 0x18, 0xf0, 0x40, 0x17, 0x05, 0x80, 0xe5, 0xb2, 0x0e,
0x72, 0x09, 0xd2, 0x79, 0x7b, 0x97, 0x75, 0xbc, 0x45, 0x6d, 0x25, 0x55,
0xa5, 0xe6, 0x4c, 0xb6, 0xcc, 0x6b, 0x2f, 0x3a, 0xeb, 0xf0, 0xc6, 0xd8,
0x00, 0x01, 0xa1, 0x12, 0xa9, 0x12, 0x5b, 0xd2, 0x61, 0x5d, 0xb7, 0xb6,
0xaa, 0xd1, 0x6a, 0xd2, 0xfe, 0xdd, 0x60, 0x05, 0xa4, 0x92, 0x52, 0x40,
0x00, 0x10, 0x49, 0x72, 0x34, 0xcd, 0x7f, 0x70, 0x52, 0xe1, 0xd3, 0x23,
0xfa, 0xe9, 0x24, 0xa5, 0x40, 0x00, 0xa0, 0x49, 0x24, 0x30, 0xc0, 0xd7,
0xff, 0xd9
};
const size_t w100_png_len = 389;
const unsigned int w100_jpg_len = 1178;
Loading

0 comments on commit 0166631

Please sign in to comment.