update assets

This commit is contained in:
xianjimli 2018-11-03 12:10:42 +08:00
parent fa00bc59ae
commit b690edea72
82 changed files with 742 additions and 708 deletions

View File

@ -273,17 +273,17 @@
#include "assets/inc/images/3.data"
#include "assets/inc/images/arrow_left_n.data"
#include "assets/inc/images/edit_clear_p.data"
#endif /*WITH_STB_IMAGE*/
#endif/*WITH_STB_IMAGE*/
#ifdef WITH_STB_FONT
#ifdef WITH_MINI_FONT
#include "assets/inc/fonts/default.mini.res"
#else /*WITH_MINI_FONT*/
#else/*WITH_MINI_FONT*/
#include "assets/inc/fonts/default.res"
#endif /*WITH_MINI_FONT*/
#else /*WITH_STB_FONT*/
#endif/*WITH_MINI_FONT*/
#else/*WITH_STB_FONT*/
#include "assets/inc/fonts/default.data"
#endif /*WITH_STB_FONT*/
#endif /*WITH_FS_RES*/
#endif/*WITH_STB_FONT*/
#endif/*WITH_FS_RES*/
ret_t assets_init(void) {
assets_manager_t* rm = assets_manager();

View File

@ -176,4 +176,4 @@ const unsigned char image_2[] = {
0x00,0x01,0x15,0xda,0x68,0xf6,0x29,0xde,0xfd,0xd3,0xf4,0x15,0x28,0xc2,0x46,0x5a,0x74,0xfc,0x29,0xb3,
0x82,0x5b,0x94,0xee,0x7f,0xd7,0xb7,0xd2,0xa3,0xa9,0xcf,0x23,0x12,0xff,0x00,0xef,0x35,0x71,0x4f,0x73,
0x86,0x66,0x74,0x9f,0x71,0xab,0xcf,0xa8,0x72,0x4f,0x63,0x9e,0xb9,0xff,0x00,0x5c,0xd5,0xe2,0xd5,0xf8,
0x8e,0x17,0xb9,0xff,0xd9,0x0b,0x50,0x92,0xff,};/*3549*/
0x8e,0x17,0xb9,0xff,0xd9,0x00,0x00,0x00,0x00,};/*3549*/

View File

@ -174,4 +174,4 @@ const unsigned char image_3[] = {
0xfa,0x09,0xa9,0x96,0xc1,0x0d,0xcd,0xc5,0xff,0x00,0x91,0x12,0xd3,0xfe,0x01,0xff,0x00,0xa1,0xd5,0x76,
0x22,0x5d,0x4e,0x0f,0xc6,0xbf,0xf2,0x38,0xcb,0xfe,0xfa,0xff,0x00,0xe8,0x34,0xea,0x15,0x0d,0x8b,0x36,
0x3f,0xf1,0xfb,0x17,0xfd,0x70,0x7f,0xe9,0x5d,0x11,0xd8,0xe7,0x99,0x22,0xff,0x00,0xac,0x1f,0x8d,0x38,
0x93,0x2d,0x8c,0xfd,0x57,0xfe,0x3e,0x87,0xfb,0xa2,0x92,0x25,0x6c,0x7f,0xff,0xd9,0x00,0x00,0x00,0x00,};/*3520*/
0x93,0x2d,0x8c,0xfd,0x57,0xfe,0x3e,0x87,0xfb,0xa2,0x92,0x25,0x6c,0x7f,0xff,0xd9,0xff,0x7f,0x00,0x00,};/*3520*/

View File

@ -192,4 +192,4 @@ const unsigned char image_ani2[] = {
0x36,0x2b,0x30,0x38,0x3a,0x30,0x30,0xc7,0x84,0x5d,0x92,0x00,0x00,0x00,0x25,0x74,0x45,0x58,0x74,0x64,
0x61,0x74,0x65,0x3a,0x6d,0x6f,0x64,0x69,0x66,0x79,0x00,0x32,0x30,0x31,0x32,0x2d,0x30,0x37,0x2d,0x30,
0x33,0x54,0x31,0x30,0x3a,0x34,0x38,0x3a,0x32,0x32,0x2b,0x30,0x38,0x3a,0x30,0x30,0x68,0x8d,0xfd,0xf1,
0x00,0x00,0x00,0x00,0x49,0x45,0x4e,0x44,0xae,0x42,0x60,0x82,0x00,0x00,0x00,0x00,};/*3876*/
0x00,0x00,0x00,0x00,0x49,0x45,0x4e,0x44,0xae,0x42,0x60,0x82,0x6c,0x5b,0xbe,0x52,};/*3876*/

View File

@ -226,4 +226,4 @@ const unsigned char image_ani4[] = {
0x3a,0x30,0x30,0xc7,0x84,0x5d,0x92,0x00,0x00,0x00,0x25,0x74,0x45,0x58,0x74,0x64,0x61,0x74,0x65,0x3a,
0x6d,0x6f,0x64,0x69,0x66,0x79,0x00,0x32,0x30,0x31,0x32,0x2d,0x30,0x37,0x2d,0x30,0x33,0x54,0x31,0x30,
0x3a,0x34,0x38,0x3a,0x32,0x32,0x2b,0x30,0x38,0x3a,0x30,0x30,0x68,0x8d,0xfd,0xf1,0x00,0x00,0x00,0x00,
0x49,0x45,0x4e,0x44,0xae,0x42,0x60,0x82,0xff,0xff,0xff,0xff,};/*4552*/
0x49,0x45,0x4e,0x44,0xae,0x42,0x60,0x82,0x00,0x00,0x00,0x00,};/*4552*/

View File

@ -12,4 +12,4 @@ const unsigned char image_arrow_down_n[] = {
0x4c,0x98,0xd0,0x4b,0x48,0x3f,0x33,0x31,0x41,0x75,0xe2,0xc4,0x89,0x6d,0x16,0x16,0x16,0x6f,0x19,0x18,
0x18,0xbc,0x90,0x0c,0x9f,0x4a,0x8b,0x38,0x29,0x2c,0x28,0x28,0x28,0x1c,0x4d,0x9d,0xa3,0x60,0x14,0x8c,
0x34,0x00,0x00,0xd3,0x3a,0x19,0x6b,0xf5,0xd0,0xdc,0x6a,0x00,0x00,0x00,0x00,0x49,0x45,0x4e,0x44,0xae,
0x42,0x60,0x82,0x00,0x00,0x00,0x00,};/*267*/
0x42,0x60,0x82,0xff,0x00,0x00,0x00,};/*267*/

View File

@ -117,4 +117,4 @@ const unsigned char image_arrow_left_o[] = {
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0xf0,0x41,0x56,0x92,};/*2364*/
0x00,0x00,0x00,0x00,};/*2364*/

View File

@ -117,4 +117,4 @@ const unsigned char image_arrow_right_n[] = {
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0xf0,0x41,0x56,0x92,};/*2364*/
0x00,0x00,0x00,0x00,};/*2364*/

View File

@ -117,4 +117,4 @@ const unsigned char image_arrow_right_o[] = {
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0xf0,0x41,0x56,0x92,};/*2364*/
0x00,0x00,0x00,0x00,};/*2364*/

View File

@ -117,4 +117,4 @@ const unsigned char image_arrow_up_p[] = {
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0xf0,0x41,0x56,0x92,};/*2364*/
0x00,0x00,0x00,0x00,};/*2364*/

View File

@ -12,4 +12,4 @@ const unsigned char image_arrow_up_p[] = {
0x58,0x4b,0x18,0x89,0x30,0x7c,0x29,0x03,0x03,0x63,0x14,0x36,0xb9,0xff,0x0c,0x0c,0xb5,0xef,0xb3,0x54,
0x5b,0xc8,0x0e,0x73,0xa1,0x69,0xb7,0x08,0x3a,0x40,0x60,0xea,0xad,0xd1,0xc4,0x39,0x0a,0x46,0xc1,0x40,
0x03,0x00,0x10,0x8f,0x1c,0xe8,0x78,0x4f,0x7d,0xd4,0x00,0x00,0x00,0x00,0x49,0x45,0x4e,0x44,0xae,0x42,
0x60,0x82,0x00,0x00,0x00,0x00,};/*266*/
0x60,0x82,0x00,0x00,0x70,0xea,};/*266*/

View File

@ -361,4 +361,4 @@ const unsigned char image_bricks[] = {
0xcd,0xbb,0xcd,0xbb,0xcd,0xbb,0xed,0xbb,0xcd,0xbb,0xcd,0xbb,0xcd,0xbb,0xcd,0xbb,0xcd,0xbb,0xcc,0xbb,
0xed,0xbb,0x0d,0xc4,0x0d,0xbc,0x0d,0xc4,0x0d,0xc4,0x0d,0xc4,0xed,0xc3,0x0d,0xc4,0x0d,0xc4,0x0d,0xc4,
0x0e,0xcc,0x11,0xd5,0xb0,0xc4,0xad,0xbb,0xac,0xbb,0xec,0xc3,0xec,0xc3,0xcc,0xbb,0xcc,0xbb,0xcc,0xc3,
0xcc,0xc3,0xed,0xc3,0xed,0xc3,0xcc,0xbb,0xcc,0xbb,0xd2,0xc4,0x00,0x00,0x00,0x00,0xa9,0x3d,0xbd,0x1a,};/*7260*/
0xcc,0xc3,0xed,0xc3,0xed,0xc3,0xcc,0xbb,0xcc,0xbb,0xd2,0xc4,0x00,0x00,0x00,0x00,0x00,0x02,0x00,0xff,};/*7260*/

View File

@ -117,4 +117,4 @@ const unsigned char image_check[] = {
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x00,0x00,0x00,0x00,};/*2364*/
0xf0,0x41,0x56,0x92,};/*2364*/

View File

@ -56,4 +56,4 @@ const unsigned char image_clock_hour[] = {
0x80,0x9e,0xee,0xae,0x54,0x18,0xa6,0x4e,0x11,0xa9,0xb3,0x4a,0xa9,0xe7,0xb4,0x56,0x0f,0x6a,0xad,0xb5,
0x52,0xfa,0x57,0xad,0xd5,0x57,0x5a,0xeb,0x0f,0x82,0x20,0xb8,0x36,0x73,0xe9,0xd2,0x1a,0x00,0x0c,0x0e,
0x0e,0x62,0x72,0x72,0x12,0x00,0xf0,0x37,0x99,0x57,0xea,0xe8,0x81,0x12,0xbe,0x42,0x00,0x00,0x00,0x00,
0x49,0x45,0x4e,0x44,0xae,0x42,0x60,0x82,0x00,0x00,0x00,0x00,};/*1152*/
0x49,0x45,0x4e,0x44,0xae,0x42,0x60,0x82,0xff,0x7f,0x00,0x00,};/*1152*/

View File

@ -11,4 +11,4 @@ const unsigned char image_clock_second[] = {
0x6a,0xb9,0xa1,0xed,0x18,0x9b,0x7f,0xe1,0x24,0x25,0x74,0xe5,0x0c,0x21,0x20,0x24,0x70,0x0e,0xf1,0xb3,
0x58,0x2c,0x16,0x8b,0x45,0xac,0x05,0x73,0xa2,0xa7,0x14,0x18,0x03,0x7f,0x40,0xa7,0xd6,0xfd,0x01,0xf9,
0x65,0x13,0x08,0xf2,0x79,0xd4,0x64,0x00,0x00,0x00,0x00,0x49,0x45,0x4e,0x44,0xae,0x42,0x60,0x82,0x00,
0x00,0x00,0x00,};/*243*/
0xff,0xff,0xff,};/*243*/

View File

@ -117,4 +117,4 @@ const unsigned char image_contact[] = {
0x72,0x72,0x72,0xfc,0x72,0x72,0x72,0xfc,0x72,0x72,0x72,0xfc,0x72,0x72,0x72,0xfc,0x72,0x72,0x72,0xfc,
0x72,0x72,0x72,0xfc,0x72,0x72,0x72,0xfc,0x72,0x72,0x72,0xfc,0x72,0x72,0x72,0xfc,0x72,0x72,0x72,0xfc,
0x72,0x72,0x72,0xfc,0x72,0x72,0x72,0xfd,0x6b,0x6b,0x6b,0xbb,0x28,0x28,0x28,0x30,0x00,0x00,0x00,0x00,
0x90,0x03,0x58,0x92,};/*2364*/
0x00,0x00,0x00,0x00,};/*2364*/

View File

@ -55,5 +55,5 @@ const unsigned char image_contact[] = {
0x77,0x07,0x98,0xbe,0x5f,0x68,0x6a,0x6a,0x26,0x01,0x2d,0x10,0x04,0xc6,0xc3,0x7f,0x72,0x2d,0x82,0x56,
0xfa,0xc2,0xc0,0x3c,0x13,0x07,0x34,0xf3,0x20,0xbc,0xd9,0x62,0x64,0x64,0xe4,0x06,0x4c,0x72,0x75,0xc0,
0x0c,0x64,0x0c,0x34,0x9c,0x95,0x42,0x9f,0x30,0x02,0x0d,0xdf,0x07,0xcc,0x84,0xa5,0x00,0x0c,0xaa,0xf0,
0xed,0x07,0x0f,0xa0,0x2f,0x00,0x00,0x00,0x00,0x49,0x45,0x4e,0x44,0xae,0x42,0x60,0x82,0x00,0x00,0x00,
0x00,};/*1141*/
0xed,0x07,0x0f,0xa0,0x2f,0x00,0x00,0x00,0x00,0x49,0x45,0x4e,0x44,0xae,0x42,0x60,0x82,0xc9,0xb9,0x44,
0xff,};/*1141*/

View File

@ -53,4 +53,4 @@ const unsigned char image_cursor[] = {
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0xf0,0xf3,0x55,0x92,};/*1084*/
0x00,0x00,0x00,0x00,};/*1084*/

View File

@ -361,4 +361,4 @@ const unsigned char image_dialog_title[] = {
0xcb,0xcb,0xcb,0xff,0xcb,0xcb,0xcb,0xff,0xcb,0xcb,0xcb,0xff,0xcc,0xcc,0xcc,0xff,0xcc,0xcc,0xcc,0xff,
0xcc,0xcc,0xcc,0xff,0xcc,0xcc,0xcc,0xff,0xcc,0xcc,0xcc,0xff,0xcc,0xcc,0xcc,0xff,0xcc,0xcc,0xcc,0xff,
0xcc,0xcc,0xcc,0xff,0xcd,0xcd,0xcd,0xff,0xcd,0xcd,0xcd,0xff,0xcd,0xcd,0xcd,0xff,0xcd,0xcd,0xcd,0xff,
0xcd,0xcd,0xcd,0xff,0xcd,0xcd,0xcd,0xff,0xcd,0xcd,0xcd,0xff,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,};/*7260*/
0xcd,0xcd,0xcd,0xff,0xcd,0xcd,0xcd,0xff,0xcd,0xcd,0xcd,0xff,0x00,0x00,0x00,0x00,0xf0,0x27,0x52,0x92,};/*7260*/

View File

@ -65,4 +65,4 @@ const unsigned char image_discovery[] = {
0xe9,0xff,0x00,0x56,0xfa,0x1b,0x09,0x56,0xfa,0xc8,0x41,0x02,0x6a,0xb6,0x00,0xbd,0xad,0x0f,0x2c,0xd4,
0x40,0xcd,0x16,0x55,0x60,0xdc,0xfc,0x07,0x59,0x08,0xc4,0x12,0xc0,0xf4,0xcf,0x02,0x34,0xfc,0x21,0x30,
0x38,0xae,0x02,0x1d,0xb0,0x07,0x18,0x99,0x97,0x70,0x35,0x5b,0x00,0xed,0x7a,0xa6,0x8b,0xa3,0x83,0xa7,
0xe3,0x00,0x00,0x00,0x00,0x49,0x45,0x4e,0x44,0xae,0x42,0x60,0x82,0x00,0x00,0x00,0x00,};/*1337*/
0xe3,0x00,0x00,0x00,0x00,0x49,0x45,0x4e,0x44,0xae,0x42,0x60,0x82,0x7f,0x00,0x00,0x70,};/*1337*/

View File

@ -117,4 +117,4 @@ const unsigned char image_earth[] = {
0x00,0x00,0x00,0xdf,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xff,0x00,0x00,0x00,0xdf,0x00,0x00,0x00,0xb4,
0x00,0x00,0x00,0x73,0x00,0x00,0x00,0x0d,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0xf0,0x41,0x56,0x92,};/*2364*/
0x00,0x00,0x00,0x00,};/*2364*/

View File

@ -117,4 +117,4 @@ const unsigned char image_edit_clear_p[] = {
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0xf0,0x41,0x56,0x92,};/*2364*/
0x00,0x00,0x00,0x00,};/*2364*/

View File

@ -117,4 +117,4 @@ const unsigned char image_empty[] = {
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0xf0,0x41,0x56,0x92,};/*2364*/
0x00,0x00,0x00,0x00,};/*2364*/

View File

@ -181,4 +181,4 @@ const unsigned char image_green_btn_n[] = {
0x5a,0x83,0x26,0xff,0x5a,0x83,0x26,0xff,0x5a,0x83,0x26,0xff,0x5a,0x83,0x26,0xff,0x5a,0x83,0x26,0xff,
0x5a,0x83,0x26,0xff,0x5a,0x83,0x26,0xff,0x5a,0x83,0x26,0xff,0x5a,0x83,0x26,0xff,0x5a,0x83,0x26,0xff,
0x68,0x8d,0x3a,0xff,0x85,0xa2,0x62,0xd7,0xa0,0xb7,0x85,0x97,0xdd,0xe5,0xd4,0x37,0x00,0x00,0x00,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xb0,0x36,0x50,0x92,};/*3660*/
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,};/*3660*/

View File

@ -181,4 +181,4 @@ const unsigned char image_green_btn_p[] = {
0x82,0xab,0x4e,0xff,0x82,0xab,0x4e,0xff,0x82,0xab,0x4e,0xff,0x82,0xab,0x4e,0xff,0x82,0xab,0x4e,0xff,
0x82,0xab,0x4e,0xff,0x82,0xab,0x4e,0xff,0x82,0xab,0x4e,0xff,0x82,0xab,0x4e,0xff,0x82,0xab,0x4e,0xff,
0x8c,0xb1,0x5d,0xff,0xa1,0xbf,0x7d,0xd7,0xb6,0xcd,0x9a,0x97,0xe5,0xed,0xdb,0x37,0x00,0x00,0x00,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xb0,0x36,0x50,0x92,};/*3660*/
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,};/*3660*/

View File

@ -117,4 +117,4 @@ const unsigned char image_left_off[] = {
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x00,0x00,0x00,0x00,};/*2364*/
0xf0,0x41,0x56,0x92,};/*2364*/

View File

@ -82,4 +82,4 @@ const unsigned char image_logo[] = {
0x3b,0x32,0x33,0x1d,0x73,0xfe,0xea,0xc6,0xae,0xa4,0x29,0xc6,0xbe,0xa0,0x3a,0x61,0x31,0x81,0x62,0x8b,
0xdd,0xde,0x67,0x6e,0xff,0xc3,0xe5,0x39,0x7b,0x55,0x23,0x1f,0x4a,0xaf,0xec,0xeb,0xfb,0xbf,0xbe,0x87,
0xb3,0xd6,0xf8,0xf8,0xbf,0xe6,0x38,0x8e,0xe3,0x38,0xfe,0x7a,0xfc,0x09,0xd8,0xbd,0xa7,0xa2,0xc4,0xc0,
0xa1,0x45,0x00,0x00,0x00,0x00,0x49,0x45,0x4e,0x44,0xae,0x42,0x60,0x82,0x51,0x92,0xff,0x7f,};/*1678*/
0xa1,0x45,0x00,0x00,0x00,0x00,0x49,0x45,0x4e,0x44,0xae,0x42,0x60,0x82,0x00,0x00,0x00,0x00,};/*1678*/

View File

@ -117,4 +117,4 @@ const unsigned char image_me_active[] = {
0x00,0xad,0x00,0xf4,0x00,0xad,0x00,0xf4,0x00,0xad,0x00,0xf4,0x00,0xad,0x00,0xf4,0x00,0xad,0x00,0xf4,
0x00,0xad,0x00,0xf4,0x00,0xad,0x00,0xf4,0x00,0xad,0x00,0xf4,0x00,0xad,0x00,0xf4,0x00,0xad,0x00,0xf5,
0x00,0xae,0x00,0xe3,0x00,0x78,0x00,0x71,0x00,0x0d,0x00,0x08,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x00,0x00,0x00,0x00,};/*2364*/
0xf0,0x41,0x56,0x92,};/*2364*/

View File

@ -117,4 +117,4 @@ const unsigned char image_middle_on[] = {
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0xf0,0x41,0x56,0x92,};/*2364*/
0x00,0x00,0x00,0x00,};/*2364*/

View File

@ -63,4 +63,4 @@ const unsigned char image_msg[] = {
0xdc,0xc0,0x88,0xde,0x74,0xfc,0xf8,0xf1,0x69,0xc0,0xa0,0xbb,0x84,0xcd,0x75,0x0c,0x44,0x00,0x0c,0x0b,
0x40,0xc1,0x00,0x2c,0xcb,0x77,0x5f,0xb9,0x72,0x65,0x11,0x30,0xa7,0xee,0x05,0x5a,0xf2,0x8b,0x81,0x9a,
0x00,0x14,0x0c,0xa0,0xfa,0x81,0x5a,0x66,0x02,0x00,0xa0,0x07,0x24,0xb0,0x32,0x2e,0x3f,0x5c,0x00,0x00,
0x00,0x00,0x49,0x45,0x4e,0x44,0xae,0x42,0x60,0x82,0x4f,0x92,0xff,0x7f,};/*1294*/
0x00,0x00,0x49,0x45,0x4e,0x44,0xae,0x42,0x60,0x82,0x00,0x00,0x00,0x00,};/*1294*/

View File

@ -117,4 +117,4 @@ const unsigned char image_msg_active[] = {
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x90,0x03,0x58,0x92,};/*2364*/
0x00,0x00,0x00,0x00,};/*2364*/

View File

@ -59,4 +59,4 @@ const unsigned char image_msg_active[] = {
0x7a,0x1a,0xd0,0x95,0x97,0xd0,0x6b,0x2a,0x06,0x22,0x01,0xa6,0x05,0xff,0x80,0xb1,0xff,0x1c,0xe8,0xe9,
0x7d,0x0c,0x8b,0x80,0x89,0x75,0x2f,0x30,0xb0,0x7e,0x31,0x50,0x15,0x30,0x01,0xdd,0x0f,0x2a,0x39,0xa9,
0x64,0x28,0x00,0x3a,0xa7,0xfc,0xcc,0x9d,0x1e,0x76,0xf1,0x00,0x00,0x00,0x00,0x49,0x45,0x4e,0x44,0xae,
0x42,0x60,0x82,0x34,0xff,0x7f,0x00,};/*1207*/
0x42,0x60,0x82,0x00,0x00,0x00,0x00,};/*1207*/

View File

@ -117,4 +117,4 @@ const unsigned char image_muted[] = {
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x00,0x00,0x00,0x00,};/*2364*/
0xf0,0x41,0x56,0x92,};/*2364*/

View File

@ -117,4 +117,4 @@ const unsigned char image_play_o[] = {
0x2c,0x2c,0x2c,0xd8,0x2c,0x2c,0x2c,0xf3,0x2c,0x2c,0x2c,0xff,0x2b,0x2b,0x2b,0xf1,0x2c,0x2c,0x2c,0xba,
0x2c,0x2c,0x2c,0x7f,0x28,0x28,0x28,0x09,0x00,0x00,0x00,0x00,0x1c,0x1c,0x1c,0x00,0x00,0x00,0x00,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x00,0x00,0x00,0x00,};/*2364*/
0xf0,0x41,0x56,0x92,};/*2364*/

View File

@ -74,4 +74,4 @@ const unsigned char image_play_p[] = {
0x38,0x3a,0x30,0x30,0xc0,0x2e,0x74,0xc2,0x00,0x00,0x00,0x25,0x74,0x45,0x58,0x74,0x64,0x61,0x74,0x65,
0x3a,0x6d,0x6f,0x64,0x69,0x66,0x79,0x00,0x32,0x30,0x31,0x38,0x2d,0x30,0x36,0x2d,0x32,0x38,0x54,0x31,
0x35,0x3a,0x34,0x30,0x3a,0x31,0x30,0x2b,0x30,0x38,0x3a,0x30,0x30,0xb1,0x73,0xcc,0x7e,0x00,0x00,0x00,
0x00,0x49,0x45,0x4e,0x44,0xae,0x42,0x60,0x82,0x00,0x00,0x00,0x00,};/*1513*/
0x00,0x49,0x45,0x4e,0x44,0xae,0x42,0x60,0x82,0x7f,0x00,0x00,0x10,};/*1513*/

View File

@ -181,4 +181,4 @@ const unsigned char image_red_btn_o[] = {
0x2b,0x2b,0xbb,0xff,0x2b,0x2b,0xbb,0xff,0x2b,0x2b,0xbb,0xff,0x2b,0x2b,0xbb,0xff,0x2b,0x2b,0xbb,0xff,
0x2b,0x2b,0xbb,0xff,0x2b,0x2b,0xbb,0xff,0x2b,0x2b,0xbb,0xff,0x2b,0x2b,0xbb,0xff,0x2b,0x2b,0xbb,0xff,
0x3e,0x3e,0xc0,0xff,0x65,0x65,0xcc,0xd7,0x88,0x88,0xd7,0x97,0xd5,0xd5,0xf0,0x37,0x00,0x00,0x00,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,};/*3660*/
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xf0,0x44,0x50,0x92,};/*3660*/

View File

@ -91,4 +91,4 @@ const unsigned char image_rgb[] = {
0x1f,0x00,0x1f,0x00,0x1f,0x00,0x1f,0x00,0x1f,0x00,0x1f,0x00,0x00,0xf8,0x00,0xf8,0x00,0xf8,0x00,0xf8,
0x00,0xf8,0x00,0xf8,0x00,0xf8,0x00,0xf8,0x00,0xf8,0x00,0xf8,0xe0,0x07,0xe0,0x07,0xe0,0x07,0xe0,0x07,
0xe0,0x07,0xe0,0x07,0xe0,0x07,0xe0,0x07,0xe0,0x07,0xe0,0x07,0x1f,0x00,0x1f,0x00,0x1f,0x00,0x1f,0x00,
0x1f,0x00,0x1f,0x00,0x1f,0x00,0x1f,0x00,0x1f,0x00,0x1f,0x00,0x00,0x00,0x00,0x00,0x1b,0x5a,0xb0,0x44,};/*1860*/
0x1f,0x00,0x1f,0x00,0x1f,0x00,0x1f,0x00,0x1f,0x00,0x1f,0x00,0x00,0x00,0x00,0x00,0x96,0x34,0xa4,0x31,};/*1860*/

View File

@ -11,5 +11,5 @@ const unsigned char image_rgb[] = {
0x49,0x44,0x41,0x54,0x48,0xc7,0xed,0xcd,0xb1,0x09,0x00,0x20,0x10,0xc5,0xd0,0x9c,0x23,0x59,0x5b,0xbb,
0xff,0x46,0xdf,0x15,0x2c,0x84,0x43,0x48,0xea,0xc0,0xab,0xb9,0x76,0x68,0xa8,0x02,0xb9,0x1d,0x79,0x38,
0x0e,0x9a,0x12,0x16,0x16,0x16,0x16,0x16,0x16,0x16,0x16,0x16,0x16,0x16,0xfe,0x08,0x3e,0xf7,0xcd,0x05,
0xec,0xa9,0x73,0xb0,0x6d,0x00,0x00,0x00,0x00,0x49,0x45,0x4e,0x44,0xae,0x42,0x60,0x82,0xff,0xff,0xff,
0xff,};/*261*/
0xec,0xa9,0x73,0xb0,0x6d,0x00,0x00,0x00,0x00,0x49,0x45,0x4e,0x44,0xae,0x42,0x60,0x82,0x00,0x00,0x00,
0x00,};/*261*/

View File

@ -117,4 +117,4 @@ const unsigned char image_right_off[] = {
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0xf0,0x41,0x56,0x92,};/*2364*/
0x00,0x00,0x00,0x00,};/*2364*/

View File

@ -117,4 +117,4 @@ const unsigned char image_right_on[] = {
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x90,0x4d,0x50,0x92,};/*2364*/
0x00,0x00,0x00,0x00,};/*2364*/

View File

@ -158,4 +158,4 @@ const unsigned char image_slider_drag[] = {
0x51,0x51,0x51,0xc0,0x51,0x51,0x51,0xff,0x51,0x51,0x51,0xff,0x51,0x51,0x51,0xff,0x51,0x51,0x51,0xff,
0x51,0x51,0x51,0xd0,0x50,0x50,0x50,0xa0,0x50,0x50,0x50,0x50,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x70,0xd4,0x58,0x92,};/*3196*/
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,};/*3196*/

View File

@ -117,4 +117,4 @@ const unsigned char image_unchecked[] = {
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0xf0,0x41,0x56,0x92,};/*2364*/
0x00,0x00,0x00,0x00,};/*2364*/

View File

@ -3,4 +3,4 @@ const unsigned char strings_en_US[] = {
0x74,0x61,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x00,0x1c,0x00,0x00,0x00,0x23,0x00,0x00,0x00,0x2a,0x00,0x00,0x00,
0x2d,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x63,0x61,0x6e,0x63,0x65,0x6c,0x00,0x43,
0x61,0x6e,0x63,0x65,0x6c,0x00,0x6f,0x6b,0x00,0x4f,0x4b,0x00,0x00,0x00,0x00,0x00,};/*96*/
0x61,0x6e,0x63,0x65,0x6c,0x00,0x6f,0x6b,0x00,0x4f,0x4b,0x00,0xff,0x7f,0x00,0x00,};/*96*/

View File

@ -3,4 +3,4 @@ const unsigned char strings_zh_CN[] = {
0x74,0x61,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x00,0x1c,0x00,0x00,0x00,0x23,0x00,0x00,0x00,0x2a,0x00,0x00,0x00,
0x2d,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x63,0x61,0x6e,0x63,0x65,0x6c,0x00,0xe5,
0x8f,0x96,0xe6,0xb6,0x88,0x00,0x6f,0x6b,0x00,0xe7,0xa1,0xae,0xe5,0xae,0x9a,0x00,0x00,0x00,0x00,0x00,};/*100*/
0x8f,0x96,0xe6,0xb6,0x88,0x00,0x6f,0x6b,0x00,0xe7,0xa1,0xae,0xe5,0xae,0x9a,0x00,0x3f,0xaf,0x7c,0x60,};/*100*/

View File

@ -36,4 +36,4 @@ const unsigned char style_color[] = {
0x12,0x96,0xdb,0xff,0x01,0x00,0x00,0x00,0x0e,0x00,0x00,0x00,0x63,0x68,0x65,0x63,0x6b,0x00,0x03,0x00,
0x00,0x00,0x12,0x00,0x00,0x00,0x01,0x00,0x00,0x00,0x06,0x00,0x00,0x00,0xff,0xff,0xff,0xff,0x01,0x00,
0x00,0x00,0x12,0x96,0xdb,0xff,0x01,0x00,0x00,0x00,0x0e,0x00,0x00,0x00,0x63,0x68,0x65,0x63,0x6b,0x00,
0xf6,0x7f,0x00,0x00,};/*744*/
0xf1,0x7f,0x00,0x00,};/*744*/

File diff suppressed because it is too large Load Diff

View File

@ -50,4 +50,4 @@ const unsigned char style_dialog[] = {
0x00,0x00,0x0b,0x00,0x00,0x00,0x02,0x00,0x00,0x00,0x0e,0x00,0x00,0x00,0x69,0x6e,0x66,0x6f,0x00,0x0c,
0x00,0x00,0x00,0x64,0x69,0x61,0x6c,0x6f,0x67,0x5f,0x74,0x69,0x74,0x6c,0x65,0x00,0x02,0x00,0x00,0x00,
0x01,0x00,0x00,0x00,0xed,0xed,0xed,0xff,0x0a,0x00,0x00,0x00,0xbe,0xbe,0xbe,0xff,0x00,0x00,0x00,0x00,
0xff,0x7f,0x00,0x00,};/*1024*/
0x00,0x00,0x00,0x00,};/*1024*/

View File

@ -42,4 +42,4 @@ const unsigned char style_tab_bottom[] = {
0x00,0xaa,0x00,0xff,0x00,0x00,0x00,0x00,0x03,0x00,0x00,0x00,0x11,0x00,0x00,0x00,0x04,0x00,0x00,0x00,
0x01,0x00,0x00,0x00,0xee,0xee,0xee,0xff,0x06,0x00,0x00,0x00,0x00,0xaa,0x00,0xff,0x00,0x00,0x00,0x00,
0x02,0x00,0x00,0x00,0x0a,0x00,0x00,0x00,0xa0,0xa0,0xa0,0xff,0x0b,0x00,0x00,0x00,0x08,0x00,0x00,0x00,
0x00,0x00,0x00,0x00,0xd0,0x09,0xd0,0xea,};/*868*/
0x00,0x00,0x00,0x00,0xa0,0xe9,0xd0,0x20,};/*868*/

View File

@ -42,4 +42,4 @@ const unsigned char style_tab_top[] = {
0xee,0xee,0xee,0xff,0x06,0x00,0x00,0x00,0x12,0x96,0xdb,0xff,0x00,0x00,0x00,0x00,0x03,0x00,0x00,0x00,
0x11,0x00,0x00,0x00,0x04,0x00,0x00,0x00,0x01,0x00,0x00,0x00,0xee,0xee,0xee,0xff,0x06,0x00,0x00,0x00,
0x12,0x96,0xdb,0xff,0x00,0x00,0x00,0x00,0x02,0x00,0x00,0x00,0x0a,0x00,0x00,0x00,0xa0,0xa0,0xa0,0xff,
0x0b,0x00,0x00,0x00,0x08,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x10,0xec,0x50,0x93,};/*876*/
0x0b,0x00,0x00,0x00,0x08,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x40,0xf1,0x40,0xe7,};/*876*/

View File

@ -11,4 +11,4 @@ const unsigned char style_tab_top_compact[] = {
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x02,0x00,0x00,0x00,0x0a,0x00,0x00,0x00,0xa0,0xa0,0xa0,0xff,0x02,0x00,0x00,0x00,0xf0,0xf0,0xf0,0xff,
0x00,0x00,0x00,0x00,0x02,0x00,0x00,0x00,0x0a,0x00,0x00,0x00,0xa0,0xa0,0xa0,0xff,0x0b,0x00,0x00,0x00,
0x0b,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x0a,0x3c,0x2f,0x70,};/*252*/
0x0b,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,};/*252*/

View File

@ -129,4 +129,4 @@ const unsigned char ui_color_picker_full[] = {
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x03,
0x01,0x00,0x00,0x00,0x00,0x00,0x05,0x00,0x00,0x00,0x19,0x00,0x00,0x00,0x1e,0x00,0x00,0x00,0x00,0x00,
0x00,0x00,0x6e,0x61,0x6d,0x65,0x00,0x63,0x6c,0x6f,0x73,0x65,0x00,0x74,0x65,0x78,0x74,0x00,0x43,0x6c,
0x6f,0x73,0x65,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,};/*2611*/
0x6f,0x73,0x65,0x00,0x00,0x00,0x00,0x20,0x20,0x3c,0x2f,};/*2611*/

View File

@ -77,4 +77,4 @@ const unsigned char ui_color_picker_rgb[] = {
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x03,
0x01,0x00,0x00,0x00,0x00,0x00,0x05,0x00,0x00,0x00,0x19,0x00,0x00,0x00,0x1e,0x00,0x00,0x00,0x00,0x00,
0x00,0x00,0x6e,0x61,0x6d,0x65,0x00,0x63,0x6c,0x6f,0x73,0x65,0x00,0x74,0x65,0x78,0x74,0x00,0x43,0x6c,
0x6f,0x73,0x65,0x00,0x00,0x00,0x00,0x22,0x30,0x22,0x20,};/*1571*/
0x6f,0x73,0x65,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,};/*1571*/

View File

@ -34,4 +34,4 @@ const unsigned char ui_color_picker_simple[] = {
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x00,0x00,0x00,0x00,0x00,0x02,0x03,0x01,0x00,0x00,0x00,0x00,0x00,0x05,0x00,0x00,0x00,0x19,0x00,0x00,
0x00,0x1e,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x6e,0x61,0x6d,0x65,0x00,0x63,0x6c,0x6f,0x73,0x65,0x00,
0x74,0x65,0x78,0x74,0x00,0x43,0x6c,0x6f,0x73,0x65,0x00,0x00,0x00,0x00,0x30,0x22,0x20,0x77,};/*718*/
0x74,0x65,0x78,0x74,0x00,0x43,0x6c,0x6f,0x73,0x65,0x00,0x00,0x00,0x00,0x8b,0x8b,0xff,0x7f,};/*718*/

View File

@ -26,4 +26,4 @@ const unsigned char ui_dialog1[] = {
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x03,0x03,0x01,0x00,0x0a,0x00,
0x00,0x00,0x0a,0x00,0x00,0x00,0x28,0x00,0x00,0x00,0x1e,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x6e,0x61,
0x6d,0x65,0x00,0x71,0x75,0x69,0x74,0x00,0x74,0x65,0x78,0x74,0x00,0xe5,0x8f,0x96,0xe6,0xb6,0x88,0x00,
0x00,0x00,0x00,0x00,0x30,0x22,0x20,0x77,};/*548*/
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,};/*548*/

View File

@ -26,5 +26,5 @@ const unsigned char ui_dialog2[] = {
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x03,0x03,0x01,0x00,0x0a,0x00,0x00,
0x00,0x0a,0x00,0x00,0x00,0x28,0x00,0x00,0x00,0x1e,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x73,0x74,0x79,
0x6c,0x65,0x00,0x72,0x65,0x64,0x5f,0x62,0x74,0x6e,0x00,0x6e,0x61,0x6d,0x65,0x00,0x71,0x75,0x69,0x74,
0x00,0x74,0x65,0x78,0x74,0x00,0xe5,0x8f,0x96,0xe6,0xb6,0x88,0x00,0x00,0x00,0x00,0x00,0x69,0x73,0x20,
0x63,};/*561*/
0x00,0x74,0x65,0x78,0x74,0x00,0xe5,0x8f,0x96,0xe6,0xb6,0x88,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x00,};/*561*/

View File

@ -30,4 +30,4 @@ const unsigned char ui_dragger[] = {
0x00,0x00,0x00,0x00,0x73,0x74,0x79,0x6c,0x65,0x00,0x73,0x63,0x72,0x6f,0x6c,0x6c,0x5f,0x62,0x61,0x72,
0x00,0x78,0x5f,0x6d,0x69,0x6e,0x00,0x30,0x00,0x78,0x5f,0x6d,0x61,0x78,0x00,0x32,0x30,0x30,0x00,0x79,
0x5f,0x6d,0x69,0x6e,0x00,0x30,0x00,0x79,0x5f,0x6d,0x61,0x78,0x00,0x32,0x30,0x30,0x00,0x00,0x00,0x00,
0x00,0x61,0x72,0x74,0x68,};/*625*/
0x00,0x00,0x00,0x00,0x00,};/*625*/

View File

@ -24,4 +24,4 @@ const unsigned char ui_fade[] = {
0x74,0x74,0x6f,0x6e,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x03,0x03,0x01,0x00,0x0a,0x00,0x00,0x00,0x0a,0x00,
0x00,0x00,0x28,0x00,0x00,0x00,0x1e,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x6e,0x61,0x6d,0x65,0x00,0x71,
0x75,0x69,0x74,0x00,0x74,0x65,0x78,0x74,0x00,0x4e,0x6f,0x00,0x00,0x00,0x00,0x00,0x6c,0x65,0x3a,0x2d,};/*520*/
0x75,0x69,0x74,0x00,0x74,0x65,0x78,0x74,0x00,0x4e,0x6f,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,};/*520*/

View File

@ -115,4 +115,4 @@ const unsigned char ui_image_animation[] = {
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x03,0x01,0x00,0x00,0x00,
0x00,0x00,0x32,0x00,0x00,0x00,0x32,0x00,0x00,0x00,0x32,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x6e,0x61,
0x6d,0x65,0x00,0x63,0x6c,0x6f,0x73,0x65,0x00,0x74,0x65,0x78,0x74,0x00,0x63,0x6c,0x6f,0x73,0x65,0x00,
0x00,0x00,0x00,0x3d,0x22,0x35,0x30,};/*2327*/
0x00,0x00,0x00,0x00,0x00,0x00,0x00,};/*2327*/

View File

@ -211,4 +211,4 @@ const unsigned char ui_images[] = {
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x02,0x03,0x01,0x00,0x00,0x00,0x00,0x00,0x0a,0x00,0x00,0x00,0x19,0x00,0x00,0x00,0x1e,0x00,0x00,0x00,
0x00,0x00,0x00,0x00,0x6e,0x61,0x6d,0x65,0x00,0x63,0x6c,0x6f,0x73,0x65,0x00,0x74,0x65,0x78,0x74,0x00,
0x43,0x6c,0x6f,0x73,0x65,0x00,0x00,0x00,0x00,0x44,0x56,0x92,0xff,};/*4253*/
0x43,0x6c,0x6f,0x73,0x65,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,};/*4253*/

View File

@ -81,4 +81,4 @@ const unsigned char ui_kb_float[] = {
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x01,0x01,0x00,0x00,0x00,0x00,0x00,
0x00,0x00,0x00,0x64,0x00,0x00,0x00,0x64,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x64,0x72,0x61,0x77,0x5f,
0x74,0x79,0x70,0x65,0x00,0x69,0x63,0x6f,0x6e,0x00,0x69,0x6d,0x61,0x67,0x65,0x00,0x62,0x61,0x63,0x6b,
0x73,0x70,0x61,0x63,0x65,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x22,0x20,0x6e,0x61,};/*1656*/
0x73,0x70,0x61,0x63,0x65,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xff,0x7f,0x00,0x00,};/*1656*/

View File

@ -94,4 +94,4 @@ const unsigned char ui_kb_hex[] = {
0x02,0x02,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x64,0x00,0x00,0x00,0x64,0x00,0x00,0x00,
0x00,0x00,0x00,0x00,0x64,0x72,0x61,0x77,0x5f,0x74,0x79,0x70,0x65,0x00,0x69,0x63,0x6f,0x6e,0x00,0x69,
0x6d,0x61,0x67,0x65,0x00,0x62,0x61,0x63,0x6b,0x73,0x70,0x61,0x63,0x65,0x00,0x00,0x00,0x00,0x00,0x00,
0x00,0x6d,0x65,0x3d,0x22,};/*1905*/
0x00,0x7f,0x00,0x00,0xff,};/*1905*/

View File

@ -63,4 +63,4 @@ const unsigned char ui_kb_phone[] = {
0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x64,0x00,
0x00,0x00,0x64,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x64,0x72,0x61,0x77,0x5f,0x74,0x79,0x70,0x65,0x00,
0x69,0x63,0x6f,0x6e,0x00,0x69,0x6d,0x61,0x67,0x65,0x00,0x62,0x61,0x63,0x6b,0x73,0x70,0x61,0x63,0x65,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xc0,0x2d,0x40,};/*1291*/
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,};/*1291*/

View File

@ -198,4 +198,4 @@ const unsigned char ui_list_view_d[] = {
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x00,0x00,0x02,0x03,0x01,0x00,0x00,0x00,0x00,0x00,0x0a,0x00,0x00,0x00,0x32,0x00,0x00,0x00,0x1e,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x6e,0x61,0x6d,0x65,0x00,0x63,0x6c,0x6f,0x73,0x65,0x00,0x74,0x65,0x78,
0x74,0x00,0x63,0x6c,0x6f,0x73,0x65,0x00,0x00,0x00,0x00,0xff,0x00,0x00,0x00,};/*3995*/
0x74,0x00,0x63,0x6c,0x6f,0x73,0x65,0x00,0x00,0x00,0x00,0x00,0xb0,0xae,0x53,};/*3995*/

View File

@ -198,4 +198,4 @@ const unsigned char ui_list_view_m[] = {
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x00,0x00,0x02,0x03,0x01,0x00,0x00,0x00,0x00,0x00,0x0a,0x00,0x00,0x00,0x32,0x00,0x00,0x00,0x1e,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x6e,0x61,0x6d,0x65,0x00,0x63,0x6c,0x6f,0x73,0x65,0x00,0x74,0x65,0x78,
0x74,0x00,0x63,0x6c,0x6f,0x73,0x65,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,};/*3995*/
0x74,0x00,0x63,0x6c,0x6f,0x73,0x65,0x00,0x00,0x00,0x00,0x00,0xb0,0x81,0x50,};/*3995*/

View File

@ -25,4 +25,4 @@ const unsigned char ui_memtest[] = {
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x00,0x01,0x00,
0x00,0x00,0x00,0x00,0x5a,0x00,0x00,0x00,0x64,0x00,0x00,0x00,0x1e,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x6e,0x61,0x6d,0x65,0x00,0x6d,0x65,0x6d,0x63,0x70,0x79,0x00,0x74,0x65,0x78,0x74,0x00,0x6e,0x2f,0x61,
0x00,0x00,0x00,0x00,0x22,0x20,0x78,0x3d,};/*528*/
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,};/*528*/

View File

@ -21,4 +21,4 @@ const unsigned char ui_rich_text1[] = {
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x03,
0x01,0x00,0x00,0x00,0x00,0x00,0x0a,0x00,0x00,0x00,0x19,0x00,0x00,0x00,0x28,0x00,0x00,0x00,0x00,0x00,
0x00,0x00,0x6e,0x61,0x6d,0x65,0x00,0x63,0x6c,0x6f,0x73,0x65,0x00,0x74,0x65,0x78,0x74,0x00,0x43,0x6c,
0x6f,0x73,0x65,0x00,0x00,0x00,0x00,0x79,0x00,0x00,0x00,};/*451*/
0x6f,0x73,0x65,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,};/*451*/

View File

@ -22,5 +22,5 @@ const unsigned char ui_scroll_bar_h[] = {
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x01,0x00,0x00,0x00,0x00,0x00,0x78,0x00,0x00,0x00,
0x64,0x00,0x00,0x00,0x0c,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x6d,0x61,0x78,0x00,0x34,0x30,0x30,0x30,
0x00,0x72,0x6f,0x77,0x00,0x32,0x30,0x00,0x76,0x61,0x6c,0x75,0x65,0x00,0x31,0x30,0x30,0x00,0x61,0x6e,
0x69,0x6d,0x61,0x74,0x61,0x62,0x6c,0x65,0x00,0x66,0x61,0x6c,0x73,0x65,0x00,0x00,0x00,0x00,0x00,0x00,
0x00,0x00,};/*482*/
0x69,0x6d,0x61,0x74,0x61,0x62,0x6c,0x65,0x00,0x66,0x61,0x6c,0x73,0x65,0x00,0x00,0x00,0x00,0x00,0x62,
0x61,0x72,};/*482*/

View File

@ -63,4 +63,4 @@ const unsigned char ui_scroll_view_h[] = {
0x74,0x6f,0x6e,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x74,0x65,0x78,0x74,0x00,0x31,0x34,
0x00,0x00,0x00,0x00,0x00,0x7f,0x00,0x00,0x30,};/*1289*/
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,};/*1289*/

View File

@ -54,4 +54,4 @@ const unsigned char ui_selectm[] = {
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x03,0x00,0x00,
0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x06,0x00,0x00,0x00,0x64,0x00,0x00,0x00,0x00,0x00,0x00,
0x00,0x6e,0x61,0x6d,0x65,0x00,0x62,0x61,0x72,0x00,0x76,0x61,0x6c,0x75,0x65,0x00,0x30,0x00,0x00,0x00,
0x00,0x00,0x00,0x00,0x20,0xd6,0x43,};/*1107*/
0x00,0x00,0x00,0x00,0x00,0x00,0x00,};/*1107*/

View File

@ -307,4 +307,4 @@ const unsigned char ui_slide_view_h[] = {
0x00,0x00,0x6c,0x61,0x62,0x65,0x6c,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x03,0x01,0x01,0x00,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x64,0x00,0x00,0x00,0x1e,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x74,0x65,
0x78,0x74,0x00,0x32,0x2e,0x38,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,};/*6177*/
0x78,0x74,0x00,0x32,0x2e,0x38,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0xab,};/*6177*/

View File

@ -307,5 +307,5 @@ const unsigned char ui_slide_view_v[] = {
0x61,0x67,0x65,0x00,0x00,0x00,0x6c,0x61,0x62,0x65,0x6c,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x03,
0x01,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x64,0x00,0x00,0x00,0x1e,0x00,0x00,0x00,0x00,0x00,
0x00,0x00,0x74,0x65,0x78,0x74,0x00,0x32,0x2e,0x38,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x77,0x5b,0x33,
0xff,};/*6181*/
0x00,0x00,0x74,0x65,0x78,0x74,0x00,0x32,0x2e,0x38,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x00,};/*6181*/

View File

@ -64,5 +64,5 @@ const unsigned char ui_spinbox[] = {
0x74,0x74,0x6f,0x6e,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x03,0x01,0x00,0x00,0x00,0x00,0x00,0x0a,0x00,
0x00,0x00,0x19,0x00,0x00,0x00,0x1e,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x6e,0x61,0x6d,0x65,0x00,0x63,
0x6c,0x6f,0x73,0x65,0x00,0x74,0x65,0x78,0x74,0x00,0x43,0x6c,0x6f,0x73,0x65,0x00,0x00,0x00,0x00,0xff,
0x6c,0x6f,0x73,0x65,0x00,0x74,0x65,0x78,0x74,0x00,0x43,0x6c,0x6f,0x73,0x65,0x00,0x00,0x00,0x00,0x00,
0x00,0x00,0x00,};/*1323*/

View File

@ -15,5 +15,5 @@ const unsigned char ui_switch[] = {
0x74,0x74,0x6f,0x6e,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x00,0x00,0x32,0x00,0x00,0x00,0x1e,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x6e,0x61,0x6d,0x65,0x00,0x63,
0x6c,0x6f,0x73,0x65,0x00,0x74,0x65,0x78,0x74,0x00,0x63,0x6c,0x6f,0x73,0x65,0x00,0x00,0x00,0x00,0x00,
0x00,0x00,0x00,};/*343*/
0x6c,0x6f,0x73,0x65,0x00,0x74,0x65,0x78,0x74,0x00,0x63,0x6c,0x6f,0x73,0x65,0x00,0x00,0x00,0x00,0x5f,
0xff,0x7f,0x00,};/*343*/

View File

@ -76,4 +76,4 @@ const unsigned char ui_tab_bottom[] = {
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x00,0x00,0x69,0x63,0x6f,0x6e,0x00,0x6d,0x65,0x00,0x61,0x63,0x74,0x69,0x76,0x65,0x5f,0x69,0x63,0x6f,
0x6e,0x00,0x6d,0x65,0x5f,0x61,0x63,0x74,0x69,0x76,0x65,0x00,0x74,0x65,0x78,0x74,0x00,0x4d,0x65,0x00,
0x00,0x00,0x00,0x00,0x20,0x20,0x3c,0x2f,};/*1548*/
0x00,0x00,0x00,0x00,0xa0,0x24,0xd0,0x37,};/*1548*/

View File

@ -68,5 +68,5 @@ const unsigned char ui_tab_top[] = {
0x6e,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x64,0x00,0x00,0x00,0x50,
0x00,0x00,0x00,0x28,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x6e,0x61,0x6d,0x65,0x00,0x63,0x6c,0x6f,0x73,
0x65,0x00,0x74,0x65,0x78,0x74,0x00,0x43,0x6c,0x6f,0x73,0x65,0x00,0x00,0x00,0x00,0x00,0x00,0xff,0xff,
0x65,0x00,0x74,0x65,0x78,0x74,0x00,0x43,0x6c,0x6f,0x73,0x65,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x00,0x00,};/*1402*/

View File

@ -55,5 +55,5 @@ const unsigned char ui_tab_top_compact[] = {
0x6f,0x6e,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x64,0x00,0x00,0x00,
0x50,0x00,0x00,0x00,0x28,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x6e,0x61,0x6d,0x65,0x00,0x63,0x6c,0x6f,
0x73,0x65,0x00,0x74,0x65,0x78,0x74,0x00,0x43,0x6c,0x6f,0x73,0x65,0x00,0x00,0x00,0x00,0x00,0x00,0xff,
0xff,0xff,0xff,};/*1143*/
0x73,0x65,0x00,0x74,0x65,0x78,0x74,0x00,0x43,0x6c,0x6f,0x73,0x65,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x00,0x00,0x00,};/*1143*/

View File

@ -1,5 +1,5 @@
const unsigned char ui_time_clock[] = {
0x04,0x00,0x01,0x01,0x61,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x74,0x69,0x6d,0x65,0x5f,0x63,0x6c,0x6f,
0x04,0x00,0x01,0x01,0x6e,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x74,0x69,0x6d,0x65,0x5f,0x63,0x6c,0x6f,
0x63,0x6b,0x00,0x64,0x61,0x74,0x61,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x00,0x00,0x00,0x00,0x12,0x12,0x22,0x11,0x77,0x69,0x6e,0x64,0x6f,0x77,0x00,0x00,0x00,0x00,0x00,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
@ -8,15 +8,28 @@ const unsigned char ui_time_clock[] = {
0x6c,0x61,0x74,0x65,0x00,0x00,0x74,0x69,0x6d,0x65,0x5f,0x63,0x6c,0x6f,0x63,0x6b,0x00,0x00,0x00,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x02,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x2c,0x01,0x00,0x00,0x2c,0x01,0x00,0x00,0x00,0x00,
0x00,0x00,0x68,0x6f,0x75,0x72,0x00,0x31,0x31,0x00,0x6d,0x69,0x6e,0x75,0x74,0x65,0x00,0x35,0x39,0x00,
0x73,0x65,0x63,0x6f,0x6e,0x64,0x00,0x35,0x35,0x00,0x62,0x67,0x5f,0x69,0x6d,0x61,0x67,0x65,0x00,0x63,
0x6c,0x6f,0x63,0x6b,0x5f,0x62,0x67,0x00,0x69,0x6d,0x61,0x67,0x65,0x00,0x63,0x6c,0x6f,0x63,0x6b,0x00,
0x68,0x6f,0x75,0x72,0x5f,0x69,0x6d,0x61,0x67,0x65,0x00,0x63,0x6c,0x6f,0x63,0x6b,0x5f,0x68,0x6f,0x75,
0x72,0x00,0x6d,0x69,0x6e,0x75,0x74,0x65,0x5f,0x69,0x6d,0x61,0x67,0x65,0x00,0x63,0x6c,0x6f,0x63,0x6b,
0x5f,0x6d,0x69,0x6e,0x75,0x74,0x65,0x00,0x73,0x65,0x63,0x6f,0x6e,0x64,0x5f,0x69,0x6d,0x61,0x67,0x65,
0x00,0x63,0x6c,0x6f,0x63,0x6b,0x5f,0x73,0x65,0x63,0x6f,0x6e,0x64,0x00,0x00,0x00,0x62,0x75,0x74,0x74,
0x6f,0x6e,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x03,0x01,0x00,0x00,0x00,0x00,0x00,0x0a,0x00,0x00,0x00,
0x19,0x00,0x00,0x00,0x1e,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x6e,0x61,0x6d,0x65,0x00,0x63,0x6c,0x6f,
0x73,0x65,0x00,0x74,0x65,0x78,0x74,0x00,0x43,0x6c,0x6f,0x73,0x65,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x00,};/*401*/
0x00,0x00,0x62,0x67,0x5f,0x69,0x6d,0x61,0x67,0x65,0x00,0x63,0x6c,0x6f,0x63,0x6b,0x5f,0x62,0x67,0x00,
0x69,0x6d,0x61,0x67,0x65,0x00,0x63,0x6c,0x6f,0x63,0x6b,0x00,0x68,0x6f,0x75,0x72,0x5f,0x69,0x6d,0x61,
0x67,0x65,0x00,0x63,0x6c,0x6f,0x63,0x6b,0x5f,0x68,0x6f,0x75,0x72,0x00,0x6d,0x69,0x6e,0x75,0x74,0x65,
0x5f,0x69,0x6d,0x61,0x67,0x65,0x00,0x63,0x6c,0x6f,0x63,0x6b,0x5f,0x6d,0x69,0x6e,0x75,0x74,0x65,0x00,
0x73,0x65,0x63,0x6f,0x6e,0x64,0x5f,0x69,0x6d,0x61,0x67,0x65,0x00,0x63,0x6c,0x6f,0x63,0x6b,0x5f,0x73,
0x65,0x63,0x6f,0x6e,0x64,0x00,0x00,0x00,0x64,0x69,0x67,0x69,0x74,0x5f,0x63,0x6c,0x6f,0x63,0x6b,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x0a,0x00,0x00,0x00,0x2c,0x01,0x00,0x00,0x1e,0x00,0x00,0x00,
0x00,0x00,0x00,0x00,0x73,0x68,0x6f,0x77,0x5f,0x74,0x69,0x6d,0x65,0x00,0x66,0x61,0x6c,0x73,0x65,0x00,
0x00,0x00,0x64,0x69,0x67,0x69,0x74,0x5f,0x63,0x6c,0x6f,0x63,0x6b,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x00,0x00,0x00,0x00,0x00,
0x00,0x00,0x28,0x00,0x00,0x00,0x2c,0x01,0x00,0x00,0x1e,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x73,0x68,
0x6f,0x77,0x5f,0x64,0x61,0x74,0x65,0x00,0x66,0x61,0x6c,0x73,0x65,0x00,0x00,0x00,0x64,0x69,0x67,0x69,
0x74,0x5f,0x63,0x6c,0x6f,0x63,0x6b,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x46,0x00,0x00,0x00,
0x2c,0x01,0x00,0x00,0x1e,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x66,0x6f,0x72,0x6d,0x61,0x74,0x00,0x25,
0x30,0x32,0x64,0x3a,0x25,0x30,0x32,0x64,0x00,0x73,0x68,0x6f,0x77,0x5f,0x64,0x61,0x74,0x65,0x00,0x66,
0x61,0x6c,0x73,0x65,0x00,0x00,0x00,0x64,0x69,0x67,0x69,0x74,0x5f,0x63,0x6c,0x6f,0x63,0x6b,0x00,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,
0x03,0x00,0x00,0x00,0x00,0x00,0x00,0x32,0x00,0x00,0x00,0x2c,0x01,0x00,0x00,0x1e,0x00,0x00,0x00,0x00,
0x00,0x00,0x00,0x00,0x00,0x62,0x75,0x74,0x74,0x6f,0x6e,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,
0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x02,0x03,0x01,
0x00,0x00,0x00,0x00,0x00,0x0a,0x00,0x00,0x00,0x19,0x00,0x00,0x00,0x1e,0x00,0x00,0x00,0x00,0x00,0x00,
0x00,0x6e,0x61,0x6d,0x65,0x00,0x63,0x6c,0x6f,0x73,0x65,0x00,0x74,0x65,0x78,0x74,0x00,0x43,0x6c,0x6f,
0x73,0x65,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,};/*670*/

Binary file not shown.

View File

@ -135,6 +135,12 @@
</style>
</spin_box>
<digit_clock>
<style name="default">
<normal text_color="black" />
</style>
</digit_clock>
<label>
<style name="default">
<normal text_color="black" />

Binary file not shown.

View File

@ -1,6 +1,11 @@
<window anim_hint="htranslate" >
<time_clock x="c" y="m" w="300" h="300" hour="11" minute="59" second="55"
bg_image="clock_bg" image="clock"
<time_clock x="c" y="m" w="300" h="300" bg_image="clock_bg" image="clock"
hour_image="clock_hour" minute_image="clock_minute" second_image="clock_second"/>
<digit_clock x="c" y="10" w="300" h="30" show_time="false"/>
<digit_clock x="c" y="40" w="300" h="30" show_date="false"/>
<digit_clock x="c" y="70" w="300" h="30" format="%02d:%02d" show_date="false"/>
<digit_clock x="c" y="bottom:50" w="300" h="30" />
<button name="close" x="center" y="bottom:10" w="25%" h="30" text="Close"/>
</window>

View File

@ -1,4 +1,9 @@
# 最新动态
* 2018/11/03
* 增加date\_time类(嵌入式平台需要调用date\_time\_set\_impl获取时间的函数)。
* 增加数字时钟控件(ext\_widgets/time\_clock/digit\_clock.c)。
* 2018/11/02
* 修改tools下的资源生成工具只在资源变化时才更新资源以提高开发的效率。
* update\_res.py增加参数可以只更新指定类型的资源以提高开发的效率。