diff --git a/bitmaps_png/CMakeLists.txt b/bitmaps_png/CMakeLists.txt index 9c5bac3e49..0c6bc24946 100644 --- a/bitmaps_png/CMakeLists.txt +++ b/bitmaps_png/CMakeLists.txt @@ -72,18 +72,41 @@ option( MAINTAIN_PNGS # Plan for three sizes of bitmaps: -# SMALL - for menus +# SMALL - for listboxes or comboboxes and perhaps menus # MID - for toolbars 26 x 26 # BIG - for program icons 48 x 48 # which are given on three basename lists: BMAPS_SMALL, BMAPS_MID,a nd BMAPS_BIG # respectively. The basename is without file extension and without path. # A corresponding ${basename}.svg file must exist in 'sources' dir below here. - +# small icons (16x16) needed in listboxes set( BMAPS_SMALL + pinorient_right + pinorient_left + pinorient_up + pinorient_down + pinshape_normal + pinshape_invert + pinshape_clock_normal + pinshape_clock_invert + pinshape_active_low_input + pinshape_clock_active_low + pinshape_active_low_output + pinshape_clock_fall + pinshape_nonlogic + pintype_input + pintype_output + pintype_bidi + pintype_3states + pintype_passive + pintype_notspecif + pintype_powerinput + pintype_poweroutput + pintype_opencoll + pintype_openemit + pintype_noconnect ) - # image basenames that go into the toolbar sized destinations, i.e. 26x26 set( BMAPS_MID add_arc @@ -379,30 +402,6 @@ set( BMAPS_MID pin_name_to pin_number_to pin_size_to - pinorient_right - pinorient_left - pinorient_up - pinorient_down - pinshape_normal - pinshape_invert - pinshape_clock_normal - pinshape_clock_invert - pinshape_active_low_input - pinshape_clock_active_low - pinshape_active_low_output - pinshape_clock_fall - pinshape_nonlogic - pintype_input - pintype_output - pintype_bidi - pintype_3states - pintype_passive - pintype_notspecif - pintype_powerinput - pintype_poweroutput - pintype_opencoll - pintype_openemit - pintype_noconnect pin_to pin plot_hpg @@ -635,7 +634,9 @@ if( MAINTAIN_PNGS ) endif( NOT pngcrush_EXECUTABLE ) endif( NOT pngcrush_FOUND ) - # these 2 cmake commands for each desired bitmap size set, repeat as needed: + # these 3 cmake commands for each desired bitmap size set, repeat as needed: + bitmap_dir( 16 16 "${BMAPS_SMALL}" ) + bitmap_dir( 26 26 "${BMAPS_MID}" ) bitmap_dir( 48 48 "${BMAPS_BIG}" ) @@ -649,6 +650,11 @@ endif( MAINTAIN_PNGS ) set( CPP_LIST "" ) +foreach( bmn ${BMAPS_SMALL} ) + #message( "library add cpp_16/${bmn}.cpp" ) + list( APPEND CPP_LIST cpp_16/${bmn}.cpp ) +endforeach() + foreach( bmn ${BMAPS_MID} ) #message( "library add cpp_26/${bmn}.cpp" ) list( APPEND CPP_LIST cpp_26/${bmn}.cpp ) diff --git a/bitmaps_png/cpp_16/pinorient_down.cpp b/bitmaps_png/cpp_16/pinorient_down.cpp new file mode 100644 index 0000000000..847963d934 --- /dev/null +++ b/bitmaps_png/cpp_16/pinorient_down.cpp @@ -0,0 +1,26 @@ + +/* Do not modify this file, it was automatically generated by the + * PNG2cpp CMake script, using a *.png file as input. + */ + +#include "bitmaps.h" + +static const unsigned char png[] = { + 0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a, 0x00, 0x00, 0x00, 0x0d, 0x49, 0x48, 0x44, 0x52, + 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x10, 0x08, 0x06, 0x00, 0x00, 0x00, 0x1f, 0xf3, 0xff, + 0x61, 0x00, 0x00, 0x00, 0x91, 0x49, 0x44, 0x41, 0x54, 0x38, 0xcb, 0x63, 0xf8, 0xff, 0xff, 0x3f, + 0x03, 0x25, 0x18, 0xa7, 0x04, 0x2b, 0x2b, 0xab, 0x01, 0x10, 0x2f, 0x65, 0x61, 0x61, 0xd9, 0xc3, + 0xcc, 0xcc, 0x1c, 0x41, 0x92, 0x01, 0x40, 0xc0, 0x09, 0xd4, 0xf8, 0x06, 0x88, 0x77, 0x03, 0xf1, + 0x44, 0x20, 0xfe, 0x0b, 0xc4, 0x0e, 0x44, 0x1b, 0x00, 0xb4, 0xd1, 0x13, 0xa4, 0x09, 0x68, 0x90, + 0x20, 0x88, 0x0f, 0x64, 0x1f, 0x05, 0x8a, 0xcd, 0x24, 0xc5, 0x05, 0x7c, 0x40, 0x4d, 0x1f, 0x81, + 0x5e, 0x58, 0x0e, 0xa4, 0x2b, 0x81, 0xf8, 0x17, 0xd0, 0x00, 0x1f, 0x92, 0xc2, 0x00, 0xa8, 0xc9, + 0x19, 0x88, 0x2f, 0x03, 0x35, 0xbe, 0x01, 0x1a, 0x54, 0x48, 0x72, 0x20, 0x42, 0x5d, 0x52, 0x01, + 0xc4, 0x27, 0xc8, 0x8a, 0x85, 0x51, 0x03, 0xe8, 0x6d, 0x00, 0x10, 0x28, 0x02, 0xf1, 0x06, 0x2c, + 0xf8, 0x1c, 0x10, 0x3f, 0xc2, 0x21, 0x17, 0x84, 0x6c, 0x80, 0x34, 0x10, 0x4f, 0x20, 0x11, 0x3b, + 0x13, 0xf4, 0x02, 0x31, 0x18, 0x00, 0x7c, 0x7c, 0x5c, 0xc2, 0x3f, 0x23, 0x70, 0x4a, 0x00, 0x00, + 0x00, 0x00, 0x49, 0x45, 0x4e, 0x44, 0xae, 0x42, 0x60, 0x82, +}; + +const BITMAP_OPAQUE pinorient_down_xpm[1] = {{ png, sizeof( png ), "pinorient_down_xpm" }}; + +//EOF diff --git a/bitmaps_png/cpp_16/pinorient_left.cpp b/bitmaps_png/cpp_16/pinorient_left.cpp new file mode 100644 index 0000000000..8ed06a9bfc --- /dev/null +++ b/bitmaps_png/cpp_16/pinorient_left.cpp @@ -0,0 +1,27 @@ + +/* Do not modify this file, it was automatically generated by the + * PNG2cpp CMake script, using a *.png file as input. + */ + +#include "bitmaps.h" + +static const unsigned char png[] = { + 0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a, 0x00, 0x00, 0x00, 0x0d, 0x49, 0x48, 0x44, 0x52, + 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x10, 0x08, 0x06, 0x00, 0x00, 0x00, 0x1f, 0xf3, 0xff, + 0x61, 0x00, 0x00, 0x00, 0x98, 0x49, 0x44, 0x41, 0x54, 0x38, 0xcb, 0x63, 0xf8, 0xff, 0xff, 0x3f, + 0x03, 0x25, 0x18, 0x42, 0x30, 0x30, 0xa8, 0x02, 0x71, 0x01, 0x25, 0x06, 0x04, 0x00, 0xf1, 0x87, + 0x11, 0x60, 0x00, 0x1b, 0x1b, 0x9b, 0x36, 0x0b, 0x0b, 0x4b, 0x37, 0x33, 0x33, 0x73, 0x14, 0x50, + 0x3d, 0x0b, 0x49, 0x06, 0xb0, 0xb2, 0xb2, 0x1a, 0x00, 0x35, 0xff, 0x01, 0xe2, 0x33, 0x40, 0xfc, + 0x05, 0x68, 0xc8, 0x34, 0x74, 0x03, 0xbe, 0x01, 0xf1, 0x01, 0x5c, 0x98, 0x89, 0x89, 0xe9, 0x06, + 0x50, 0xe3, 0x01, 0x90, 0x7a, 0xa0, 0xe6, 0x00, 0x20, 0x1b, 0xa4, 0x9e, 0x1b, 0xd9, 0x80, 0x2f, + 0x40, 0xdc, 0x80, 0x0b, 0x03, 0x35, 0x6d, 0x05, 0x6a, 0xba, 0x09, 0x64, 0x0b, 0x03, 0xe9, 0x2a, + 0x20, 0x7e, 0x0e, 0xf2, 0x06, 0xd1, 0x5e, 0x00, 0x02, 0x49, 0xa0, 0x21, 0xf7, 0x80, 0x1a, 0xff, + 0x02, 0xf1, 0x2f, 0xa0, 0x97, 0xd2, 0x48, 0x0e, 0x44, 0x90, 0x8d, 0x40, 0x43, 0xbc, 0x80, 0xb4, + 0xec, 0x30, 0x4c, 0x48, 0xfc, 0x40, 0xac, 0x4b, 0xb6, 0x01, 0x94, 0x60, 0x00, 0xd3, 0xf5, 0x53, + 0xc0, 0x2a, 0x14, 0x68, 0xf8, 0x00, 0x00, 0x00, 0x00, 0x49, 0x45, 0x4e, 0x44, 0xae, 0x42, 0x60, + 0x82, +}; + +const BITMAP_OPAQUE pinorient_left_xpm[1] = {{ png, sizeof( png ), "pinorient_left_xpm" }}; + +//EOF diff --git a/bitmaps_png/cpp_16/pinorient_right.cpp b/bitmaps_png/cpp_16/pinorient_right.cpp new file mode 100644 index 0000000000..0466b0099c --- /dev/null +++ b/bitmaps_png/cpp_16/pinorient_right.cpp @@ -0,0 +1,26 @@ + +/* Do not modify this file, it was automatically generated by the + * PNG2cpp CMake script, using a *.png file as input. + */ + +#include "bitmaps.h" + +static const unsigned char png[] = { + 0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a, 0x00, 0x00, 0x00, 0x0d, 0x49, 0x48, 0x44, 0x52, + 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x10, 0x08, 0x06, 0x00, 0x00, 0x00, 0x1f, 0xf3, 0xff, + 0x61, 0x00, 0x00, 0x00, 0x8d, 0x49, 0x44, 0x41, 0x54, 0x38, 0xcb, 0x63, 0xf8, 0xff, 0xff, 0x3f, + 0x03, 0x25, 0x98, 0x3c, 0x4d, 0x0c, 0x0c, 0x1e, 0x40, 0x6c, 0x40, 0x89, 0x01, 0x07, 0x80, 0xb8, + 0x61, 0x90, 0x19, 0xc0, 0xc6, 0xc6, 0xa6, 0xcb, 0xc2, 0xc2, 0x52, 0x09, 0xa4, 0xb5, 0x48, 0x36, + 0x80, 0x99, 0x99, 0x39, 0x02, 0xa8, 0xf9, 0x3f, 0x90, 0xbe, 0x0f, 0xa4, 0xff, 0x01, 0xe9, 0x00, + 0x92, 0x0c, 0x00, 0x6a, 0x3a, 0x0d, 0xc4, 0x13, 0xa0, 0x86, 0xcd, 0x00, 0xe2, 0xbb, 0x40, 0x05, + 0x2b, 0xf0, 0xe0, 0xfb, 0xe8, 0x06, 0x1c, 0x03, 0x6a, 0x9a, 0x0d, 0x14, 0x64, 0x64, 0x65, 0x65, + 0x5d, 0x04, 0xe4, 0x5f, 0x07, 0xb2, 0x67, 0xe0, 0xc1, 0x77, 0xd0, 0xbd, 0xe0, 0x0b, 0xd4, 0xf4, + 0x0b, 0x88, 0xdf, 0x02, 0xf1, 0x4f, 0x20, 0x76, 0x23, 0x39, 0x10, 0x81, 0x40, 0x16, 0x68, 0x7b, + 0x26, 0x90, 0x96, 0x1e, 0xa2, 0xe9, 0x80, 0xde, 0x06, 0x98, 0x01, 0xb1, 0x0a, 0xd9, 0x06, 0x20, + 0x63, 0x00, 0x36, 0xc1, 0x5c, 0xcd, 0xe6, 0xd4, 0x98, 0xb1, 0x00, 0x00, 0x00, 0x00, 0x49, 0x45, + 0x4e, 0x44, 0xae, 0x42, 0x60, 0x82, +}; + +const BITMAP_OPAQUE pinorient_right_xpm[1] = {{ png, sizeof( png ), "pinorient_right_xpm" }}; + +//EOF diff --git a/bitmaps_png/cpp_16/pinorient_up.cpp b/bitmaps_png/cpp_16/pinorient_up.cpp new file mode 100644 index 0000000000..cde042fc80 --- /dev/null +++ b/bitmaps_png/cpp_16/pinorient_up.cpp @@ -0,0 +1,27 @@ + +/* Do not modify this file, it was automatically generated by the + * PNG2cpp CMake script, using a *.png file as input. + */ + +#include "bitmaps.h" + +static const unsigned char png[] = { + 0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a, 0x00, 0x00, 0x00, 0x0d, 0x49, 0x48, 0x44, 0x52, + 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x10, 0x08, 0x06, 0x00, 0x00, 0x00, 0x1f, 0xf3, 0xff, + 0x61, 0x00, 0x00, 0x00, 0x99, 0x49, 0x44, 0x41, 0x54, 0x38, 0xcb, 0x63, 0xf8, 0xff, 0xff, 0x3f, + 0x03, 0x25, 0x18, 0x42, 0x30, 0x30, 0x28, 0x02, 0xf1, 0x06, 0x12, 0x71, 0x10, 0xb2, 0x01, 0xd2, + 0x40, 0x3c, 0x01, 0x0b, 0x3e, 0x08, 0xc4, 0x0f, 0x71, 0xc8, 0x39, 0xc3, 0x0d, 0xc0, 0xe9, 0x3c, + 0x06, 0x86, 0x0a, 0x20, 0x3e, 0x41, 0xd0, 0x0b, 0xa3, 0x06, 0xd0, 0xd6, 0x80, 0x4a, 0x20, 0x3e, + 0x45, 0x96, 0x01, 0xcc, 0xcc, 0xcc, 0xb1, 0x2c, 0x2c, 0x2c, 0xcf, 0x81, 0xf8, 0x3b, 0x10, 0x4f, + 0x04, 0x1a, 0xc4, 0x4c, 0xb4, 0x01, 0x40, 0x20, 0x0e, 0xd4, 0xf4, 0x03, 0x88, 0xbb, 0x81, 0x06, + 0x45, 0x02, 0xe9, 0x2f, 0x40, 0x3a, 0x9a, 0x68, 0x03, 0x80, 0x1a, 0xdc, 0x80, 0xf8, 0x2f, 0xd0, + 0x20, 0x51, 0x28, 0xff, 0x04, 0xd0, 0x80, 0xa9, 0xa4, 0xb8, 0x80, 0x85, 0x95, 0x95, 0xf5, 0x01, + 0x50, 0xe3, 0x15, 0x20, 0xde, 0x08, 0x32, 0x0c, 0xc8, 0x37, 0x22, 0x29, 0x0c, 0x80, 0x40, 0x06, + 0xa8, 0xb1, 0x0b, 0xa8, 0x71, 0x31, 0x90, 0xb6, 0x26, 0x2b, 0x16, 0x88, 0xc1, 0x00, 0x39, 0x69, + 0x59, 0xdc, 0xf0, 0x39, 0x71, 0xe0, 0x00, 0x00, 0x00, 0x00, 0x49, 0x45, 0x4e, 0x44, 0xae, 0x42, + 0x60, 0x82, +}; + +const BITMAP_OPAQUE pinorient_up_xpm[1] = {{ png, sizeof( png ), "pinorient_up_xpm" }}; + +//EOF diff --git a/bitmaps_png/cpp_16/pinshape_active_low_input.cpp b/bitmaps_png/cpp_16/pinshape_active_low_input.cpp new file mode 100644 index 0000000000..1e619680f9 --- /dev/null +++ b/bitmaps_png/cpp_16/pinshape_active_low_input.cpp @@ -0,0 +1,25 @@ + +/* Do not modify this file, it was automatically generated by the + * PNG2cpp CMake script, using a *.png file as input. + */ + +#include "bitmaps.h" + +static const unsigned char png[] = { + 0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a, 0x00, 0x00, 0x00, 0x0d, 0x49, 0x48, 0x44, 0x52, + 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x10, 0x08, 0x06, 0x00, 0x00, 0x00, 0x1f, 0xf3, 0xff, + 0x61, 0x00, 0x00, 0x00, 0x87, 0x49, 0x44, 0x41, 0x54, 0x38, 0xcb, 0x63, 0xf8, 0xff, 0xff, 0x3f, + 0x03, 0x25, 0x18, 0x42, 0x30, 0x30, 0xf0, 0x03, 0xb1, 0x24, 0x25, 0x06, 0x54, 0x00, 0xf1, 0x09, + 0xac, 0x0a, 0x18, 0x18, 0xe4, 0xc8, 0x36, 0x00, 0x08, 0x12, 0x81, 0xf8, 0x35, 0xc9, 0x06, 0x40, + 0xbd, 0xb4, 0x02, 0x88, 0x41, 0x9c, 0x1f, 0x24, 0x19, 0x00, 0x04, 0x96, 0x40, 0x7c, 0x1f, 0x88, + 0xef, 0x00, 0x71, 0x2d, 0x49, 0x06, 0x00, 0x71, 0x0d, 0x10, 0xff, 0x06, 0xe2, 0xc5, 0x40, 0xcc, + 0x0b, 0xc4, 0x1e, 0xc4, 0x1a, 0x50, 0x05, 0xc4, 0x5f, 0x81, 0xf8, 0x3b, 0x10, 0xcf, 0x03, 0xe2, + 0x0c, 0x28, 0x9e, 0x0c, 0x35, 0x30, 0x03, 0x1d, 0x63, 0x73, 0xc1, 0x27, 0x20, 0xbe, 0x0b, 0xc4, + 0x37, 0x90, 0xf0, 0x2d, 0x20, 0xbe, 0x87, 0x26, 0x06, 0xc6, 0x44, 0x47, 0x23, 0xc5, 0xe9, 0x60, + 0x04, 0x19, 0x60, 0x0f, 0xc4, 0x59, 0x64, 0x1b, 0x40, 0x09, 0x06, 0x00, 0xdf, 0xf8, 0x5c, 0x4d, + 0xa5, 0xde, 0x39, 0xf5, 0x00, 0x00, 0x00, 0x00, 0x49, 0x45, 0x4e, 0x44, 0xae, 0x42, 0x60, 0x82, +}; + +const BITMAP_OPAQUE pinshape_active_low_input_xpm[1] = {{ png, sizeof( png ), "pinshape_active_low_input_xpm" }}; + +//EOF diff --git a/bitmaps_png/cpp_16/pinshape_active_low_output.cpp b/bitmaps_png/cpp_16/pinshape_active_low_output.cpp new file mode 100644 index 0000000000..f6d1118e1e --- /dev/null +++ b/bitmaps_png/cpp_16/pinshape_active_low_output.cpp @@ -0,0 +1,25 @@ + +/* Do not modify this file, it was automatically generated by the + * PNG2cpp CMake script, using a *.png file as input. + */ + +#include "bitmaps.h" + +static const unsigned char png[] = { + 0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a, 0x00, 0x00, 0x00, 0x0d, 0x49, 0x48, 0x44, 0x52, + 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x10, 0x08, 0x06, 0x00, 0x00, 0x00, 0x1f, 0xf3, 0xff, + 0x61, 0x00, 0x00, 0x00, 0x83, 0x49, 0x44, 0x41, 0x54, 0x38, 0xcb, 0x63, 0xf8, 0xff, 0xff, 0x3f, + 0x03, 0x25, 0x18, 0x42, 0x30, 0x30, 0xf0, 0x03, 0xb1, 0x24, 0x25, 0x06, 0xb4, 0x01, 0xf1, 0x49, + 0x4a, 0x0c, 0x58, 0x0d, 0xc4, 0x9f, 0x81, 0x58, 0x99, 0x12, 0x03, 0x40, 0x8c, 0x4f, 0x40, 0x1c, + 0x43, 0xae, 0x01, 0x3f, 0x81, 0xb8, 0x1a, 0x88, 0x7f, 0x03, 0xf1, 0x62, 0x20, 0xe6, 0x25, 0xd5, + 0x80, 0x1f, 0x50, 0xb6, 0x25, 0x10, 0xdf, 0x07, 0xe2, 0x3b, 0x40, 0x6c, 0x46, 0x8a, 0x01, 0xbf, + 0x80, 0x38, 0x03, 0x8a, 0x0b, 0x81, 0xf8, 0x34, 0x10, 0xff, 0x05, 0xe2, 0x85, 0x48, 0xe2, 0x70, + 0x8c, 0x6e, 0x40, 0x03, 0x10, 0xbf, 0x01, 0xe2, 0x1b, 0x68, 0xf8, 0x39, 0x10, 0xdf, 0xc3, 0x22, + 0x7e, 0x03, 0xdd, 0x80, 0x0a, 0x20, 0x3e, 0x41, 0x49, 0x34, 0x8e, 0x1a, 0xc0, 0xc0, 0x60, 0x0f, + 0xc4, 0x59, 0x64, 0x1b, 0x40, 0x09, 0x06, 0x00, 0x50, 0x19, 0x6d, 0xa6, 0xf9, 0x1b, 0x26, 0x1f, + 0x00, 0x00, 0x00, 0x00, 0x49, 0x45, 0x4e, 0x44, 0xae, 0x42, 0x60, 0x82, +}; + +const BITMAP_OPAQUE pinshape_active_low_output_xpm[1] = {{ png, sizeof( png ), "pinshape_active_low_output_xpm" }}; + +//EOF diff --git a/bitmaps_png/cpp_16/pinshape_clock_active_low.cpp b/bitmaps_png/cpp_16/pinshape_clock_active_low.cpp new file mode 100644 index 0000000000..a09f0e6d61 --- /dev/null +++ b/bitmaps_png/cpp_16/pinshape_clock_active_low.cpp @@ -0,0 +1,30 @@ + +/* Do not modify this file, it was automatically generated by the + * PNG2cpp CMake script, using a *.png file as input. + */ + +#include "bitmaps.h" + +static const unsigned char png[] = { + 0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a, 0x00, 0x00, 0x00, 0x0d, 0x49, 0x48, 0x44, 0x52, + 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x10, 0x08, 0x06, 0x00, 0x00, 0x00, 0x1f, 0xf3, 0xff, + 0x61, 0x00, 0x00, 0x00, 0xcf, 0x49, 0x44, 0x41, 0x54, 0x38, 0xcb, 0x63, 0xf8, 0xff, 0xff, 0x3f, + 0x03, 0x0c, 0x03, 0x01, 0x2b, 0x10, 0xf3, 0x23, 0x8b, 0x11, 0xc2, 0x0c, 0x68, 0x06, 0x04, 0x00, + 0xf1, 0x07, 0x9a, 0x18, 0x00, 0x04, 0xc6, 0x40, 0x2c, 0x44, 0xc8, 0x80, 0x66, 0x20, 0xfe, 0x82, + 0x26, 0xc6, 0x08, 0xc4, 0x25, 0x40, 0xfc, 0x13, 0x88, 0x15, 0x70, 0x1a, 0x00, 0x92, 0x04, 0x69, + 0x06, 0xe2, 0xef, 0x48, 0x62, 0x12, 0x40, 0xbc, 0x13, 0xaa, 0xf9, 0x3f, 0x4e, 0x03, 0xa0, 0x81, + 0x77, 0x02, 0x88, 0x2f, 0xc1, 0xbc, 0x00, 0x04, 0x5e, 0x40, 0xfc, 0x12, 0x2a, 0xee, 0x44, 0xc8, + 0x80, 0x1e, 0xa8, 0xe2, 0x44, 0x90, 0x01, 0x40, 0xdc, 0x0f, 0xc4, 0x7f, 0x80, 0xb8, 0x15, 0x88, + 0x59, 0xa0, 0xae, 0xc3, 0x6e, 0x00, 0x10, 0xf8, 0x00, 0xf1, 0x5f, 0x20, 0x76, 0x83, 0x06, 0xe2, + 0x1f, 0xa8, 0x57, 0x36, 0x01, 0xf1, 0x0c, 0x28, 0x5e, 0x02, 0xf5, 0xc6, 0x12, 0x24, 0x31, 0x10, + 0x16, 0x06, 0x19, 0x10, 0x08, 0xc4, 0xbf, 0x81, 0xd8, 0x06, 0x6a, 0xc0, 0x77, 0x20, 0x5e, 0x0e, + 0xc4, 0x0b, 0x88, 0xc0, 0x22, 0x30, 0x67, 0x4c, 0x01, 0xe2, 0xc7, 0x40, 0x1c, 0x4b, 0x56, 0x3a, + 0x00, 0x02, 0x76, 0x20, 0xbe, 0x00, 0xc4, 0xa7, 0xc8, 0x4e, 0x48, 0x40, 0xa0, 0x01, 0x75, 0xfe, + 0x77, 0x4a, 0x52, 0x62, 0x17, 0x10, 0x7f, 0x1e, 0x9c, 0x79, 0x81, 0x58, 0x03, 0x40, 0x81, 0x29, + 0x46, 0x8a, 0x01, 0x00, 0xda, 0x3d, 0x19, 0x8b, 0xea, 0x92, 0xdc, 0x1d, 0x00, 0x00, 0x00, 0x00, + 0x49, 0x45, 0x4e, 0x44, 0xae, 0x42, 0x60, 0x82, +}; + +const BITMAP_OPAQUE pinshape_clock_active_low_xpm[1] = {{ png, sizeof( png ), "pinshape_clock_active_low_xpm" }}; + +//EOF diff --git a/bitmaps_png/cpp_16/pinshape_clock_fall.cpp b/bitmaps_png/cpp_16/pinshape_clock_fall.cpp new file mode 100644 index 0000000000..a9112440d0 --- /dev/null +++ b/bitmaps_png/cpp_16/pinshape_clock_fall.cpp @@ -0,0 +1,25 @@ + +/* Do not modify this file, it was automatically generated by the + * PNG2cpp CMake script, using a *.png file as input. + */ + +#include "bitmaps.h" + +static const unsigned char png[] = { + 0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a, 0x00, 0x00, 0x00, 0x0d, 0x49, 0x48, 0x44, 0x52, + 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x10, 0x08, 0x06, 0x00, 0x00, 0x00, 0x1f, 0xf3, 0xff, + 0x61, 0x00, 0x00, 0x00, 0x84, 0x49, 0x44, 0x41, 0x54, 0x38, 0xcb, 0x63, 0xf8, 0xff, 0xff, 0x3f, + 0x03, 0x0c, 0x03, 0x01, 0x2b, 0x10, 0xf3, 0x23, 0x8b, 0x11, 0xc2, 0x0c, 0x68, 0x06, 0x04, 0x00, + 0xf1, 0x87, 0x01, 0x37, 0xe0, 0x1b, 0x10, 0x2b, 0x92, 0x6b, 0x40, 0x20, 0x10, 0xff, 0x06, 0xe2, + 0x93, 0xa0, 0xf0, 0x20, 0xd7, 0x05, 0x1f, 0x81, 0xf8, 0x05, 0x10, 0xf7, 0x92, 0x1d, 0x06, 0x40, + 0xec, 0x0a, 0xc4, 0x7f, 0x80, 0xd8, 0x97, 0xec, 0x40, 0x04, 0x82, 0x16, 0x20, 0xfe, 0x0c, 0xc4, + 0x4b, 0x80, 0x78, 0x06, 0x16, 0xac, 0x4f, 0xc8, 0x80, 0x4a, 0x20, 0xfe, 0x02, 0xc4, 0x6b, 0x80, + 0x78, 0x01, 0x16, 0x6c, 0x84, 0xcf, 0x0b, 0x56, 0xd0, 0xc0, 0x0c, 0x22, 0x37, 0x10, 0x1f, 0x02, + 0xf1, 0x14, 0x72, 0x03, 0xf1, 0x17, 0x10, 0x9f, 0x07, 0x62, 0x76, 0x4a, 0x12, 0x92, 0xda, 0xd0, + 0xcd, 0x0b, 0xec, 0x40, 0x2c, 0x46, 0x8a, 0x01, 0x00, 0x02, 0x14, 0x5c, 0x51, 0xec, 0x22, 0x42, + 0xdf, 0x00, 0x00, 0x00, 0x00, 0x49, 0x45, 0x4e, 0x44, 0xae, 0x42, 0x60, 0x82, +}; + +const BITMAP_OPAQUE pinshape_clock_fall_xpm[1] = {{ png, sizeof( png ), "pinshape_clock_fall_xpm" }}; + +//EOF diff --git a/bitmaps_png/cpp_16/pinshape_clock_invert.cpp b/bitmaps_png/cpp_16/pinshape_clock_invert.cpp new file mode 100644 index 0000000000..bcc8e79f1e --- /dev/null +++ b/bitmaps_png/cpp_16/pinshape_clock_invert.cpp @@ -0,0 +1,32 @@ + +/* Do not modify this file, it was automatically generated by the + * PNG2cpp CMake script, using a *.png file as input. + */ + +#include "bitmaps.h" + +static const unsigned char png[] = { + 0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a, 0x00, 0x00, 0x00, 0x0d, 0x49, 0x48, 0x44, 0x52, + 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x10, 0x08, 0x06, 0x00, 0x00, 0x00, 0x1f, 0xf3, 0xff, + 0x61, 0x00, 0x00, 0x00, 0xee, 0x49, 0x44, 0x41, 0x54, 0x38, 0xcb, 0xc5, 0xd2, 0xbf, 0x0b, 0x01, + 0x61, 0x1c, 0xc7, 0xf1, 0xfb, 0xd9, 0x95, 0x0c, 0x16, 0x13, 0x56, 0x46, 0xb3, 0x8d, 0xdd, 0xa0, + 0x9b, 0x25, 0x65, 0x61, 0x13, 0x32, 0xf8, 0x1b, 0xfc, 0x0d, 0xfe, 0x01, 0x83, 0xb2, 0x2b, 0x65, + 0xf1, 0x4f, 0x90, 0x6c, 0x62, 0x20, 0xba, 0x3a, 0xc5, 0x79, 0x7f, 0xeb, 0x52, 0xae, 0xc4, 0xb9, + 0xc1, 0x53, 0xaf, 0x7a, 0x9e, 0xee, 0xf9, 0x7e, 0xee, 0xdb, 0xf3, 0x3c, 0x8a, 0xe7, 0x79, 0x4a, + 0x14, 0xaf, 0x0b, 0x45, 0x29, 0x61, 0x11, 0x25, 0xa0, 0x82, 0x63, 0x94, 0x80, 0x16, 0x4e, 0x3f, + 0x05, 0x30, 0x62, 0xd8, 0xc2, 0xfd, 0x35, 0x60, 0x84, 0x9d, 0x74, 0x00, 0x4b, 0xd7, 0xf5, 0x9a, + 0x61, 0x18, 0x43, 0xd3, 0x34, 0xf3, 0x1f, 0x03, 0x18, 0x55, 0x5c, 0xd1, 0x97, 0x00, 0x8a, 0x57, + 0x14, 0x9f, 0xb0, 0x84, 0x87, 0xce, 0xdb, 0x00, 0x46, 0x0e, 0x67, 0xf4, 0xe4, 0x10, 0x35, 0x4d, + 0x73, 0x28, 0x38, 0x30, 0x4f, 0xc8, 0x06, 0x3a, 0x68, 0xb3, 0xde, 0xb3, 0x6e, 0xa0, 0x1e, 0x10, + 0x97, 0x80, 0xae, 0xff, 0xf7, 0x8c, 0x1f, 0xe0, 0x52, 0xf0, 0xbc, 0x4a, 0xe6, 0x05, 0xe9, 0x42, + 0x55, 0xd5, 0x35, 0xdf, 0x37, 0x01, 0x69, 0x09, 0xd0, 0x30, 0x97, 0xfb, 0x87, 0xcd, 0xc6, 0xb3, + 0xdf, 0xf6, 0x00, 0x45, 0x09, 0xc3, 0xec, 0xd3, 0x19, 0xa4, 0x20, 0x6d, 0x8f, 0xe5, 0x1d, 0xd0, + 0x76, 0x13, 0x1b, 0x0a, 0xef, 0x98, 0x5a, 0x96, 0x95, 0xfd, 0xe6, 0x16, 0xca, 0xb8, 0xe1, 0xe2, + 0xaf, 0x75, 0x24, 0xc3, 0x3e, 0xa4, 0x09, 0x9c, 0xbf, 0x3e, 0xe5, 0xc8, 0x01, 0x72, 0x98, 0x76, + 0x98, 0x80, 0x07, 0x36, 0x36, 0x30, 0x4d, 0x0f, 0x1f, 0xb4, 0x0f, 0x00, 0x00, 0x00, 0x00, 0x49, + 0x45, 0x4e, 0x44, 0xae, 0x42, 0x60, 0x82, +}; + +const BITMAP_OPAQUE pinshape_clock_invert_xpm[1] = {{ png, sizeof( png ), "pinshape_clock_invert_xpm" }}; + +//EOF diff --git a/bitmaps_png/cpp_16/pinshape_clock_normal.cpp b/bitmaps_png/cpp_16/pinshape_clock_normal.cpp new file mode 100644 index 0000000000..978d504d77 --- /dev/null +++ b/bitmaps_png/cpp_16/pinshape_clock_normal.cpp @@ -0,0 +1,26 @@ + +/* Do not modify this file, it was automatically generated by the + * PNG2cpp CMake script, using a *.png file as input. + */ + +#include "bitmaps.h" + +static const unsigned char png[] = { + 0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a, 0x00, 0x00, 0x00, 0x0d, 0x49, 0x48, 0x44, 0x52, + 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x10, 0x08, 0x06, 0x00, 0x00, 0x00, 0x1f, 0xf3, 0xff, + 0x61, 0x00, 0x00, 0x00, 0x89, 0x49, 0x44, 0x41, 0x54, 0x38, 0xcb, 0x63, 0xf8, 0xff, 0xff, 0x3f, + 0x03, 0x0c, 0x03, 0x01, 0x2b, 0x10, 0xf3, 0x23, 0x8b, 0x11, 0xc2, 0x0c, 0x68, 0x06, 0x04, 0x00, + 0xf1, 0x87, 0x01, 0x35, 0xa0, 0x19, 0x88, 0xbf, 0x90, 0x65, 0x00, 0x10, 0x28, 0x80, 0x34, 0x03, + 0xf1, 0x77, 0x92, 0x0d, 0x80, 0x06, 0xde, 0x09, 0x20, 0xbe, 0x44, 0x96, 0x17, 0x80, 0xa0, 0x07, + 0x88, 0x5f, 0x02, 0x71, 0x22, 0xc9, 0x06, 0x00, 0x81, 0x0f, 0x10, 0xff, 0x05, 0x62, 0x37, 0x68, + 0x20, 0x82, 0xbc, 0xb1, 0x80, 0x08, 0xac, 0x01, 0x33, 0x20, 0x10, 0x88, 0x7f, 0x03, 0xb1, 0x0d, + 0x59, 0x06, 0x40, 0x4d, 0x99, 0x02, 0xc4, 0x8f, 0x81, 0x38, 0x96, 0xdc, 0x30, 0x60, 0x07, 0xe2, + 0x0b, 0x40, 0x7c, 0x8a, 0xec, 0x74, 0x00, 0x72, 0x12, 0x28, 0x0a, 0xc9, 0x8a, 0x46, 0x24, 0x43, + 0xba, 0x80, 0xf8, 0xf3, 0xd0, 0xce, 0x0b, 0xa0, 0xc0, 0x14, 0x23, 0xc5, 0x00, 0x00, 0xae, 0xce, + 0x5a, 0x0a, 0x5d, 0x87, 0x1a, 0x70, 0x00, 0x00, 0x00, 0x00, 0x49, 0x45, 0x4e, 0x44, 0xae, 0x42, + 0x60, 0x82, +}; + +const BITMAP_OPAQUE pinshape_clock_normal_xpm[1] = {{ png, sizeof( png ), "pinshape_clock_normal_xpm" }}; + +//EOF diff --git a/bitmaps_png/cpp_16/pinshape_invert.cpp b/bitmaps_png/cpp_16/pinshape_invert.cpp new file mode 100644 index 0000000000..0ed80ba48a --- /dev/null +++ b/bitmaps_png/cpp_16/pinshape_invert.cpp @@ -0,0 +1,27 @@ + +/* Do not modify this file, it was automatically generated by the + * PNG2cpp CMake script, using a *.png file as input. + */ + +#include "bitmaps.h" + +static const unsigned char png[] = { + 0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a, 0x00, 0x00, 0x00, 0x0d, 0x49, 0x48, 0x44, 0x52, + 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x10, 0x08, 0x06, 0x00, 0x00, 0x00, 0x1f, 0xf3, 0xff, + 0x61, 0x00, 0x00, 0x00, 0xa6, 0x49, 0x44, 0x41, 0x54, 0x38, 0xcb, 0x63, 0xf8, 0xff, 0xff, 0x3f, + 0x03, 0x25, 0x18, 0xc1, 0x60, 0x60, 0x70, 0x04, 0xe2, 0xc3, 0x94, 0x18, 0x10, 0x00, 0xc4, 0x1f, + 0x86, 0x81, 0x01, 0x40, 0xcc, 0xce, 0xcc, 0xcc, 0x1c, 0xc7, 0xc2, 0xc2, 0xd2, 0xc3, 0xca, 0xca, + 0xaa, 0x4f, 0xaa, 0x01, 0x1f, 0x81, 0x9a, 0xef, 0x02, 0x35, 0x7f, 0x04, 0xe2, 0x13, 0x40, 0xfc, + 0x1f, 0x88, 0x8b, 0x88, 0x36, 0x80, 0x89, 0x89, 0xe9, 0x1b, 0x50, 0xc3, 0x1b, 0x20, 0x5b, 0x00, + 0x24, 0x06, 0x74, 0x41, 0x01, 0x90, 0xff, 0x1a, 0xc8, 0x4f, 0x06, 0xe2, 0x04, 0x2c, 0x98, 0x0d, + 0xdd, 0x80, 0x9f, 0x40, 0x0d, 0xf0, 0xa8, 0x04, 0xb2, 0x2d, 0x41, 0xae, 0x60, 0x64, 0x64, 0xbc, + 0x07, 0x94, 0x7f, 0x80, 0x05, 0xf3, 0xa1, 0x18, 0x00, 0x54, 0xf8, 0x19, 0xea, 0xec, 0x2a, 0x20, + 0x76, 0x00, 0x19, 0x06, 0xc4, 0x7b, 0x49, 0x0a, 0x44, 0xa0, 0xb3, 0x33, 0x80, 0xf8, 0x01, 0x50, + 0xe3, 0x3f, 0x20, 0xde, 0xc4, 0xce, 0xce, 0xae, 0x46, 0x72, 0x34, 0x02, 0x01, 0x33, 0x10, 0x8b, + 0x8e, 0xc0, 0x94, 0x28, 0x0d, 0xc4, 0x41, 0xa4, 0x1a, 0x00, 0x00, 0x01, 0x7c, 0x50, 0x79, 0xd4, + 0x62, 0xd6, 0x58, 0x00, 0x00, 0x00, 0x00, 0x49, 0x45, 0x4e, 0x44, 0xae, 0x42, 0x60, 0x82, +}; + +const BITMAP_OPAQUE pinshape_invert_xpm[1] = {{ png, sizeof( png ), "pinshape_invert_xpm" }}; + +//EOF diff --git a/bitmaps_png/cpp_16/pinshape_nonlogic.cpp b/bitmaps_png/cpp_16/pinshape_nonlogic.cpp new file mode 100644 index 0000000000..981d09455a --- /dev/null +++ b/bitmaps_png/cpp_16/pinshape_nonlogic.cpp @@ -0,0 +1,29 @@ + +/* Do not modify this file, it was automatically generated by the + * PNG2cpp CMake script, using a *.png file as input. + */ + +#include "bitmaps.h" + +static const unsigned char png[] = { + 0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a, 0x00, 0x00, 0x00, 0x0d, 0x49, 0x48, 0x44, 0x52, + 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x10, 0x08, 0x06, 0x00, 0x00, 0x00, 0x1f, 0xf3, 0xff, + 0x61, 0x00, 0x00, 0x00, 0xc6, 0x49, 0x44, 0x41, 0x54, 0x38, 0xcb, 0xcd, 0xd2, 0x4d, 0x0b, 0x01, + 0x41, 0x1c, 0xc7, 0xf1, 0x51, 0x1c, 0xe5, 0x44, 0xca, 0x1b, 0x58, 0xce, 0xce, 0x92, 0x8b, 0xab, + 0x8b, 0x72, 0xd0, 0xba, 0xc8, 0xc5, 0xeb, 0x50, 0x2e, 0xb2, 0x17, 0xef, 0xc1, 0xc1, 0x49, 0x79, + 0x03, 0x2e, 0xf2, 0x02, 0x14, 0xe5, 0xac, 0x38, 0x4b, 0xe4, 0x61, 0x7c, 0xa7, 0x46, 0x89, 0xd9, + 0x66, 0x6a, 0x4b, 0x7e, 0xf5, 0xa9, 0x6d, 0xdb, 0xfd, 0xf5, 0x9f, 0x07, 0x21, 0xa5, 0x14, 0x51, + 0x7c, 0xbf, 0x10, 0x62, 0x89, 0x62, 0x94, 0x82, 0x33, 0xca, 0xbf, 0x2b, 0x20, 0x79, 0xcc, 0x90, + 0xfa, 0x2c, 0x20, 0x6d, 0xf8, 0xb6, 0x82, 0x34, 0x56, 0x58, 0x20, 0xf9, 0x2a, 0x40, 0x17, 0x37, + 0x74, 0xac, 0x4b, 0x20, 0x59, 0x6c, 0x30, 0xd7, 0x05, 0x23, 0xfd, 0x73, 0xcb, 0x79, 0x0f, 0x48, + 0x0e, 0x5b, 0x3c, 0x70, 0xc7, 0x00, 0xb5, 0x10, 0x25, 0xe3, 0x26, 0x92, 0x00, 0xea, 0xe1, 0xa2, + 0x27, 0x5a, 0x87, 0x18, 0x9b, 0x26, 0xe8, 0xeb, 0xf1, 0xaf, 0x38, 0x60, 0x8a, 0x84, 0xd3, 0x12, + 0xc8, 0x10, 0x27, 0x54, 0x75, 0x49, 0x13, 0x3b, 0x4c, 0x10, 0xb7, 0x9d, 0x42, 0x03, 0x47, 0x54, + 0xde, 0x8f, 0x11, 0x1e, 0xf6, 0xe8, 0xd9, 0x0a, 0x62, 0xea, 0x63, 0xd3, 0x45, 0x22, 0x05, 0x75, + 0xcc, 0x7f, 0x7e, 0x95, 0x0d, 0x05, 0x75, 0x64, 0x5c, 0x0b, 0x9e, 0x06, 0xb7, 0x2c, 0x32, 0xef, + 0x38, 0xa9, 0x11, 0x00, 0x00, 0x00, 0x00, 0x49, 0x45, 0x4e, 0x44, 0xae, 0x42, 0x60, 0x82, +}; + +const BITMAP_OPAQUE pinshape_nonlogic_xpm[1] = {{ png, sizeof( png ), "pinshape_nonlogic_xpm" }}; + +//EOF diff --git a/bitmaps_png/cpp_16/pinshape_normal.cpp b/bitmaps_png/cpp_16/pinshape_normal.cpp new file mode 100644 index 0000000000..f5287390d6 --- /dev/null +++ b/bitmaps_png/cpp_16/pinshape_normal.cpp @@ -0,0 +1,21 @@ + +/* Do not modify this file, it was automatically generated by the + * PNG2cpp CMake script, using a *.png file as input. + */ + +#include "bitmaps.h" + +static const unsigned char png[] = { + 0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a, 0x00, 0x00, 0x00, 0x0d, 0x49, 0x48, 0x44, 0x52, + 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x10, 0x08, 0x06, 0x00, 0x00, 0x00, 0x1f, 0xf3, 0xff, + 0x61, 0x00, 0x00, 0x00, 0x3c, 0x49, 0x44, 0x41, 0x54, 0x38, 0xcb, 0x63, 0xf8, 0xff, 0xff, 0x3f, + 0x03, 0x25, 0x18, 0xc1, 0x60, 0x60, 0x70, 0x04, 0xe2, 0xc3, 0x94, 0x18, 0x10, 0x00, 0xc4, 0x1f, + 0x46, 0x0d, 0xa0, 0xdc, 0x80, 0x4f, 0x40, 0x9c, 0x40, 0x24, 0x96, 0xc3, 0x66, 0xc0, 0x17, 0x20, + 0x7e, 0x40, 0x24, 0x76, 0x1b, 0x8d, 0x85, 0xc1, 0x68, 0x80, 0x34, 0x10, 0x07, 0x91, 0x6a, 0x00, + 0x00, 0xe8, 0x3c, 0x80, 0x56, 0x93, 0x78, 0x10, 0xef, 0x00, 0x00, 0x00, 0x00, 0x49, 0x45, 0x4e, + 0x44, 0xae, 0x42, 0x60, 0x82, +}; + +const BITMAP_OPAQUE pinshape_normal_xpm[1] = {{ png, sizeof( png ), "pinshape_normal_xpm" }}; + +//EOF diff --git a/bitmaps_png/cpp_16/pintype_3states.cpp b/bitmaps_png/cpp_16/pintype_3states.cpp new file mode 100644 index 0000000000..d2a3967364 --- /dev/null +++ b/bitmaps_png/cpp_16/pintype_3states.cpp @@ -0,0 +1,26 @@ + +/* Do not modify this file, it was automatically generated by the + * PNG2cpp CMake script, using a *.png file as input. + */ + +#include "bitmaps.h" + +static const unsigned char png[] = { + 0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a, 0x00, 0x00, 0x00, 0x0d, 0x49, 0x48, 0x44, 0x52, + 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x10, 0x08, 0x06, 0x00, 0x00, 0x00, 0x1f, 0xf3, 0xff, + 0x61, 0x00, 0x00, 0x00, 0x95, 0x49, 0x44, 0x41, 0x54, 0x38, 0xcb, 0x63, 0xf8, 0xff, 0xff, 0x3f, + 0x03, 0x25, 0x98, 0x61, 0xe0, 0x0d, 0x00, 0x02, 0x21, 0x20, 0x5e, 0x87, 0x24, 0x50, 0x0e, 0xc4, + 0x33, 0x70, 0xe0, 0x76, 0x20, 0x66, 0x83, 0xaa, 0x9b, 0x00, 0xc4, 0x06, 0x20, 0x86, 0x04, 0x10, + 0xbf, 0x40, 0x32, 0x40, 0x15, 0x88, 0x9f, 0x02, 0x71, 0x06, 0x10, 0x3b, 0x40, 0x71, 0x0c, 0x10, + 0xbf, 0x02, 0x62, 0x0b, 0x24, 0x75, 0x07, 0xa0, 0x72, 0xa8, 0x06, 0x40, 0x25, 0xf5, 0x81, 0xf8, + 0x32, 0x10, 0xcb, 0x03, 0xb1, 0x18, 0x10, 0x9f, 0x03, 0x62, 0x7b, 0x34, 0x35, 0xb8, 0x0d, 0x80, + 0x2a, 0xb0, 0x02, 0xe2, 0xf3, 0x40, 0x7c, 0x12, 0x88, 0xdd, 0xb0, 0xc8, 0xa3, 0x18, 0xf0, 0x0e, + 0x88, 0x2b, 0xb0, 0xe0, 0x79, 0x40, 0xbc, 0x10, 0x87, 0xdc, 0x65, 0x74, 0x03, 0x3a, 0x48, 0xc4, + 0xd7, 0xf0, 0x7a, 0x81, 0x88, 0xe8, 0x3b, 0x30, 0x78, 0x0c, 0x10, 0x06, 0xe2, 0x3d, 0x64, 0x18, + 0x30, 0x07, 0x88, 0x4d, 0x18, 0x86, 0x7e, 0x66, 0x02, 0x00, 0x7a, 0x91, 0x19, 0x33, 0xf7, 0x70, + 0x3a, 0x03, 0x00, 0x00, 0x00, 0x00, 0x49, 0x45, 0x4e, 0x44, 0xae, 0x42, 0x60, 0x82, +}; + +const BITMAP_OPAQUE pintype_3states_xpm[1] = {{ png, sizeof( png ), "pintype_3states_xpm" }}; + +//EOF diff --git a/bitmaps_png/cpp_16/pintype_bidi.cpp b/bitmaps_png/cpp_16/pintype_bidi.cpp new file mode 100644 index 0000000000..2fb289f134 --- /dev/null +++ b/bitmaps_png/cpp_16/pintype_bidi.cpp @@ -0,0 +1,25 @@ + +/* Do not modify this file, it was automatically generated by the + * PNG2cpp CMake script, using a *.png file as input. + */ + +#include "bitmaps.h" + +static const unsigned char png[] = { + 0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a, 0x00, 0x00, 0x00, 0x0d, 0x49, 0x48, 0x44, 0x52, + 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x10, 0x08, 0x06, 0x00, 0x00, 0x00, 0x1f, 0xf3, 0xff, + 0x61, 0x00, 0x00, 0x00, 0x80, 0x49, 0x44, 0x41, 0x54, 0x38, 0xcb, 0x63, 0xf8, 0xff, 0xff, 0x3f, + 0x03, 0x25, 0x98, 0x61, 0x98, 0x19, 0x00, 0x04, 0x81, 0x40, 0x5c, 0x86, 0x53, 0x31, 0x03, 0x83, + 0x0f, 0x10, 0x57, 0x61, 0x35, 0x00, 0x2a, 0xf9, 0x02, 0x88, 0xf5, 0xf1, 0x18, 0x20, 0x06, 0xc4, + 0x37, 0x80, 0xb8, 0x18, 0xc5, 0x00, 0x20, 0x70, 0x07, 0xe2, 0x97, 0x40, 0x6c, 0x42, 0xd0, 0xc9, + 0x0c, 0x0c, 0xd2, 0x40, 0x7c, 0x17, 0x88, 0xb3, 0xa0, 0x7c, 0x06, 0x27, 0x20, 0x7e, 0x07, 0xc4, + 0xd3, 0x80, 0xb8, 0x82, 0x48, 0xdc, 0x09, 0xc4, 0xaf, 0x80, 0x38, 0x19, 0x66, 0xc0, 0x7b, 0x20, + 0x5e, 0x0c, 0xc4, 0x1d, 0x44, 0xe2, 0xe9, 0x40, 0xfc, 0x1a, 0x6c, 0x00, 0xc5, 0x5e, 0x20, 0x31, + 0x10, 0xc5, 0xb1, 0x06, 0x22, 0x5a, 0x34, 0xf6, 0xe0, 0x31, 0x20, 0x11, 0x88, 0xab, 0x87, 0x73, + 0x52, 0x26, 0x07, 0x03, 0x00, 0xbd, 0xfb, 0x5d, 0x8f, 0x45, 0x70, 0x49, 0x8f, 0x00, 0x00, 0x00, + 0x00, 0x49, 0x45, 0x4e, 0x44, 0xae, 0x42, 0x60, 0x82, +}; + +const BITMAP_OPAQUE pintype_bidi_xpm[1] = {{ png, sizeof( png ), "pintype_bidi_xpm" }}; + +//EOF diff --git a/bitmaps_png/cpp_16/pintype_input.cpp b/bitmaps_png/cpp_16/pintype_input.cpp new file mode 100644 index 0000000000..1042aaea03 --- /dev/null +++ b/bitmaps_png/cpp_16/pintype_input.cpp @@ -0,0 +1,24 @@ + +/* Do not modify this file, it was automatically generated by the + * PNG2cpp CMake script, using a *.png file as input. + */ + +#include "bitmaps.h" + +static const unsigned char png[] = { + 0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a, 0x00, 0x00, 0x00, 0x0d, 0x49, 0x48, 0x44, 0x52, + 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x10, 0x08, 0x06, 0x00, 0x00, 0x00, 0x1f, 0xf3, 0xff, + 0x61, 0x00, 0x00, 0x00, 0x71, 0x49, 0x44, 0x41, 0x54, 0x38, 0xcb, 0x63, 0xf8, 0xff, 0xff, 0x3f, + 0x03, 0x25, 0x98, 0x3c, 0x4d, 0x0c, 0x0c, 0x86, 0x40, 0x1c, 0x47, 0x89, 0x01, 0x11, 0x40, 0xbc, + 0x82, 0x7e, 0x06, 0x00, 0x41, 0x13, 0x10, 0xbb, 0x50, 0x62, 0x80, 0x15, 0x10, 0xbf, 0x04, 0x62, + 0x5b, 0xb2, 0xbd, 0x00, 0x04, 0x8e, 0x50, 0x43, 0xcc, 0xb1, 0x1a, 0x00, 0x04, 0x52, 0x40, 0x5c, + 0x41, 0x00, 0xcf, 0x07, 0xe2, 0xb7, 0x40, 0x5c, 0x89, 0xcd, 0x00, 0x59, 0x20, 0xee, 0x20, 0x80, + 0x57, 0x01, 0xf1, 0x3b, 0xac, 0x06, 0x10, 0xe1, 0x05, 0x27, 0xbc, 0x5e, 0x20, 0xa0, 0xd9, 0x9a, + 0xa2, 0x40, 0x04, 0x82, 0x99, 0x14, 0x45, 0xe3, 0xc0, 0xa7, 0x44, 0x2c, 0x06, 0x80, 0x02, 0x32, + 0x93, 0x6c, 0x03, 0x90, 0x31, 0x00, 0xdf, 0xac, 0x57, 0xd8, 0x53, 0x52, 0xaf, 0xe2, 0x00, 0x00, + 0x00, 0x00, 0x49, 0x45, 0x4e, 0x44, 0xae, 0x42, 0x60, 0x82, +}; + +const BITMAP_OPAQUE pintype_input_xpm[1] = {{ png, sizeof( png ), "pintype_input_xpm" }}; + +//EOF diff --git a/bitmaps_png/cpp_16/pintype_noconnect.cpp b/bitmaps_png/cpp_16/pintype_noconnect.cpp new file mode 100644 index 0000000000..1ed6b1aa9c --- /dev/null +++ b/bitmaps_png/cpp_16/pintype_noconnect.cpp @@ -0,0 +1,32 @@ + +/* Do not modify this file, it was automatically generated by the + * PNG2cpp CMake script, using a *.png file as input. + */ + +#include "bitmaps.h" + +static const unsigned char png[] = { + 0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a, 0x00, 0x00, 0x00, 0x0d, 0x49, 0x48, 0x44, 0x52, + 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x10, 0x08, 0x06, 0x00, 0x00, 0x00, 0x1f, 0xf3, 0xff, + 0x61, 0x00, 0x00, 0x00, 0xee, 0x49, 0x44, 0x41, 0x54, 0x38, 0xcb, 0x63, 0xf8, 0xff, 0xff, 0x3f, + 0x03, 0x25, 0x98, 0x3c, 0x4d, 0x0c, 0x0c, 0x86, 0x40, 0x1c, 0x47, 0x89, 0x01, 0x11, 0x40, 0xbc, + 0x02, 0x6e, 0x00, 0x83, 0xe0, 0x7f, 0x39, 0x9c, 0x8a, 0xb1, 0xc8, 0xa1, 0x18, 0xc0, 0x20, 0xfa, + 0x5f, 0x82, 0x41, 0xe8, 0xef, 0x17, 0x06, 0xc1, 0x3f, 0x51, 0x98, 0x9a, 0xff, 0x56, 0x00, 0xe5, + 0x9e, 0x31, 0x28, 0xfc, 0xe7, 0xc0, 0xef, 0x02, 0xa1, 0x3f, 0x21, 0x0c, 0xc2, 0x7f, 0x7f, 0x00, + 0xe9, 0x60, 0xb8, 0x22, 0xa1, 0xbf, 0xf9, 0x10, 0x83, 0xff, 0xdb, 0x10, 0xf4, 0x02, 0xc4, 0xb6, + 0x3f, 0x31, 0x60, 0x43, 0x04, 0xff, 0x78, 0x03, 0x6d, 0x4e, 0x07, 0x6a, 0xfe, 0xc6, 0x20, 0xfc, + 0xdb, 0x89, 0xa8, 0x30, 0x40, 0xd8, 0xfa, 0x27, 0x85, 0x41, 0xf0, 0xf7, 0x1f, 0x06, 0xc1, 0x5f, + 0x7f, 0x18, 0x38, 0x4a, 0xe6, 0x03, 0x15, 0x55, 0xe0, 0xc0, 0x93, 0x71, 0x19, 0x10, 0xce, 0x20, + 0xf4, 0xfb, 0x2f, 0x83, 0xe0, 0xcf, 0x3f, 0x0c, 0x6c, 0x09, 0x4b, 0x81, 0x8a, 0x3a, 0x70, 0xe0, + 0xd9, 0x98, 0x5e, 0x10, 0xfe, 0xe3, 0x0f, 0xf5, 0x42, 0x04, 0xd0, 0x0b, 0xa5, 0x40, 0x2f, 0x7c, + 0x62, 0x10, 0xfa, 0x6f, 0x41, 0x5c, 0x34, 0x0a, 0xfd, 0xf6, 0x00, 0x6a, 0xf8, 0x0e, 0x34, 0x24, + 0x01, 0x29, 0x10, 0xeb, 0x80, 0xf8, 0x3d, 0x83, 0xc8, 0x7f, 0x23, 0x22, 0xa3, 0xf1, 0x6f, 0x06, + 0x86, 0x42, 0xe1, 0xbf, 0xed, 0x40, 0xb9, 0xa7, 0x44, 0x44, 0xe3, 0x7f, 0x2d, 0x9c, 0x09, 0x09, + 0x8b, 0x1c, 0xce, 0x58, 0x20, 0x3b, 0x29, 0x93, 0x61, 0x80, 0x39, 0x10, 0x67, 0x92, 0x6d, 0x00, + 0x32, 0x06, 0x00, 0x95, 0x32, 0x54, 0xae, 0xf4, 0x11, 0xa3, 0x55, 0x00, 0x00, 0x00, 0x00, 0x49, + 0x45, 0x4e, 0x44, 0xae, 0x42, 0x60, 0x82, +}; + +const BITMAP_OPAQUE pintype_noconnect_xpm[1] = {{ png, sizeof( png ), "pintype_noconnect_xpm" }}; + +//EOF diff --git a/bitmaps_png/cpp_16/pintype_notspecif.cpp b/bitmaps_png/cpp_16/pintype_notspecif.cpp new file mode 100644 index 0000000000..b17efebf2e --- /dev/null +++ b/bitmaps_png/cpp_16/pintype_notspecif.cpp @@ -0,0 +1,31 @@ + +/* Do not modify this file, it was automatically generated by the + * PNG2cpp CMake script, using a *.png file as input. + */ + +#include "bitmaps.h" + +static const unsigned char png[] = { + 0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a, 0x00, 0x00, 0x00, 0x0d, 0x49, 0x48, 0x44, 0x52, + 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x10, 0x08, 0x06, 0x00, 0x00, 0x00, 0x1f, 0xf3, 0xff, + 0x61, 0x00, 0x00, 0x00, 0xe4, 0x49, 0x44, 0x41, 0x54, 0x38, 0xcb, 0x63, 0xf8, 0xff, 0xff, 0x3f, + 0x03, 0x25, 0x98, 0x61, 0xf0, 0x1a, 0xf0, 0x27, 0x54, 0x2a, 0xfc, 0x77, 0x88, 0xf4, 0xb6, 0xdf, + 0x21, 0x52, 0xe7, 0x80, 0x78, 0xdd, 0x9f, 0x10, 0x09, 0x4f, 0xa2, 0x0d, 0xf8, 0x15, 0x2c, 0x5d, + 0x08, 0xd4, 0xf4, 0xe7, 0x77, 0xb0, 0x64, 0x2f, 0xd0, 0x20, 0xbf, 0x3f, 0xc1, 0xd2, 0x33, 0x81, + 0xfc, 0xbf, 0x40, 0xf1, 0x0c, 0xc2, 0x06, 0x30, 0x30, 0x30, 0x02, 0x15, 0xbf, 0xfc, 0x15, 0x2c, + 0xb5, 0x14, 0x59, 0xfc, 0x77, 0xa8, 0xf4, 0x9a, 0x3f, 0x21, 0x52, 0xf7, 0x08, 0x1b, 0x10, 0xca, + 0xc0, 0x0c, 0x54, 0x6c, 0xf9, 0x3f, 0x42, 0x56, 0x0a, 0xc5, 0x80, 0x10, 0xe9, 0x56, 0xa0, 0xc1, + 0x37, 0xb0, 0x1a, 0x00, 0x04, 0xdd, 0x40, 0x3c, 0x01, 0x17, 0x4e, 0x55, 0xe2, 0x5a, 0xf7, 0x2d, + 0x48, 0xf2, 0x4f, 0x8b, 0x2e, 0xdf, 0x6e, 0x34, 0x39, 0x5e, 0x98, 0x01, 0xb3, 0x81, 0x78, 0x01, + 0x36, 0x9c, 0xa9, 0xcc, 0xbd, 0xf7, 0x7b, 0xb0, 0xe4, 0xdf, 0x49, 0x86, 0xfc, 0x67, 0xb0, 0xc8, + 0xf3, 0xe3, 0x8f, 0xa6, 0x58, 0x71, 0x6e, 0xa0, 0xb3, 0x3f, 0xfc, 0x0e, 0x96, 0x6a, 0x24, 0x2b, + 0x1d, 0xfc, 0x0a, 0x95, 0x31, 0x03, 0x1a, 0xf0, 0xff, 0x7f, 0x90, 0xa4, 0x3c, 0x79, 0x09, 0x29, + 0x54, 0x94, 0xe7, 0x57, 0xa8, 0xb4, 0xc1, 0xff, 0x06, 0x06, 0x26, 0xb2, 0x0c, 0xf8, 0x1d, 0x2a, + 0x65, 0x03, 0xc4, 0x3b, 0x7e, 0x04, 0xcb, 0xa8, 0x92, 0x69, 0x80, 0x84, 0x3d, 0x30, 0xfa, 0x0e, + 0xfc, 0x08, 0x97, 0x56, 0x1b, 0xbc, 0x99, 0x09, 0x00, 0x2e, 0x96, 0x91, 0x84, 0x85, 0xcf, 0x6f, + 0xfe, 0x00, 0x00, 0x00, 0x00, 0x49, 0x45, 0x4e, 0x44, 0xae, 0x42, 0x60, 0x82, +}; + +const BITMAP_OPAQUE pintype_notspecif_xpm[1] = {{ png, sizeof( png ), "pintype_notspecif_xpm" }}; + +//EOF diff --git a/bitmaps_png/cpp_16/pintype_opencoll.cpp b/bitmaps_png/cpp_16/pintype_opencoll.cpp new file mode 100644 index 0000000000..c4f023c380 --- /dev/null +++ b/bitmaps_png/cpp_16/pintype_opencoll.cpp @@ -0,0 +1,29 @@ + +/* Do not modify this file, it was automatically generated by the + * PNG2cpp CMake script, using a *.png file as input. + */ + +#include "bitmaps.h" + +static const unsigned char png[] = { + 0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a, 0x00, 0x00, 0x00, 0x0d, 0x49, 0x48, 0x44, 0x52, + 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x10, 0x08, 0x06, 0x00, 0x00, 0x00, 0x1f, 0xf3, 0xff, + 0x61, 0x00, 0x00, 0x00, 0xc1, 0x49, 0x44, 0x41, 0x54, 0x38, 0xcb, 0xa5, 0xd3, 0x3d, 0x0b, 0x41, + 0x51, 0x1c, 0xc7, 0xf1, 0x63, 0xb5, 0x18, 0x2c, 0x22, 0x2c, 0x26, 0x65, 0x90, 0xe1, 0xae, 0xde, + 0x80, 0xdd, 0x60, 0xa6, 0x0c, 0x36, 0x65, 0xf0, 0x02, 0xbc, 0x04, 0x36, 0x65, 0x95, 0x78, 0x0d, + 0x46, 0x29, 0x8b, 0x24, 0x26, 0x83, 0xcd, 0xc3, 0x2b, 0x70, 0x7c, 0x4f, 0xfd, 0xd5, 0x59, 0xd4, + 0xff, 0xdc, 0xfb, 0xab, 0x4f, 0xb7, 0x7b, 0x3b, 0xfd, 0x3a, 0x4f, 0xd7, 0x58, 0x6b, 0x4d, 0x12, + 0xba, 0x41, 0xc6, 0x2c, 0x70, 0xc6, 0x41, 0x4c, 0xd4, 0x05, 0xa4, 0x83, 0x1b, 0x5a, 0x68, 0x8a, + 0xaa, 0xaa, 0x80, 0xd4, 0xf0, 0x44, 0x23, 0x78, 0x09, 0x24, 0x83, 0x0b, 0xba, 0xc1, 0x7b, 0x40, + 0x52, 0xd8, 0x60, 0xae, 0xda, 0x44, 0xb2, 0xc5, 0xdb, 0x73, 0xc7, 0x0b, 0x69, 0x6d, 0x41, 0x16, + 0x39, 0x4f, 0x11, 0x27, 0xf4, 0x62, 0x1f, 0xa3, 0xdb, 0x38, 0x99, 0x45, 0x05, 0x79, 0xf7, 0x0c, + 0xbe, 0x07, 0x64, 0x8c, 0xab, 0xe8, 0x87, 0xce, 0xa0, 0x8c, 0x15, 0x3e, 0x70, 0x1f, 0x86, 0xa1, + 0x05, 0x75, 0x77, 0x0a, 0x78, 0x48, 0xc1, 0x2c, 0xd6, 0x55, 0x26, 0x25, 0xec, 0xb0, 0x4c, 0xf2, + 0x2f, 0x4c, 0x31, 0x0a, 0x5d, 0xc2, 0x00, 0x6b, 0x71, 0xc4, 0xde, 0x7b, 0x8f, 0x34, 0x05, 0x11, + 0xda, 0x7f, 0x14, 0x7e, 0xe3, 0xbe, 0xdd, 0x75, 0x45, 0xb3, 0x2e, 0x11, 0x22, 0x85, 0x00, 0x00, + 0x00, 0x00, 0x49, 0x45, 0x4e, 0x44, 0xae, 0x42, 0x60, 0x82, +}; + +const BITMAP_OPAQUE pintype_opencoll_xpm[1] = {{ png, sizeof( png ), "pintype_opencoll_xpm" }}; + +//EOF diff --git a/bitmaps_png/cpp_16/pintype_openemit.cpp b/bitmaps_png/cpp_16/pintype_openemit.cpp new file mode 100644 index 0000000000..ba6c79d9f5 --- /dev/null +++ b/bitmaps_png/cpp_16/pintype_openemit.cpp @@ -0,0 +1,30 @@ + +/* Do not modify this file, it was automatically generated by the + * PNG2cpp CMake script, using a *.png file as input. + */ + +#include "bitmaps.h" + +static const unsigned char png[] = { + 0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a, 0x00, 0x00, 0x00, 0x0d, 0x49, 0x48, 0x44, 0x52, + 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x10, 0x08, 0x06, 0x00, 0x00, 0x00, 0x1f, 0xf3, 0xff, + 0x61, 0x00, 0x00, 0x00, 0xc8, 0x49, 0x44, 0x41, 0x54, 0x38, 0xcb, 0x63, 0xf8, 0xff, 0xff, 0x3f, + 0x03, 0x36, 0x0c, 0x04, 0xfc, 0x40, 0x6c, 0x80, 0x03, 0xcb, 0xc1, 0xd5, 0xe1, 0x31, 0xc0, 0x0d, + 0x88, 0x1f, 0x40, 0xf1, 0x33, 0x20, 0x7e, 0x8d, 0xc4, 0xef, 0x21, 0x68, 0x00, 0x9a, 0x61, 0xf1, + 0x40, 0xbc, 0x0c, 0xab, 0x1c, 0x91, 0x06, 0x4c, 0x01, 0xe2, 0x95, 0x64, 0x19, 0x00, 0x04, 0x96, + 0x40, 0xfc, 0x06, 0x88, 0xd5, 0x49, 0x36, 0x00, 0x08, 0xc4, 0x80, 0xf8, 0x09, 0x10, 0x87, 0xe0, + 0x54, 0x83, 0x47, 0x33, 0x33, 0x10, 0xef, 0x07, 0xe2, 0x3e, 0xbc, 0x96, 0xe0, 0x31, 0xa0, 0x0b, + 0x88, 0x0f, 0x03, 0x31, 0x0b, 0x41, 0x03, 0x80, 0x60, 0x2e, 0x10, 0x7f, 0x40, 0xc2, 0x9f, 0x81, + 0xf8, 0x2f, 0x10, 0x2b, 0x11, 0x0c, 0x23, 0xa4, 0x44, 0x23, 0x81, 0x86, 0x77, 0x00, 0x71, 0x3f, + 0x51, 0x06, 0xe0, 0xf0, 0x82, 0x14, 0x34, 0xf4, 0x9d, 0x80, 0x98, 0x0b, 0x88, 0x8d, 0xc8, 0x89, + 0x85, 0x08, 0x20, 0x7e, 0x05, 0xc4, 0x97, 0x81, 0xb8, 0x8d, 0x54, 0x17, 0xf0, 0x01, 0xf1, 0x7c, + 0x20, 0xfe, 0x03, 0xc4, 0xff, 0x71, 0x79, 0x07, 0x9f, 0x01, 0x72, 0x40, 0x3c, 0x11, 0x88, 0x1f, + 0x41, 0x0d, 0xd8, 0x45, 0x6e, 0x4a, 0x14, 0x80, 0xba, 0xe4, 0x24, 0x10, 0xff, 0x40, 0xc2, 0x93, + 0x89, 0xce, 0x0b, 0x50, 0x83, 0x38, 0xd1, 0x62, 0x89, 0x0f, 0x24, 0x0e, 0x00, 0x92, 0x7c, 0x3d, + 0x1a, 0x9d, 0x34, 0x04, 0xf9, 0x00, 0x00, 0x00, 0x00, 0x49, 0x45, 0x4e, 0x44, 0xae, 0x42, 0x60, + 0x82, +}; + +const BITMAP_OPAQUE pintype_openemit_xpm[1] = {{ png, sizeof( png ), "pintype_openemit_xpm" }}; + +//EOF diff --git a/bitmaps_png/cpp_16/pintype_output.cpp b/bitmaps_png/cpp_16/pintype_output.cpp new file mode 100644 index 0000000000..20bdf848ae --- /dev/null +++ b/bitmaps_png/cpp_16/pintype_output.cpp @@ -0,0 +1,24 @@ + +/* Do not modify this file, it was automatically generated by the + * PNG2cpp CMake script, using a *.png file as input. + */ + +#include "bitmaps.h" + +static const unsigned char png[] = { + 0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a, 0x00, 0x00, 0x00, 0x0d, 0x49, 0x48, 0x44, 0x52, + 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x10, 0x08, 0x06, 0x00, 0x00, 0x00, 0x1f, 0xf3, 0xff, + 0x61, 0x00, 0x00, 0x00, 0x6d, 0x49, 0x44, 0x41, 0x54, 0x38, 0xcb, 0x63, 0xf8, 0xff, 0xff, 0x3f, + 0x03, 0x25, 0x18, 0xc1, 0x60, 0x60, 0xb0, 0x07, 0xe2, 0x40, 0x4a, 0x0c, 0x28, 0x00, 0xe2, 0x09, + 0x83, 0xd3, 0x00, 0x20, 0xe0, 0x01, 0xe2, 0x15, 0x40, 0x2c, 0x4c, 0xb6, 0x0b, 0x80, 0xa0, 0x15, + 0x88, 0xcf, 0x02, 0xb1, 0x00, 0xd9, 0x5e, 0x00, 0x82, 0x1e, 0x20, 0x3e, 0x09, 0xc4, 0x7c, 0xb8, + 0x0c, 0x58, 0x0d, 0xc4, 0x15, 0x04, 0xf0, 0x31, 0x20, 0x3e, 0x0e, 0xc4, 0xdc, 0xd8, 0x0c, 0x58, + 0x0f, 0xc4, 0x1d, 0x04, 0xf0, 0x59, 0x7c, 0x06, 0x50, 0xec, 0x05, 0xda, 0x04, 0x22, 0x10, 0x88, + 0x00, 0xf1, 0x36, 0x8a, 0xa2, 0x91, 0x2e, 0x29, 0xd1, 0x0d, 0x88, 0xa3, 0xc8, 0x36, 0x80, 0x5c, + 0x0c, 0x00, 0x0f, 0x5e, 0x51, 0xba, 0xea, 0x84, 0x02, 0xe4, 0x00, 0x00, 0x00, 0x00, 0x49, 0x45, + 0x4e, 0x44, 0xae, 0x42, 0x60, 0x82, +}; + +const BITMAP_OPAQUE pintype_output_xpm[1] = {{ png, sizeof( png ), "pintype_output_xpm" }}; + +//EOF diff --git a/bitmaps_png/cpp_16/pintype_passive.cpp b/bitmaps_png/cpp_16/pintype_passive.cpp new file mode 100644 index 0000000000..07fe350bc8 --- /dev/null +++ b/bitmaps_png/cpp_16/pintype_passive.cpp @@ -0,0 +1,23 @@ + +/* Do not modify this file, it was automatically generated by the + * PNG2cpp CMake script, using a *.png file as input. + */ + +#include "bitmaps.h" + +static const unsigned char png[] = { + 0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a, 0x00, 0x00, 0x00, 0x0d, 0x49, 0x48, 0x44, 0x52, + 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x10, 0x08, 0x06, 0x00, 0x00, 0x00, 0x1f, 0xf3, 0xff, + 0x61, 0x00, 0x00, 0x00, 0x5f, 0x49, 0x44, 0x41, 0x54, 0x38, 0xcb, 0x63, 0xf8, 0xff, 0xff, 0x3f, + 0x03, 0x25, 0x98, 0x61, 0x68, 0x1a, 0x00, 0x04, 0x46, 0x40, 0xfc, 0x02, 0x88, 0x45, 0x41, 0x1c, + 0x76, 0x20, 0xfe, 0x01, 0xc4, 0xbe, 0x24, 0x18, 0x60, 0x01, 0xc4, 0x20, 0x86, 0x04, 0x88, 0xc3, + 0x01, 0xe5, 0x04, 0x0c, 0xb8, 0x01, 0x37, 0x81, 0xf8, 0x04, 0x91, 0xf8, 0x0a, 0x54, 0x8f, 0x06, + 0xb2, 0x01, 0x9b, 0x81, 0x78, 0x02, 0x91, 0x78, 0x05, 0x54, 0x8f, 0xca, 0xe0, 0x08, 0x03, 0x36, + 0xa8, 0xbf, 0xec, 0xc8, 0x32, 0x80, 0xcc, 0x84, 0x04, 0x0a, 0xbc, 0x1d, 0x40, 0x2c, 0xc8, 0x30, + 0xf4, 0x33, 0x13, 0x00, 0x6b, 0x1a, 0x46, 0x7b, 0x68, 0xe7, 0x0f, 0x0b, 0x00, 0x00, 0x00, 0x00, + 0x49, 0x45, 0x4e, 0x44, 0xae, 0x42, 0x60, 0x82, +}; + +const BITMAP_OPAQUE pintype_passive_xpm[1] = {{ png, sizeof( png ), "pintype_passive_xpm" }}; + +//EOF diff --git a/bitmaps_png/cpp_16/pintype_powerinput.cpp b/bitmaps_png/cpp_16/pintype_powerinput.cpp new file mode 100644 index 0000000000..8238926dc3 --- /dev/null +++ b/bitmaps_png/cpp_16/pintype_powerinput.cpp @@ -0,0 +1,29 @@ + +/* Do not modify this file, it was automatically generated by the + * PNG2cpp CMake script, using a *.png file as input. + */ + +#include "bitmaps.h" + +static const unsigned char png[] = { + 0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a, 0x00, 0x00, 0x00, 0x0d, 0x49, 0x48, 0x44, 0x52, + 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x10, 0x08, 0x06, 0x00, 0x00, 0x00, 0x1f, 0xf3, 0xff, + 0x61, 0x00, 0x00, 0x00, 0xc6, 0x49, 0x44, 0x41, 0x54, 0x38, 0xcb, 0x63, 0xf8, 0xff, 0xff, 0x3f, + 0x03, 0x25, 0x98, 0x7c, 0x8d, 0x0c, 0x0c, 0x15, 0x40, 0xcc, 0x41, 0x89, 0x01, 0x1f, 0x80, 0x58, + 0x80, 0x58, 0xc5, 0xcc, 0x40, 0x6c, 0x83, 0xd5, 0x00, 0x20, 0x90, 0x07, 0xe2, 0xfd, 0x40, 0x2c, + 0x81, 0x43, 0x33, 0x2b, 0x10, 0xaf, 0x06, 0xe2, 0x3f, 0x40, 0x1c, 0x8a, 0xcd, 0x00, 0x90, 0x82, + 0x8d, 0x40, 0x7c, 0x15, 0x88, 0x45, 0xb1, 0x18, 0xe0, 0x0d, 0xc4, 0xff, 0xa1, 0xf8, 0x17, 0x10, + 0xfb, 0x63, 0x78, 0x01, 0x08, 0xd8, 0x81, 0x78, 0x27, 0x10, 0xdf, 0x04, 0xe2, 0x18, 0x20, 0x0e, + 0x40, 0xc3, 0xf3, 0x90, 0x0c, 0xf9, 0x0d, 0xc4, 0x5e, 0x18, 0x61, 0x00, 0x04, 0x5c, 0x40, 0xfc, + 0x02, 0x49, 0x21, 0x3e, 0xfc, 0x1d, 0x88, 0xbf, 0xa0, 0x1b, 0xc0, 0x07, 0xc4, 0x6f, 0xc8, 0x32, + 0x00, 0x08, 0xb8, 0x81, 0xf8, 0x28, 0x10, 0x5f, 0x06, 0xe2, 0x74, 0x20, 0x4e, 0x40, 0xc3, 0xcb, + 0x71, 0x7a, 0x01, 0x9c, 0x18, 0x18, 0x18, 0xf6, 0x01, 0xf1, 0x69, 0x20, 0xe6, 0xc7, 0x12, 0x88, + 0x61, 0x78, 0x03, 0x11, 0x08, 0x34, 0x80, 0x78, 0x0f, 0x10, 0x0b, 0xe1, 0x88, 0x46, 0x5e, 0x20, + 0x3e, 0x0c, 0x8d, 0xc6, 0x10, 0x72, 0x13, 0x12, 0xc8, 0x8b, 0x6e, 0x64, 0xa7, 0x44, 0x8a, 0x93, + 0x32, 0x0e, 0x03, 0x96, 0x82, 0x5d, 0x46, 0x69, 0x76, 0x06, 0x00, 0x6e, 0x02, 0xea, 0xfc, 0x48, + 0xff, 0x7a, 0x95, 0x00, 0x00, 0x00, 0x00, 0x49, 0x45, 0x4e, 0x44, 0xae, 0x42, 0x60, 0x82, +}; + +const BITMAP_OPAQUE pintype_powerinput_xpm[1] = {{ png, sizeof( png ), "pintype_powerinput_xpm" }}; + +//EOF diff --git a/bitmaps_png/cpp_16/pintype_poweroutput.cpp b/bitmaps_png/cpp_16/pintype_poweroutput.cpp new file mode 100644 index 0000000000..c93d135711 --- /dev/null +++ b/bitmaps_png/cpp_16/pintype_poweroutput.cpp @@ -0,0 +1,25 @@ + +/* Do not modify this file, it was automatically generated by the + * PNG2cpp CMake script, using a *.png file as input. + */ + +#include "bitmaps.h" + +static const unsigned char png[] = { + 0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a, 0x00, 0x00, 0x00, 0x0d, 0x49, 0x48, 0x44, 0x52, + 0x00, 0x00, 0x00, 0x10, 0x00, 0x00, 0x00, 0x10, 0x08, 0x06, 0x00, 0x00, 0x00, 0x1f, 0xf3, 0xff, + 0x61, 0x00, 0x00, 0x00, 0x86, 0x49, 0x44, 0x41, 0x54, 0x38, 0xcb, 0x63, 0xf8, 0xff, 0xff, 0x3f, + 0x03, 0x25, 0x18, 0xc1, 0x60, 0x60, 0xb0, 0x07, 0xe2, 0x40, 0x4a, 0x0c, 0x28, 0x00, 0xe2, 0x09, + 0x34, 0x33, 0x00, 0x08, 0xc4, 0x80, 0x58, 0x8b, 0x2c, 0x03, 0x80, 0x40, 0x12, 0x88, 0xaf, 0x01, + 0xf1, 0x0b, 0x20, 0xd6, 0x20, 0xc7, 0x80, 0x6e, 0x20, 0xfe, 0x0f, 0xc5, 0x4f, 0x81, 0x58, 0x05, + 0x97, 0x01, 0x8b, 0x80, 0x38, 0x00, 0x0b, 0x0e, 0x06, 0xe2, 0xe3, 0x48, 0x86, 0x3c, 0x06, 0x62, + 0x45, 0x6c, 0x06, 0x9c, 0x46, 0x52, 0x44, 0x08, 0xdf, 0x07, 0x62, 0x59, 0xaa, 0x1b, 0xb0, 0x0c, + 0x88, 0x13, 0xb0, 0xe0, 0x24, 0x20, 0x3e, 0x43, 0x8c, 0x17, 0x70, 0x05, 0xe2, 0x54, 0x62, 0x03, + 0x11, 0x97, 0x01, 0x5a, 0x40, 0xfc, 0x8c, 0xec, 0x68, 0x84, 0xca, 0xab, 0x02, 0xb1, 0x36, 0x4d, + 0x93, 0xb2, 0x1b, 0x10, 0x47, 0x91, 0x6d, 0x00, 0xb9, 0x18, 0x00, 0x1c, 0x1d, 0x19, 0x8a, 0x27, + 0x26, 0x49, 0x91, 0x00, 0x00, 0x00, 0x00, 0x49, 0x45, 0x4e, 0x44, 0xae, 0x42, 0x60, 0x82, +}; + +const BITMAP_OPAQUE pintype_poweroutput_xpm[1] = {{ png, sizeof( png ), "pintype_poweroutput_xpm" }}; + +//EOF diff --git a/bitmaps_png/cpp_26/pinorient_down.cpp b/bitmaps_png/cpp_26/pinorient_down.cpp deleted file mode 100644 index 155ba41f6f..0000000000 --- a/bitmaps_png/cpp_26/pinorient_down.cpp +++ /dev/null @@ -1,32 +0,0 @@ - -/* Do not modify this file, it was automatically generated by the - * PNG2cpp CMake script, using a *.png file as input. - */ - -#include "bitmaps.h" - -static const unsigned char png[] = { - 0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a, 0x00, 0x00, 0x00, 0x0d, 0x49, 0x48, 0x44, 0x52, - 0x00, 0x00, 0x00, 0x1a, 0x00, 0x00, 0x00, 0x1a, 0x08, 0x06, 0x00, 0x00, 0x00, 0xa9, 0x4a, 0x4c, - 0xce, 0x00, 0x00, 0x00, 0xf4, 0x49, 0x44, 0x41, 0x54, 0x48, 0xc7, 0x63, 0xf8, 0xff, 0xff, 0x3f, - 0x03, 0x3d, 0x30, 0xe9, 0x1a, 0x18, 0x18, 0xd8, 0x80, 0x58, 0x90, 0x66, 0x16, 0x01, 0x81, 0x14, - 0x0b, 0x0b, 0x4b, 0x17, 0x10, 0xbf, 0x06, 0xe2, 0x7f, 0x40, 0xbc, 0x97, 0x99, 0x99, 0x39, 0x90, - 0xaa, 0x16, 0x01, 0x01, 0x3b, 0xd0, 0xd0, 0xfb, 0x40, 0xc3, 0xff, 0x43, 0xf1, 0x5f, 0x18, 0x1b, - 0x28, 0x1e, 0x4f, 0x35, 0x8b, 0x58, 0x59, 0x59, 0x53, 0xa0, 0x86, 0x82, 0x2c, 0xb3, 0x03, 0x5a, - 0x2c, 0x0c, 0xa4, 0x7b, 0xa0, 0x96, 0xdd, 0x04, 0xf2, 0x99, 0xa8, 0x62, 0x11, 0xd0, 0xb0, 0x83, - 0x20, 0x43, 0x81, 0x16, 0xe6, 0x22, 0xf9, 0x92, 0x15, 0x28, 0xf6, 0x02, 0x6a, 0x99, 0x25, 0xb5, - 0x7c, 0xb4, 0x10, 0x6a, 0xd1, 0x02, 0x98, 0x18, 0x3b, 0x3b, 0xbb, 0x32, 0x34, 0x08, 0x7f, 0x03, - 0x2d, 0x95, 0xa5, 0x8a, 0x45, 0x6c, 0x6c, 0x6c, 0xba, 0x50, 0x97, 0x83, 0x12, 0xc1, 0x36, 0x20, - 0xee, 0x00, 0xe2, 0x67, 0x50, 0xcb, 0x97, 0x50, 0x35, 0xd5, 0x01, 0x0d, 0x6d, 0x02, 0xe2, 0x5f, - 0x48, 0x09, 0x02, 0x84, 0x6f, 0x70, 0x70, 0x70, 0x28, 0x50, 0x3d, 0x1f, 0x01, 0x81, 0x38, 0x13, - 0x13, 0xd3, 0x23, 0x20, 0xfe, 0x0f, 0xc4, 0x25, 0x40, 0x3e, 0x23, 0x2d, 0x33, 0xec, 0x09, 0x20, - 0x06, 0x31, 0x1c, 0x68, 0x5d, 0x32, 0x8c, 0x5a, 0x34, 0x6a, 0xd1, 0xa8, 0x45, 0x23, 0xc6, 0x22, - 0x50, 0xe5, 0x05, 0xc4, 0x11, 0x44, 0xe0, 0xdb, 0x50, 0x8b, 0x9a, 0x88, 0x50, 0xab, 0x87, 0xcd, - 0x22, 0x0e, 0xa8, 0x01, 0xd4, 0xc4, 0x1d, 0xd8, 0x2c, 0x62, 0x05, 0xe2, 0x0d, 0x54, 0xc6, 0xb1, - 0x64, 0xc7, 0x11, 0xdd, 0xda, 0x75, 0xe4, 0x62, 0x00, 0x18, 0x4a, 0x75, 0x72, 0x9b, 0x5d, 0x67, - 0x6d, 0x00, 0x00, 0x00, 0x00, 0x49, 0x45, 0x4e, 0x44, 0xae, 0x42, 0x60, 0x82, -}; - -const BITMAP_OPAQUE pinorient_down_xpm[1] = {{ png, sizeof( png ), "pinorient_down_xpm" }}; - -//EOF diff --git a/bitmaps_png/cpp_26/pinorient_left.cpp b/bitmaps_png/cpp_26/pinorient_left.cpp deleted file mode 100644 index 17ccb911d4..0000000000 --- a/bitmaps_png/cpp_26/pinorient_left.cpp +++ /dev/null @@ -1,32 +0,0 @@ - -/* Do not modify this file, it was automatically generated by the - * PNG2cpp CMake script, using a *.png file as input. - */ - -#include "bitmaps.h" - -static const unsigned char png[] = { - 0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a, 0x00, 0x00, 0x00, 0x0d, 0x49, 0x48, 0x44, 0x52, - 0x00, 0x00, 0x00, 0x1a, 0x00, 0x00, 0x00, 0x1a, 0x08, 0x06, 0x00, 0x00, 0x00, 0xa9, 0x4a, 0x4c, - 0xce, 0x00, 0x00, 0x00, 0xea, 0x49, 0x44, 0x41, 0x54, 0x48, 0xc7, 0x63, 0xf8, 0xff, 0xff, 0x3f, - 0x03, 0x3d, 0x30, 0x03, 0xdd, 0x2d, 0x02, 0x02, 0x05, 0x20, 0x6e, 0x00, 0xe2, 0x14, 0x5a, 0x5b, - 0xe4, 0x00, 0xc4, 0x20, 0xc6, 0x89, 0x51, 0x8b, 0x46, 0x2d, 0xa2, 0xd8, 0x22, 0x20, 0x60, 0x66, - 0x65, 0x65, 0x35, 0x01, 0xd2, 0x42, 0x34, 0xb3, 0x08, 0x68, 0x41, 0x26, 0x33, 0x33, 0xf3, 0x5d, - 0x16, 0x16, 0x96, 0xff, 0x40, 0xfc, 0x05, 0x88, 0x27, 0x02, 0xcd, 0x12, 0xa6, 0xaa, 0x45, 0x40, - 0x4b, 0x52, 0xa1, 0x16, 0x80, 0xf0, 0x5b, 0x24, 0xf6, 0x36, 0x7c, 0x16, 0x5d, 0x83, 0xb2, 0x89, - 0xc6, 0x40, 0x03, 0x6f, 0x40, 0x0d, 0xae, 0x03, 0xf2, 0x59, 0x80, 0x16, 0x1b, 0x01, 0xd9, 0xdf, - 0x81, 0xf8, 0x1f, 0x3b, 0x3b, 0xbb, 0x3a, 0x2e, 0x8b, 0x48, 0xc2, 0x8c, 0x8c, 0x8c, 0x30, 0xd7, - 0x7f, 0x02, 0xf2, 0x39, 0x90, 0x7c, 0xb9, 0x18, 0x2a, 0x5e, 0x8f, 0xcb, 0xa2, 0xcf, 0xa0, 0xe0, - 0x23, 0x01, 0x9f, 0x01, 0x1a, 0xf6, 0x1b, 0xea, 0x7a, 0x15, 0x98, 0x79, 0x40, 0xfe, 0x59, 0x90, - 0x45, 0x40, 0x0b, 0x13, 0xa9, 0x19, 0x47, 0x4b, 0xa0, 0xae, 0xbf, 0x04, 0x32, 0x18, 0x88, 0x17, - 0xc1, 0xe2, 0x0b, 0x68, 0x1e, 0x27, 0xd5, 0x2c, 0x62, 0x63, 0x63, 0xd3, 0x06, 0x1a, 0xfa, 0x06, - 0x29, 0x11, 0x80, 0xf0, 0x5f, 0xa0, 0x85, 0xd9, 0x54, 0x4f, 0xde, 0x40, 0xc0, 0x03, 0x34, 0xb8, - 0x00, 0x68, 0xc1, 0x11, 0x60, 0x32, 0x9f, 0x8e, 0x1c, 0x8c, 0xa3, 0x45, 0xd0, 0xa8, 0x45, 0x03, - 0x6f, 0x11, 0x0b, 0x10, 0x0b, 0x80, 0x92, 0xe9, 0xf0, 0x68, 0x6e, 0xd1, 0x1a, 0x03, 0x00, 0x32, - 0x27, 0x75, 0x65, 0xb8, 0xc2, 0x55, 0x6b, 0x00, 0x00, 0x00, 0x00, 0x49, 0x45, 0x4e, 0x44, 0xae, - 0x42, 0x60, 0x82, -}; - -const BITMAP_OPAQUE pinorient_left_xpm[1] = {{ png, sizeof( png ), "pinorient_left_xpm" }}; - -//EOF diff --git a/bitmaps_png/cpp_26/pinorient_right.cpp b/bitmaps_png/cpp_26/pinorient_right.cpp deleted file mode 100644 index dd635f6373..0000000000 --- a/bitmaps_png/cpp_26/pinorient_right.cpp +++ /dev/null @@ -1,31 +0,0 @@ - -/* Do not modify this file, it was automatically generated by the - * PNG2cpp CMake script, using a *.png file as input. - */ - -#include "bitmaps.h" - -static const unsigned char png[] = { - 0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a, 0x00, 0x00, 0x00, 0x0d, 0x49, 0x48, 0x44, 0x52, - 0x00, 0x00, 0x00, 0x1a, 0x00, 0x00, 0x00, 0x1a, 0x08, 0x06, 0x00, 0x00, 0x00, 0xa9, 0x4a, 0x4c, - 0xce, 0x00, 0x00, 0x00, 0xe1, 0x49, 0x44, 0x41, 0x54, 0x48, 0xc7, 0x63, 0xf8, 0xff, 0xff, 0x3f, - 0x03, 0x3d, 0x30, 0xc3, 0x90, 0xb6, 0x08, 0x08, 0xd4, 0x80, 0x38, 0x02, 0x88, 0x4d, 0x68, 0x6d, - 0x51, 0x01, 0x10, 0x83, 0x18, 0x33, 0x46, 0x2d, 0x1a, 0xe2, 0x16, 0x01, 0x01, 0x2f, 0x10, 0x33, - 0xd1, 0xcc, 0x22, 0x16, 0x16, 0x16, 0x27, 0x20, 0xde, 0x01, 0xc4, 0xff, 0x99, 0x99, 0x99, 0xef, - 0xb0, 0xb2, 0xb2, 0x66, 0x02, 0x15, 0xb3, 0x51, 0xd5, 0x22, 0xa0, 0xc1, 0xfe, 0x20, 0x0b, 0xd0, - 0x31, 0x50, 0x7c, 0x3e, 0x55, 0x2d, 0x02, 0x1a, 0x7a, 0x10, 0x6a, 0xf0, 0x3c, 0xa0, 0x02, 0x29, - 0x20, 0x1d, 0x05, 0xe4, 0xff, 0x01, 0xe2, 0xdf, 0x40, 0xbe, 0x06, 0x10, 0x0b, 0x90, 0x80, 0x2b, - 0xb1, 0x5a, 0xc4, 0xc1, 0xc1, 0xa1, 0x00, 0xf5, 0xc1, 0x37, 0x90, 0x42, 0x24, 0xcb, 0xd7, 0x83, - 0xc4, 0x99, 0x98, 0x98, 0xfe, 0x43, 0x35, 0x92, 0x8a, 0x51, 0x2d, 0x02, 0x02, 0x69, 0xa0, 0x81, - 0x7f, 0x81, 0xf8, 0x17, 0x90, 0x2d, 0x81, 0x64, 0xd1, 0x3e, 0xa8, 0x45, 0x20, 0x5f, 0xfd, 0x20, - 0x01, 0xff, 0xc6, 0x17, 0x74, 0xdb, 0xa0, 0xbe, 0x02, 0xd1, 0x56, 0x40, 0x5c, 0x8f, 0xe4, 0x4b, - 0x21, 0x6a, 0xc6, 0x91, 0x3d, 0x34, 0x4e, 0xd0, 0x13, 0x44, 0x37, 0xd5, 0x93, 0x37, 0x1b, 0x1b, - 0x9b, 0x2e, 0x30, 0x49, 0x2f, 0x00, 0x1a, 0xfe, 0x05, 0x88, 0x8f, 0x03, 0x13, 0x44, 0x20, 0x39, - 0xf9, 0x69, 0xb4, 0xac, 0x1b, 0xb5, 0x68, 0x78, 0x5b, 0x24, 0x01, 0xc4, 0x16, 0x40, 0xac, 0x38, - 0x3c, 0x9a, 0x5b, 0xd8, 0x30, 0x00, 0x95, 0xb8, 0x78, 0x48, 0x93, 0x02, 0xed, 0x27, 0x00, 0x00, - 0x00, 0x00, 0x49, 0x45, 0x4e, 0x44, 0xae, 0x42, 0x60, 0x82, -}; - -const BITMAP_OPAQUE pinorient_right_xpm[1] = {{ png, sizeof( png ), "pinorient_right_xpm" }}; - -//EOF diff --git a/bitmaps_png/cpp_26/pinorient_up.cpp b/bitmaps_png/cpp_26/pinorient_up.cpp deleted file mode 100644 index 059eb94362..0000000000 --- a/bitmaps_png/cpp_26/pinorient_up.cpp +++ /dev/null @@ -1,31 +0,0 @@ - -/* Do not modify this file, it was automatically generated by the - * PNG2cpp CMake script, using a *.png file as input. - */ - -#include "bitmaps.h" - -static const unsigned char png[] = { - 0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a, 0x00, 0x00, 0x00, 0x0d, 0x49, 0x48, 0x44, 0x52, - 0x00, 0x00, 0x00, 0x1a, 0x00, 0x00, 0x00, 0x1a, 0x08, 0x06, 0x00, 0x00, 0x00, 0xa9, 0x4a, 0x4c, - 0xce, 0x00, 0x00, 0x00, 0xdb, 0x49, 0x44, 0x41, 0x54, 0x48, 0xc7, 0x63, 0xf8, 0xff, 0xff, 0x3f, - 0x03, 0x3d, 0x30, 0x03, 0xdd, 0x2d, 0x02, 0x02, 0x76, 0x20, 0x7e, 0x40, 0x65, 0x5c, 0x8e, 0xcd, - 0x22, 0x0e, 0x20, 0xfe, 0x4f, 0x65, 0xdc, 0x81, 0xcd, 0x22, 0x46, 0x20, 0xd6, 0x20, 0x02, 0x5f, - 0x84, 0x1a, 0x12, 0x47, 0x84, 0x5a, 0x51, 0xb2, 0xe3, 0x08, 0x08, 0x4e, 0x40, 0x2d, 0x72, 0xa0, - 0x69, 0x62, 0x18, 0xb5, 0x68, 0xd4, 0xa2, 0x51, 0x8b, 0x46, 0x2d, 0x42, 0xc5, 0x2c, 0x2c, 0x2c, - 0x4e, 0xcc, 0xcc, 0xcc, 0x6f, 0x81, 0xf8, 0x3f, 0x10, 0xcf, 0x00, 0x5a, 0x26, 0x42, 0x75, 0x8b, - 0x80, 0x96, 0x6c, 0x01, 0xe2, 0xff, 0x68, 0xf8, 0x2b, 0x10, 0x5b, 0x52, 0xcd, 0x22, 0xa0, 0x61, - 0xae, 0x48, 0x06, 0xb7, 0x01, 0x7d, 0x13, 0x01, 0xa4, 0x8f, 0x42, 0xc5, 0xf6, 0x52, 0xd3, 0xa2, - 0x8d, 0x50, 0x43, 0xbb, 0x90, 0xe2, 0x4a, 0x04, 0xc8, 0xff, 0x06, 0x12, 0x67, 0x63, 0x63, 0xd3, - 0xa4, 0x96, 0x45, 0xdb, 0xa1, 0x16, 0xd5, 0x23, 0x59, 0xc4, 0x03, 0xe4, 0xbf, 0x07, 0x89, 0xb3, - 0xb2, 0xb2, 0xea, 0x53, 0xc5, 0x22, 0x60, 0x50, 0xf9, 0x41, 0x2d, 0xfa, 0x08, 0xc4, 0x45, 0x40, - 0xec, 0x88, 0x14, 0x67, 0xc7, 0xa8, 0x16, 0x74, 0xa0, 0xda, 0x17, 0x68, 0xe0, 0x41, 0x2c, 0x89, - 0xe1, 0x17, 0x28, 0x25, 0x52, 0x35, 0xd5, 0x01, 0x01, 0x0b, 0xd0, 0x67, 0xa1, 0x20, 0x0b, 0x81, - 0x41, 0xf5, 0x00, 0x48, 0x77, 0x72, 0x70, 0x70, 0x28, 0x0c, 0xde, 0xe6, 0x16, 0xad, 0x31, 0x00, - 0x36, 0xa0, 0x7e, 0x7e, 0x0b, 0xd5, 0x81, 0xbd, 0x00, 0x00, 0x00, 0x00, 0x49, 0x45, 0x4e, 0x44, - 0xae, 0x42, 0x60, 0x82, -}; - -const BITMAP_OPAQUE pinorient_up_xpm[1] = {{ png, sizeof( png ), "pinorient_up_xpm" }}; - -//EOF diff --git a/bitmaps_png/cpp_26/pinshape_active_low_input.cpp b/bitmaps_png/cpp_26/pinshape_active_low_input.cpp deleted file mode 100644 index 22d30b78e6..0000000000 --- a/bitmaps_png/cpp_26/pinshape_active_low_input.cpp +++ /dev/null @@ -1,29 +0,0 @@ - -/* Do not modify this file, it was automatically generated by the - * PNG2cpp CMake script, using a *.png file as input. - */ - -#include "bitmaps.h" - -static const unsigned char png[] = { - 0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a, 0x00, 0x00, 0x00, 0x0d, 0x49, 0x48, 0x44, 0x52, - 0x00, 0x00, 0x00, 0x1a, 0x00, 0x00, 0x00, 0x1a, 0x08, 0x06, 0x00, 0x00, 0x00, 0xa9, 0x4a, 0x4c, - 0xce, 0x00, 0x00, 0x00, 0xc2, 0x49, 0x44, 0x41, 0x54, 0x48, 0xc7, 0x63, 0xf8, 0xff, 0xff, 0x3f, - 0x03, 0x3d, 0x30, 0xc3, 0xf0, 0xb5, 0x08, 0x08, 0x2a, 0x80, 0xf8, 0x03, 0x10, 0xd7, 0xd3, 0xda, - 0xa2, 0x06, 0x20, 0x06, 0x31, 0x3a, 0x08, 0x6a, 0x62, 0x60, 0x90, 0x06, 0xe2, 0x68, 0x9a, 0x5a, - 0x04, 0x04, 0x81, 0x40, 0xfc, 0x16, 0x88, 0x67, 0xd0, 0xc4, 0x22, 0x20, 0xe0, 0x04, 0x19, 0x0e, - 0x55, 0xf3, 0x9f, 0x26, 0x16, 0x01, 0x81, 0x1e, 0x10, 0x5f, 0x45, 0xb2, 0x84, 0xfa, 0x16, 0x01, - 0x41, 0x2e, 0x10, 0xff, 0x80, 0xca, 0xdd, 0x03, 0xe2, 0xc5, 0x54, 0xb5, 0x08, 0x08, 0x44, 0x81, - 0x78, 0x33, 0x92, 0x0f, 0x96, 0x02, 0x31, 0x1f, 0x10, 0x17, 0x50, 0xcd, 0x22, 0x20, 0x76, 0x01, - 0xe2, 0x67, 0x50, 0xfe, 0x27, 0x20, 0x8e, 0x45, 0x52, 0x47, 0x35, 0x8b, 0x4e, 0x00, 0xf1, 0x3f, - 0x28, 0xfb, 0x14, 0x10, 0x2b, 0xa3, 0x05, 0x25, 0xd5, 0x2c, 0xfa, 0x0f, 0xb5, 0xe8, 0x1a, 0x10, - 0xaf, 0x02, 0xe2, 0x15, 0x68, 0xf8, 0x1c, 0x54, 0xcd, 0x1d, 0x2c, 0x72, 0xc8, 0xb8, 0x99, 0x18, - 0x8b, 0xa8, 0x81, 0x4f, 0x10, 0xb2, 0x68, 0x3b, 0x10, 0x27, 0x50, 0x01, 0x7b, 0x53, 0x5c, 0x04, - 0xd1, 0xad, 0xac, 0x1b, 0xb5, 0x68, 0xd4, 0xa2, 0xa1, 0x67, 0x51, 0x00, 0x10, 0x2f, 0x00, 0xe2, - 0xd0, 0xd1, 0xe6, 0x16, 0x31, 0x18, 0x00, 0x5b, 0xd2, 0x6a, 0x34, 0x0d, 0xb4, 0xf3, 0xbe, 0x00, - 0x00, 0x00, 0x00, 0x49, 0x45, 0x4e, 0x44, 0xae, 0x42, 0x60, 0x82, -}; - -const BITMAP_OPAQUE pinshape_active_low_input_xpm[1] = {{ png, sizeof( png ), "pinshape_active_low_input_xpm" }}; - -//EOF diff --git a/bitmaps_png/cpp_26/pinshape_active_low_output.cpp b/bitmaps_png/cpp_26/pinshape_active_low_output.cpp deleted file mode 100644 index 6e86df3552..0000000000 --- a/bitmaps_png/cpp_26/pinshape_active_low_output.cpp +++ /dev/null @@ -1,29 +0,0 @@ - -/* Do not modify this file, it was automatically generated by the - * PNG2cpp CMake script, using a *.png file as input. - */ - -#include "bitmaps.h" - -static const unsigned char png[] = { - 0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a, 0x00, 0x00, 0x00, 0x0d, 0x49, 0x48, 0x44, 0x52, - 0x00, 0x00, 0x00, 0x1a, 0x00, 0x00, 0x00, 0x1a, 0x08, 0x06, 0x00, 0x00, 0x00, 0xa9, 0x4a, 0x4c, - 0xce, 0x00, 0x00, 0x00, 0xbd, 0x49, 0x44, 0x41, 0x54, 0x48, 0xc7, 0x63, 0xf8, 0xff, 0xff, 0x3f, - 0x03, 0x3d, 0x30, 0xc3, 0xf0, 0xb5, 0x08, 0x08, 0x2a, 0x80, 0xf8, 0x03, 0x10, 0xd7, 0xd3, 0xda, - 0xa2, 0x05, 0x40, 0x0c, 0x62, 0x74, 0xd0, 0xda, 0xa2, 0x0d, 0x50, 0x8b, 0x0e, 0x00, 0x31, 0x13, - 0x3d, 0x2c, 0x02, 0xe1, 0x7d, 0x40, 0x2c, 0x4d, 0x0f, 0x8b, 0x40, 0xf8, 0x0d, 0x10, 0xfb, 0xd3, - 0xd2, 0xa2, 0xa7, 0x40, 0x7c, 0x08, 0xc9, 0xc2, 0x69, 0x40, 0xcc, 0x41, 0x0b, 0x8b, 0x6e, 0x01, - 0x31, 0x33, 0x10, 0xd7, 0x01, 0xf1, 0x1f, 0xa8, 0xd8, 0x15, 0x20, 0xd6, 0xa1, 0xba, 0x45, 0x48, - 0x62, 0x56, 0x40, 0x7c, 0x1f, 0x2a, 0xfe, 0x1d, 0x88, 0xb3, 0x69, 0x62, 0x11, 0x54, 0x9c, 0x1f, - 0x88, 0x97, 0x23, 0x05, 0xe5, 0x46, 0x20, 0x16, 0xa6, 0x86, 0x45, 0x9f, 0x80, 0x78, 0x05, 0x16, - 0x7c, 0x12, 0x88, 0x7f, 0x43, 0xd5, 0x7c, 0x01, 0xe2, 0x55, 0x38, 0xd4, 0xc1, 0x70, 0x33, 0x2e, - 0x8b, 0x7a, 0xd0, 0x52, 0x1d, 0xa5, 0xf8, 0x04, 0x2e, 0x8b, 0x1a, 0xa0, 0x0a, 0xb6, 0x02, 0x71, - 0x02, 0x1e, 0x9c, 0x0c, 0xc4, 0x89, 0x04, 0xd4, 0x80, 0xb0, 0x37, 0x21, 0x8b, 0x68, 0x5e, 0x04, - 0x8d, 0x5a, 0x34, 0x6a, 0xd1, 0x30, 0xb6, 0x28, 0x00, 0x5a, 0x9d, 0x87, 0x8e, 0x36, 0xb7, 0x88, - 0xc1, 0x00, 0xf7, 0x11, 0x98, 0x11, 0xc3, 0x90, 0x49, 0x92, 0x00, 0x00, 0x00, 0x00, 0x49, 0x45, - 0x4e, 0x44, 0xae, 0x42, 0x60, 0x82, -}; - -const BITMAP_OPAQUE pinshape_active_low_output_xpm[1] = {{ png, sizeof( png ), "pinshape_active_low_output_xpm" }}; - -//EOF diff --git a/bitmaps_png/cpp_26/pinshape_clock_active_low.cpp b/bitmaps_png/cpp_26/pinshape_clock_active_low.cpp deleted file mode 100644 index 59a4c72a36..0000000000 --- a/bitmaps_png/cpp_26/pinshape_clock_active_low.cpp +++ /dev/null @@ -1,35 +0,0 @@ - -/* Do not modify this file, it was automatically generated by the - * PNG2cpp CMake script, using a *.png file as input. - */ - -#include "bitmaps.h" - -static const unsigned char png[] = { - 0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a, 0x00, 0x00, 0x00, 0x0d, 0x49, 0x48, 0x44, 0x52, - 0x00, 0x00, 0x00, 0x1a, 0x00, 0x00, 0x00, 0x1a, 0x08, 0x06, 0x00, 0x00, 0x00, 0xa9, 0x4a, 0x4c, - 0xce, 0x00, 0x00, 0x01, 0x24, 0x49, 0x44, 0x41, 0x54, 0x48, 0xc7, 0xed, 0x95, 0x31, 0x0f, 0xc1, - 0x40, 0x18, 0x86, 0x2b, 0x11, 0x61, 0xc1, 0xc2, 0x2f, 0x20, 0x6a, 0x67, 0x91, 0x58, 0xfd, 0x08, - 0x31, 0x10, 0xb3, 0xc9, 0x62, 0xb4, 0x77, 0x31, 0x4a, 0xc4, 0x4c, 0xc4, 0xec, 0x57, 0x88, 0xc1, - 0x2e, 0x62, 0xf2, 0x03, 0x90, 0x20, 0xe2, 0xbc, 0x97, 0x7c, 0x4d, 0xbe, 0x5c, 0x9c, 0xb4, 0xea, - 0x9a, 0x0e, 0xde, 0xe4, 0x41, 0xf3, 0xdd, 0xdd, 0xd3, 0xba, 0xeb, 0x9d, 0x25, 0x84, 0xb0, 0xc2, - 0x40, 0x5f, 0xb0, 0xac, 0x81, 0x24, 0x0c, 0x91, 0xfc, 0x10, 0x91, 0x12, 0x21, 0x31, 0x89, 0x51, - 0x11, 0x92, 0x07, 0x2b, 0x90, 0xf5, 0x2d, 0x42, 0x52, 0x5e, 0x44, 0x48, 0x03, 0x1c, 0xa9, 0xed, - 0x57, 0xa2, 0xe9, 0x27, 0x11, 0x92, 0x00, 0x0e, 0x78, 0xba, 0xed, 0x7c, 0x8b, 0x90, 0x16, 0xeb, - 0x2c, 0xde, 0xd4, 0x8b, 0x60, 0x4d, 0xf5, 0x07, 0x93, 0x79, 0x17, 0x21, 0x36, 0x38, 0xeb, 0x44, - 0x48, 0x87, 0xd5, 0x0f, 0xa0, 0x0e, 0xae, 0xbe, 0x44, 0x34, 0x2f, 0x5b, 0xea, 0xb4, 0xe4, 0x22, - 0x24, 0x03, 0xe6, 0xec, 0x06, 0x16, 0xee, 0xc0, 0xdf, 0x88, 0x26, 0xd4, 0x61, 0x47, 0x03, 0xbb, - 0x83, 0xd6, 0xc0, 0x9e, 0x7e, 0xcb, 0xa7, 0xe9, 0x2a, 0x4f, 0xe9, 0x5d, 0x84, 0x34, 0xa9, 0xf1, - 0x0d, 0x54, 0xf8, 0xf2, 0xa6, 0x79, 0x90, 0xdf, 0x1b, 0x50, 0x7a, 0x33, 0x67, 0xde, 0x44, 0x48, - 0x01, 0x9c, 0xa8, 0x71, 0x4f, 0x7d, 0x8f, 0x98, 0xec, 0xaa, 0xe1, 0x49, 0xe8, 0xea, 0x8e, 0x2b, - 0x2a, 0x83, 0x0b, 0x0d, 0xd8, 0xd6, 0x88, 0x82, 0x30, 0xe2, 0x7f, 0x5d, 0x97, 0xcd, 0x81, 0xad, - 0x88, 0x92, 0x01, 0x89, 0xab, 0x8b, 0x61, 0x46, 0x03, 0x6f, 0xa9, 0x81, 0x99, 0x4d, 0x15, 0x49, - 0xd3, 0x8a, 0x93, 0x17, 0x63, 0xa3, 0xbb, 0x37, 0x52, 0x05, 0xf7, 0x4f, 0x3b, 0xc3, 0xcf, 0x8e, - 0x09, 0xa4, 0x1f, 0x96, 0x28, 0x46, 0xdb, 0xbe, 0xf9, 0x83, 0x0f, 0xc9, 0x45, 0xf2, 0x84, 0xfd, - 0x8b, 0x54, 0xd1, 0x50, 0x62, 0x5c, 0xf4, 0x6b, 0x5e, 0xce, 0x4f, 0x1b, 0x57, 0xc3, 0x3c, 0x67, - 0xaf, 0x00, 0x00, 0x00, 0x00, 0x49, 0x45, 0x4e, 0x44, 0xae, 0x42, 0x60, 0x82, -}; - -const BITMAP_OPAQUE pinshape_clock_active_low_xpm[1] = {{ png, sizeof( png ), "pinshape_clock_active_low_xpm" }}; - -//EOF diff --git a/bitmaps_png/cpp_26/pinshape_clock_fall.cpp b/bitmaps_png/cpp_26/pinshape_clock_fall.cpp deleted file mode 100644 index f40c7a1c05..0000000000 --- a/bitmaps_png/cpp_26/pinshape_clock_fall.cpp +++ /dev/null @@ -1,28 +0,0 @@ - -/* Do not modify this file, it was automatically generated by the - * PNG2cpp CMake script, using a *.png file as input. - */ - -#include "bitmaps.h" - -static const unsigned char png[] = { - 0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a, 0x00, 0x00, 0x00, 0x0d, 0x49, 0x48, 0x44, 0x52, - 0x00, 0x00, 0x00, 0x1a, 0x00, 0x00, 0x00, 0x1a, 0x08, 0x06, 0x00, 0x00, 0x00, 0xa9, 0x4a, 0x4c, - 0xce, 0x00, 0x00, 0x00, 0xaf, 0x49, 0x44, 0x41, 0x54, 0x48, 0xc7, 0x63, 0xf8, 0xff, 0xff, 0x3f, - 0x03, 0x3d, 0x30, 0x6e, 0x09, 0x06, 0x86, 0x0a, 0x28, 0x66, 0xa6, 0xb5, 0x45, 0xff, 0xa1, 0x98, - 0x63, 0xd4, 0x22, 0x72, 0x2d, 0xd2, 0xa6, 0x97, 0x45, 0xe7, 0x81, 0x98, 0x9d, 0x1e, 0x16, 0x81, - 0xf0, 0x14, 0x7a, 0x58, 0xf4, 0x1b, 0x4a, 0x87, 0xd0, 0xda, 0xa2, 0x4a, 0x28, 0xfd, 0x01, 0x88, - 0x95, 0x68, 0x69, 0x11, 0x27, 0x10, 0x6f, 0x85, 0xb2, 0xcf, 0x00, 0x31, 0x1b, 0xcd, 0x92, 0x37, - 0x10, 0x0b, 0x03, 0xf1, 0x63, 0x28, 0x7f, 0x12, 0x4d, 0xf3, 0x11, 0x10, 0x58, 0x23, 0xc5, 0xd7, - 0x2f, 0x20, 0xfe, 0x41, 0x04, 0xb6, 0x23, 0xc7, 0x22, 0x4b, 0x24, 0x8b, 0x88, 0xc5, 0x0e, 0xa4, - 0x06, 0x9d, 0x00, 0x10, 0x3f, 0x80, 0xf2, 0xe7, 0x42, 0xc5, 0x88, 0xc1, 0x4c, 0xa4, 0x5a, 0xb4, - 0x1a, 0xca, 0xbe, 0x0c, 0x4a, 0x1c, 0xb4, 0x8a, 0xa3, 0x6c, 0x28, 0xfd, 0x15, 0x88, 0xb5, 0x68, - 0x99, 0xbc, 0xbf, 0x41, 0xe9, 0x24, 0x7a, 0x14, 0x41, 0x4b, 0xe9, 0x51, 0x04, 0xdd, 0x01, 0x62, - 0x5e, 0x7a, 0x58, 0x64, 0x31, 0x5a, 0xc3, 0x0e, 0x5a, 0x8b, 0x1a, 0xa0, 0x98, 0x85, 0xa6, 0x16, - 0x51, 0x1b, 0x03, 0x00, 0x7b, 0x91, 0x9f, 0x52, 0xc8, 0xf1, 0xe5, 0xa1, 0x00, 0x00, 0x00, 0x00, - 0x49, 0x45, 0x4e, 0x44, 0xae, 0x42, 0x60, 0x82, -}; - -const BITMAP_OPAQUE pinshape_clock_fall_xpm[1] = {{ png, sizeof( png ), "pinshape_clock_fall_xpm" }}; - -//EOF diff --git a/bitmaps_png/cpp_26/pinshape_clock_invert.cpp b/bitmaps_png/cpp_26/pinshape_clock_invert.cpp deleted file mode 100644 index 9f288c2ad4..0000000000 --- a/bitmaps_png/cpp_26/pinshape_clock_invert.cpp +++ /dev/null @@ -1,40 +0,0 @@ - -/* Do not modify this file, it was automatically generated by the - * PNG2cpp CMake script, using a *.png file as input. - */ - -#include "bitmaps.h" - -static const unsigned char png[] = { - 0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a, 0x00, 0x00, 0x00, 0x0d, 0x49, 0x48, 0x44, 0x52, - 0x00, 0x00, 0x00, 0x1a, 0x00, 0x00, 0x00, 0x1a, 0x08, 0x06, 0x00, 0x00, 0x00, 0xa9, 0x4a, 0x4c, - 0xce, 0x00, 0x00, 0x01, 0x69, 0x49, 0x44, 0x41, 0x54, 0x48, 0xc7, 0x63, 0xf8, 0xff, 0xff, 0x3f, - 0x03, 0x3d, 0x30, 0x6e, 0x09, 0x06, 0x06, 0x01, 0x10, 0xa6, 0x87, 0x45, 0x20, 0xe2, 0xff, 0xa8, - 0x45, 0x83, 0xd3, 0x22, 0x20, 0x08, 0xa0, 0xb9, 0x45, 0x40, 0xa0, 0x00, 0xc4, 0xef, 0x68, 0x6a, - 0x11, 0x10, 0xb0, 0x02, 0xf1, 0x09, 0x98, 0x25, 0xc8, 0x16, 0x01, 0x01, 0x07, 0x2b, 0x2b, 0xab, - 0x19, 0x3b, 0x3b, 0xbb, 0x2a, 0x35, 0x2c, 0xea, 0x85, 0x5a, 0xf0, 0x14, 0xc9, 0x32, 0x6e, 0x66, - 0x66, 0xe6, 0xe9, 0x2c, 0x2c, 0x2c, 0xbf, 0x80, 0xf8, 0x3f, 0x14, 0x3f, 0x03, 0x8a, 0x85, 0x91, - 0x65, 0x11, 0x10, 0xf8, 0x41, 0x0d, 0xfe, 0x03, 0xc4, 0x76, 0x30, 0x8b, 0x80, 0x86, 0x9e, 0x80, - 0x1a, 0xfe, 0x0f, 0x88, 0x6f, 0x01, 0xf1, 0x1b, 0x98, 0x85, 0x40, 0x1f, 0xe6, 0x91, 0x64, 0x11, - 0x10, 0xc8, 0x21, 0xc5, 0x4b, 0x35, 0x2c, 0xd5, 0x31, 0x31, 0x31, 0xc1, 0x7c, 0xf0, 0x14, 0x14, - 0x6c, 0x50, 0x71, 0x26, 0x20, 0xbf, 0x04, 0x2a, 0xfe, 0x13, 0x18, 0x94, 0x2a, 0x44, 0x59, 0x04, - 0x04, 0x2c, 0x40, 0x7c, 0x1c, 0x6a, 0xc9, 0x4e, 0x20, 0x66, 0x84, 0x59, 0x04, 0x0c, 0x1e, 0xb0, - 0x45, 0x40, 0x3a, 0x18, 0x5d, 0x23, 0x50, 0x7c, 0x2d, 0x54, 0x6e, 0x15, 0x50, 0xed, 0x0c, 0x3c, - 0x38, 0x14, 0x66, 0x91, 0x27, 0x52, 0x7c, 0x58, 0x20, 0xe7, 0x23, 0x58, 0x10, 0x81, 0x7c, 0x8c, - 0xc5, 0xa2, 0x1a, 0x90, 0x1c, 0xd0, 0xd7, 0xf7, 0x90, 0x13, 0x0f, 0x16, 0x3c, 0x01, 0x39, 0xe8, - 0xd6, 0x43, 0x05, 0x4f, 0x03, 0x31, 0x1b, 0xba, 0x8f, 0x80, 0xc1, 0x96, 0x8e, 0x16, 0x0c, 0x8c, - 0x40, 0xf1, 0xfd, 0x50, 0x1f, 0x4d, 0x01, 0xf2, 0x0b, 0xf0, 0x60, 0x7b, 0x64, 0x8b, 0x04, 0x81, - 0xf8, 0x11, 0xd4, 0xb2, 0x3e, 0x2c, 0x71, 0xf4, 0x19, 0x68, 0x60, 0x24, 0xc8, 0x11, 0x40, 0x2c, - 0x0a, 0x64, 0xcf, 0x80, 0x8a, 0x7f, 0x00, 0xf2, 0x25, 0x48, 0x4d, 0x75, 0xd6, 0xd0, 0x14, 0x07, - 0xe2, 0xf8, 0x20, 0xa5, 0xba, 0x0d, 0x48, 0xc9, 0xfa, 0x37, 0x12, 0xfb, 0x0f, 0xd0, 0xc2, 0x10, - 0x72, 0xf3, 0x51, 0x35, 0xd4, 0x82, 0x37, 0x48, 0x61, 0xcc, 0x04, 0x0c, 0xba, 0x42, 0x20, 0x7e, - 0x84, 0x64, 0xd9, 0x11, 0x58, 0x2a, 0x24, 0xd7, 0x22, 0x26, 0x20, 0xde, 0x8b, 0xad, 0x64, 0x80, - 0xca, 0x8b, 0x01, 0x31, 0x17, 0xb5, 0xca, 0x3a, 0x49, 0x20, 0x7e, 0x45, 0xaf, 0xd2, 0xdb, 0x63, - 0xb4, 0xe2, 0x1b, 0x12, 0x16, 0xbd, 0x00, 0x61, 0x9a, 0x5b, 0x44, 0x6d, 0x0c, 0x00, 0x5a, 0xac, - 0x3e, 0x4b, 0x25, 0xe6, 0xa7, 0xac, 0x00, 0x00, 0x00, 0x00, 0x49, 0x45, 0x4e, 0x44, 0xae, 0x42, - 0x60, 0x82, -}; - -const BITMAP_OPAQUE pinshape_clock_invert_xpm[1] = {{ png, sizeof( png ), "pinshape_clock_invert_xpm" }}; - -//EOF diff --git a/bitmaps_png/cpp_26/pinshape_clock_normal.cpp b/bitmaps_png/cpp_26/pinshape_clock_normal.cpp deleted file mode 100644 index bf6f13e55b..0000000000 --- a/bitmaps_png/cpp_26/pinshape_clock_normal.cpp +++ /dev/null @@ -1,28 +0,0 @@ - -/* Do not modify this file, it was automatically generated by the - * PNG2cpp CMake script, using a *.png file as input. - */ - -#include "bitmaps.h" - -static const unsigned char png[] = { - 0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a, 0x00, 0x00, 0x00, 0x0d, 0x49, 0x48, 0x44, 0x52, - 0x00, 0x00, 0x00, 0x1a, 0x00, 0x00, 0x00, 0x1a, 0x08, 0x06, 0x00, 0x00, 0x00, 0xa9, 0x4a, 0x4c, - 0xce, 0x00, 0x00, 0x00, 0xb4, 0x49, 0x44, 0x41, 0x54, 0x48, 0xc7, 0x63, 0xf8, 0xff, 0xff, 0x3f, - 0x03, 0x3d, 0x30, 0x6e, 0x09, 0x06, 0x86, 0x0a, 0x10, 0xa6, 0x87, 0x45, 0x20, 0xe2, 0xff, 0xa8, - 0x45, 0x24, 0x59, 0x04, 0x04, 0x9c, 0xf4, 0xb2, 0x68, 0x2e, 0xcd, 0x2d, 0x02, 0x82, 0x18, 0x98, - 0x25, 0x34, 0xb3, 0x08, 0x08, 0x34, 0x80, 0xf8, 0x0b, 0x4d, 0x2d, 0x82, 0xc6, 0xcb, 0x25, 0xa8, - 0x05, 0x6b, 0x68, 0x69, 0xd1, 0x6c, 0xa8, 0xe1, 0x77, 0x81, 0x98, 0x9f, 0x26, 0x16, 0x01, 0x41, - 0x14, 0xd4, 0xe0, 0x9f, 0x40, 0x6c, 0x42, 0x93, 0xe4, 0x0d, 0x04, 0x2a, 0x40, 0xfc, 0x19, 0x6a, - 0x70, 0x2e, 0x7a, 0x3e, 0xa2, 0x10, 0x2b, 0x20, 0x5b, 0xa4, 0x09, 0xc4, 0x5f, 0xa1, 0x12, 0x09, - 0x34, 0xb3, 0x08, 0x6a, 0x68, 0x32, 0x54, 0x02, 0x94, 0xe2, 0x34, 0xd0, 0x2c, 0xe2, 0xa0, 0x00, - 0x33, 0x62, 0x4b, 0x0c, 0xcb, 0xa1, 0x06, 0x5f, 0x82, 0x2a, 0xa2, 0x59, 0xaa, 0xe3, 0x83, 0xa6, - 0x38, 0x10, 0x67, 0x06, 0xad, 0x33, 0xac, 0x29, 0x10, 0xff, 0xa2, 0x79, 0xc9, 0x00, 0xb5, 0xac, - 0x98, 0x5e, 0x16, 0x31, 0x02, 0xf1, 0x36, 0x7a, 0x95, 0xde, 0xa2, 0xa3, 0x35, 0xec, 0x90, 0xb0, - 0xa8, 0x01, 0x84, 0x69, 0x6e, 0x11, 0xb5, 0x31, 0x00, 0x43, 0xbe, 0xa2, 0x15, 0x61, 0xfb, 0x48, - 0x3a, 0x00, 0x00, 0x00, 0x00, 0x49, 0x45, 0x4e, 0x44, 0xae, 0x42, 0x60, 0x82, -}; - -const BITMAP_OPAQUE pinshape_clock_normal_xpm[1] = {{ png, sizeof( png ), "pinshape_clock_normal_xpm" }}; - -//EOF diff --git a/bitmaps_png/cpp_26/pinshape_invert.cpp b/bitmaps_png/cpp_26/pinshape_invert.cpp deleted file mode 100644 index b9893174e7..0000000000 --- a/bitmaps_png/cpp_26/pinshape_invert.cpp +++ /dev/null @@ -1,34 +0,0 @@ - -/* Do not modify this file, it was automatically generated by the - * PNG2cpp CMake script, using a *.png file as input. - */ - -#include "bitmaps.h" - -static const unsigned char png[] = { - 0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a, 0x00, 0x00, 0x00, 0x0d, 0x49, 0x48, 0x44, 0x52, - 0x00, 0x00, 0x00, 0x1a, 0x00, 0x00, 0x00, 0x1a, 0x08, 0x06, 0x00, 0x00, 0x00, 0xa9, 0x4a, 0x4c, - 0xce, 0x00, 0x00, 0x01, 0x09, 0x49, 0x44, 0x41, 0x54, 0x48, 0xc7, 0x63, 0xf8, 0xff, 0xff, 0x3f, - 0x03, 0x3d, 0x30, 0xa6, 0x00, 0x03, 0x03, 0x17, 0x10, 0x0b, 0x00, 0x31, 0x1b, 0xad, 0x2d, 0x5a, - 0x00, 0xc4, 0x20, 0x46, 0xc2, 0xa8, 0x45, 0xa3, 0x16, 0x0d, 0x9c, 0x45, 0xec, 0xec, 0xec, 0xaa, - 0xac, 0xac, 0xac, 0x66, 0x40, 0x31, 0x0e, 0x9a, 0x58, 0xc4, 0xcc, 0xcc, 0x1c, 0xc6, 0xc2, 0xc2, - 0xf2, 0x0c, 0x88, 0xff, 0x43, 0xf1, 0x2f, 0xa0, 0xd8, 0x74, 0xa0, 0x1c, 0x37, 0xd5, 0x2c, 0x02, - 0x1a, 0xb8, 0x14, 0xc9, 0x82, 0x37, 0x40, 0x7c, 0x0b, 0x88, 0xff, 0x41, 0xf9, 0x27, 0x80, 0x6a, - 0x58, 0x29, 0xb6, 0x88, 0x91, 0x91, 0x11, 0x64, 0xd8, 0x6f, 0xa8, 0xa1, 0x55, 0x40, 0x31, 0x26, - 0x90, 0x1c, 0x30, 0xf8, 0x8c, 0x81, 0xf8, 0x11, 0x54, 0xbc, 0x8e, 0x62, 0x8b, 0x98, 0x98, 0x98, - 0x60, 0x3e, 0xd9, 0x8c, 0x2e, 0x0f, 0xf4, 0xa9, 0x2f, 0x54, 0xee, 0x06, 0x50, 0xed, 0x0c, 0x22, - 0xb0, 0x3b, 0x31, 0x16, 0xd5, 0x61, 0x91, 0x97, 0x81, 0xca, 0x7d, 0x87, 0xc6, 0x25, 0x21, 0x5c, - 0x41, 0x8c, 0x45, 0x47, 0x81, 0x7c, 0x46, 0x64, 0x79, 0x60, 0xd0, 0x25, 0x40, 0xe5, 0xce, 0x01, - 0xe5, 0x0a, 0x88, 0xc0, 0x26, 0x78, 0x13, 0x03, 0xd0, 0xa0, 0x6f, 0x20, 0x03, 0x81, 0x41, 0x35, - 0x17, 0xc8, 0x17, 0x05, 0x95, 0xe6, 0xd0, 0x54, 0xf8, 0x11, 0x24, 0x0e, 0xb4, 0x30, 0x83, 0x2a, - 0xa9, 0x0e, 0xe8, 0xab, 0x29, 0x40, 0x03, 0xff, 0x20, 0xa5, 0xbc, 0xdf, 0x48, 0xec, 0x0d, 0xe8, - 0x3e, 0xa5, 0x28, 0x1f, 0x81, 0x32, 0x29, 0xd0, 0xd0, 0x23, 0x30, 0x4b, 0x40, 0x29, 0x0e, 0x88, - 0x0b, 0x61, 0xa9, 0x90, 0xea, 0x25, 0x03, 0xb4, 0x32, 0x14, 0x1b, 0x2d, 0x54, 0x47, 0x2d, 0xa2, - 0x99, 0x45, 0x13, 0x81, 0xf8, 0x05, 0x10, 0x87, 0xd3, 0xd4, 0x22, 0x5a, 0x61, 0x00, 0x93, 0xe4, - 0x66, 0x67, 0xcb, 0x31, 0x51, 0xb7, 0x00, 0x00, 0x00, 0x00, 0x49, 0x45, 0x4e, 0x44, 0xae, 0x42, - 0x60, 0x82, -}; - -const BITMAP_OPAQUE pinshape_invert_xpm[1] = {{ png, sizeof( png ), "pinshape_invert_xpm" }}; - -//EOF diff --git a/bitmaps_png/cpp_26/pinshape_nonlogic.cpp b/bitmaps_png/cpp_26/pinshape_nonlogic.cpp deleted file mode 100644 index 32b1c48371..0000000000 --- a/bitmaps_png/cpp_26/pinshape_nonlogic.cpp +++ /dev/null @@ -1,38 +0,0 @@ - -/* Do not modify this file, it was automatically generated by the - * PNG2cpp CMake script, using a *.png file as input. - */ - -#include "bitmaps.h" - -static const unsigned char png[] = { - 0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a, 0x00, 0x00, 0x00, 0x0d, 0x49, 0x48, 0x44, 0x52, - 0x00, 0x00, 0x00, 0x1a, 0x00, 0x00, 0x00, 0x1a, 0x08, 0x06, 0x00, 0x00, 0x00, 0xa9, 0x4a, 0x4c, - 0xce, 0x00, 0x00, 0x01, 0x57, 0x49, 0x44, 0x41, 0x54, 0x48, 0xc7, 0x63, 0xf8, 0xff, 0xff, 0x3f, - 0x03, 0x3d, 0x30, 0x6e, 0x09, 0x06, 0x06, 0x76, 0x20, 0x16, 0x00, 0x62, 0x4e, 0x5a, 0x5b, 0x54, - 0x00, 0xc4, 0x20, 0xc6, 0x84, 0x51, 0x8b, 0x06, 0xde, 0x22, 0x20, 0x60, 0x01, 0x62, 0x63, 0x62, - 0x2c, 0x02, 0x02, 0x2e, 0x20, 0xe6, 0x23, 0xd9, 0x22, 0x20, 0x60, 0x05, 0xe2, 0xf5, 0x40, 0xfc, - 0x0d, 0x88, 0x1d, 0xf1, 0x59, 0x04, 0x04, 0x3c, 0x40, 0x7c, 0x10, 0x88, 0x8f, 0x00, 0x31, 0x37, - 0xa9, 0x16, 0x31, 0x03, 0xf1, 0x0a, 0xa8, 0xa1, 0x5f, 0x80, 0xd8, 0x06, 0x9b, 0x45, 0x40, 0xc0, - 0x0f, 0xc4, 0xc7, 0xa0, 0x62, 0x2f, 0x80, 0x58, 0x8d, 0xdc, 0xa0, 0x5b, 0x07, 0x35, 0xe4, 0x13, - 0x10, 0x9b, 0x21, 0x5b, 0x04, 0xc4, 0x82, 0x40, 0x7c, 0x0a, 0xca, 0x7f, 0x0a, 0xc4, 0x1a, 0x64, - 0x27, 0x06, 0x68, 0x10, 0x6e, 0x81, 0x1a, 0xf6, 0x1e, 0x88, 0xbb, 0xa1, 0xec, 0x99, 0x40, 0x7c, - 0x1e, 0xca, 0x7e, 0x04, 0xc4, 0x2a, 0x14, 0xa7, 0x3a, 0x68, 0x69, 0xb0, 0x13, 0x29, 0x18, 0x41, - 0xf4, 0x1b, 0x28, 0x7d, 0x0f, 0x88, 0x15, 0xa8, 0x96, 0xbc, 0x41, 0x45, 0x0e, 0x10, 0xef, 0x83, - 0x1a, 0x0e, 0xc3, 0x6f, 0x81, 0xb8, 0x0f, 0x88, 0x1b, 0x48, 0xc0, 0x26, 0x04, 0xf3, 0x11, 0x10, - 0xa8, 0x03, 0xf1, 0x2f, 0x34, 0xcb, 0x48, 0xc5, 0x19, 0x84, 0x7c, 0xa4, 0x08, 0xc4, 0xf7, 0xd1, - 0x34, 0x81, 0x82, 0x2f, 0x17, 0x88, 0x23, 0x48, 0xc0, 0xca, 0xf8, 0xe2, 0x48, 0x15, 0x88, 0x1f, - 0x43, 0x0d, 0x7f, 0x02, 0xa5, 0x5f, 0x22, 0xc5, 0x91, 0x0c, 0xc5, 0x71, 0x04, 0x04, 0x9a, 0x40, - 0xfc, 0x0c, 0x6a, 0xe8, 0x49, 0x20, 0xae, 0x84, 0xb2, 0x67, 0x00, 0xf1, 0x45, 0x28, 0xfb, 0x26, - 0x10, 0x4b, 0x50, 0x52, 0x04, 0xe9, 0x22, 0xb9, 0xfc, 0x28, 0xa8, 0x88, 0x41, 0xcb, 0x47, 0xa2, - 0x40, 0x7c, 0x0d, 0xca, 0xbf, 0x0a, 0xe2, 0x93, 0x53, 0x04, 0xc9, 0x22, 0x25, 0xe1, 0x03, 0xa0, - 0x62, 0x06, 0x47, 0xc9, 0x20, 0x01, 0xc4, 0xb7, 0xa0, 0x62, 0x17, 0x40, 0x95, 0x22, 0x39, 0x3e, - 0xea, 0x07, 0xe2, 0x5d, 0xc8, 0xb5, 0x29, 0x8e, 0xb2, 0x4e, 0x06, 0x88, 0xef, 0x02, 0xf1, 0x52, - 0x50, 0x69, 0x42, 0x76, 0xc9, 0x40, 0x64, 0xe9, 0x2d, 0x06, 0xc4, 0x4c, 0xa3, 0x15, 0xdf, 0xa0, - 0xb0, 0x28, 0x15, 0x5a, 0xef, 0x34, 0xd1, 0xd4, 0x22, 0x6a, 0x63, 0x00, 0xe2, 0xca, 0xf2, 0xd2, - 0x8b, 0x32, 0xf3, 0x05, 0x00, 0x00, 0x00, 0x00, 0x49, 0x45, 0x4e, 0x44, 0xae, 0x42, 0x60, 0x82, -}; - -const BITMAP_OPAQUE pinshape_nonlogic_xpm[1] = {{ png, sizeof( png ), "pinshape_nonlogic_xpm" }}; - -//EOF diff --git a/bitmaps_png/cpp_26/pinshape_normal.cpp b/bitmaps_png/cpp_26/pinshape_normal.cpp deleted file mode 100644 index d76a1e2ab6..0000000000 --- a/bitmaps_png/cpp_26/pinshape_normal.cpp +++ /dev/null @@ -1,22 +0,0 @@ - -/* Do not modify this file, it was automatically generated by the - * PNG2cpp CMake script, using a *.png file as input. - */ - -#include "bitmaps.h" - -static const unsigned char png[] = { - 0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a, 0x00, 0x00, 0x00, 0x0d, 0x49, 0x48, 0x44, 0x52, - 0x00, 0x00, 0x00, 0x1a, 0x00, 0x00, 0x00, 0x1a, 0x08, 0x06, 0x00, 0x00, 0x00, 0xa9, 0x4a, 0x4c, - 0xce, 0x00, 0x00, 0x00, 0x56, 0x49, 0x44, 0x41, 0x54, 0x48, 0xc7, 0x63, 0xf8, 0xff, 0xff, 0x3f, - 0x03, 0x3d, 0x30, 0xa6, 0x00, 0x03, 0x03, 0x17, 0x10, 0x0b, 0x00, 0x31, 0x1b, 0xad, 0x2d, 0x5a, - 0x00, 0xc4, 0x20, 0x46, 0xc2, 0xa8, 0x45, 0xa3, 0x16, 0x8d, 0x5a, 0x34, 0x6a, 0x11, 0x86, 0x45, - 0xfb, 0x81, 0x78, 0x06, 0x85, 0x58, 0x8d, 0x18, 0x8b, 0xa8, 0x81, 0x1d, 0x88, 0xb1, 0x68, 0x19, - 0x10, 0x17, 0x50, 0x88, 0x65, 0x46, 0x53, 0xdd, 0xa8, 0x45, 0xa3, 0x16, 0x0d, 0x13, 0x8b, 0x26, - 0x02, 0xf1, 0x0b, 0x20, 0x0e, 0xa7, 0xa9, 0x45, 0xb4, 0xc2, 0x00, 0xb1, 0x2e, 0xc4, 0xf0, 0x80, - 0x2d, 0x05, 0xc1, 0x00, 0x00, 0x00, 0x00, 0x49, 0x45, 0x4e, 0x44, 0xae, 0x42, 0x60, 0x82, -}; - -const BITMAP_OPAQUE pinshape_normal_xpm[1] = {{ png, sizeof( png ), "pinshape_normal_xpm" }}; - -//EOF diff --git a/bitmaps_png/cpp_26/pintype_3states.cpp b/bitmaps_png/cpp_26/pintype_3states.cpp deleted file mode 100644 index acba47bff7..0000000000 --- a/bitmaps_png/cpp_26/pintype_3states.cpp +++ /dev/null @@ -1,32 +0,0 @@ - -/* Do not modify this file, it was automatically generated by the - * PNG2cpp CMake script, using a *.png file as input. - */ - -#include "bitmaps.h" - -static const unsigned char png[] = { - 0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a, 0x00, 0x00, 0x00, 0x0d, 0x49, 0x48, 0x44, 0x52, - 0x00, 0x00, 0x00, 0x1a, 0x00, 0x00, 0x00, 0x1a, 0x08, 0x06, 0x00, 0x00, 0x00, 0xa9, 0x4a, 0x4c, - 0xce, 0x00, 0x00, 0x00, 0xf5, 0x49, 0x44, 0x41, 0x54, 0x48, 0xc7, 0x63, 0xf8, 0xff, 0xff, 0x3f, - 0x03, 0x3d, 0x30, 0xc3, 0xa8, 0x45, 0x43, 0xc3, 0x22, 0x20, 0x48, 0x04, 0xe2, 0x1d, 0x40, 0x2c, - 0x08, 0x97, 0x60, 0x60, 0xd0, 0x06, 0xe2, 0x02, 0x12, 0xb1, 0x1b, 0x8a, 0xe1, 0x0c, 0x0c, 0xb3, - 0x81, 0xb8, 0x1f, 0xd9, 0xa2, 0x0e, 0x20, 0x06, 0x31, 0x24, 0x90, 0x14, 0xb1, 0x00, 0xf1, 0x46, - 0xa8, 0xf8, 0x57, 0x20, 0x7e, 0x81, 0x03, 0x7f, 0x84, 0xaa, 0xb9, 0x0e, 0xc4, 0xe2, 0x68, 0x16, - 0xdd, 0x00, 0xe2, 0x13, 0x78, 0x2d, 0x82, 0x8a, 0x73, 0x00, 0xf1, 0x7e, 0x20, 0x7e, 0x0d, 0xc4, - 0x1a, 0x18, 0xc1, 0xc1, 0xc0, 0x20, 0x02, 0xc4, 0x57, 0x81, 0xf8, 0x2e, 0x10, 0x4b, 0x61, 0x91, - 0x27, 0xce, 0x22, 0xa8, 0x1c, 0x2f, 0x10, 0x9f, 0x01, 0xe2, 0xc7, 0x40, 0x2c, 0x87, 0x24, 0x2e, - 0x00, 0xc4, 0xe7, 0x80, 0xf8, 0x11, 0x10, 0x2b, 0x60, 0x8d, 0x17, 0x52, 0x2c, 0x82, 0xca, 0x8b, - 0x42, 0x35, 0xdd, 0x84, 0xb2, 0x79, 0x80, 0xf8, 0x38, 0x10, 0x3f, 0x07, 0x62, 0x55, 0x9c, 0x09, - 0x80, 0x54, 0x8b, 0xa0, 0x6a, 0x64, 0xa1, 0xae, 0x3f, 0x0b, 0xc4, 0x07, 0xa0, 0xc1, 0xa9, 0x8d, - 0x37, 0xa5, 0x91, 0x63, 0x11, 0x54, 0x9d, 0x06, 0xd4, 0x82, 0xf7, 0x40, 0x6c, 0x48, 0x30, 0x49, - 0xe3, 0xb1, 0xe8, 0x18, 0xd4, 0xb5, 0xf8, 0xf0, 0x59, 0x68, 0xdc, 0x1c, 0x20, 0x02, 0x7f, 0xc4, - 0x65, 0x11, 0x28, 0xc2, 0x1f, 0x50, 0x11, 0x7f, 0x25, 0x2b, 0xe8, 0x48, 0x2e, 0x0d, 0xc8, 0x8d, - 0xa3, 0x51, 0x8b, 0x46, 0x86, 0x45, 0x79, 0x40, 0x7c, 0x01, 0x88, 0x85, 0xa9, 0x6c, 0xd1, 0x7a, - 0x20, 0x5e, 0x34, 0x5a, 0x95, 0x8f, 0x5a, 0x84, 0x82, 0x01, 0xec, 0xbb, 0x3f, 0x48, 0x83, 0x05, - 0xab, 0xfc, 0x00, 0x00, 0x00, 0x00, 0x49, 0x45, 0x4e, 0x44, 0xae, 0x42, 0x60, 0x82, -}; - -const BITMAP_OPAQUE pintype_3states_xpm[1] = {{ png, sizeof( png ), "pintype_3states_xpm" }}; - -//EOF diff --git a/bitmaps_png/cpp_26/pintype_bidi.cpp b/bitmaps_png/cpp_26/pintype_bidi.cpp deleted file mode 100644 index 443112c17f..0000000000 --- a/bitmaps_png/cpp_26/pintype_bidi.cpp +++ /dev/null @@ -1,33 +0,0 @@ - -/* Do not modify this file, it was automatically generated by the - * PNG2cpp CMake script, using a *.png file as input. - */ - -#include "bitmaps.h" - -static const unsigned char png[] = { - 0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a, 0x00, 0x00, 0x00, 0x0d, 0x49, 0x48, 0x44, 0x52, - 0x00, 0x00, 0x00, 0x1a, 0x00, 0x00, 0x00, 0x1a, 0x08, 0x06, 0x00, 0x00, 0x00, 0xa9, 0x4a, 0x4c, - 0xce, 0x00, 0x00, 0x00, 0xfb, 0x49, 0x44, 0x41, 0x54, 0x48, 0xc7, 0xed, 0xd5, 0xcd, 0x2a, 0x45, - 0x51, 0x14, 0x07, 0xf0, 0xdf, 0xc8, 0x80, 0x44, 0x5e, 0xc1, 0x2d, 0xe5, 0x2a, 0x6e, 0x49, 0xe4, - 0x3e, 0x86, 0x81, 0x18, 0xc9, 0xc4, 0xc0, 0xe0, 0x4e, 0x94, 0x11, 0xaf, 0xe2, 0x51, 0x44, 0x62, - 0x40, 0xf2, 0x06, 0x8a, 0x81, 0xdc, 0x7c, 0x45, 0x89, 0x70, 0x0c, 0xac, 0x01, 0xf2, 0x71, 0xf6, - 0x71, 0xba, 0x19, 0x9c, 0xc1, 0x9a, 0xec, 0xc1, 0xfe, 0xb5, 0xd7, 0xfe, 0xef, 0xb5, 0x65, 0x59, - 0xa6, 0x13, 0xa5, 0x82, 0x2a, 0xe8, 0x57, 0x08, 0x83, 0xc9, 0x9b, 0x51, 0x4b, 0x82, 0xd0, 0xc4, - 0x1d, 0xd6, 0x12, 0x90, 0x26, 0xee, 0xb1, 0x9e, 0x0b, 0xc2, 0x04, 0x6e, 0x70, 0x8e, 0xe1, 0x04, - 0xa8, 0x1b, 0x5b, 0xc8, 0xb0, 0xf2, 0x23, 0x84, 0x06, 0xae, 0x70, 0x81, 0xd1, 0x02, 0xad, 0xeb, - 0xc5, 0x6e, 0x60, 0xcb, 0x5f, 0x42, 0x18, 0x41, 0x1b, 0xd7, 0x18, 0x2f, 0x7c, 0xe9, 0xf4, 0x61, - 0x1f, 0x2f, 0x58, 0xfc, 0x00, 0x61, 0x08, 0x67, 0xb8, 0xc5, 0xd4, 0x9f, 0x13, 0xc6, 0x00, 0x8e, - 0xf0, 0x8c, 0xf9, 0x58, 0x53, 0xc3, 0x29, 0x1e, 0x70, 0x88, 0xcd, 0x92, 0x6a, 0x27, 0xba, 0xf3, - 0x84, 0x99, 0xf7, 0xd0, 0x63, 0x9c, 0xea, 0xb8, 0xa4, 0x3a, 0x89, 0xe4, 0xbe, 0x41, 0x1d, 0x68, - 0xdd, 0xdc, 0xe7, 0x30, 0xd4, 0x4b, 0x0a, 0x43, 0x3f, 0x0e, 0x22, 0x0c, 0x0b, 0xdf, 0xc5, 0x7b, - 0x0c, 0x97, 0x51, 0x45, 0xe3, 0xbd, 0x17, 0xf1, 0x5e, 0xca, 0xfb, 0x60, 0xdb, 0xa8, 0x27, 0x20, - 0x3d, 0xd8, 0x0e, 0xa4, 0x95, 0x77, 0x04, 0x4d, 0xc7, 0x45, 0x6e, 0x24, 0x40, 0xb3, 0x81, 0xac, - 0xa6, 0x0e, 0xd5, 0x06, 0xba, 0x12, 0x5b, 0x37, 0x59, 0xfd, 0x47, 0x15, 0xf4, 0x7f, 0xa0, 0x57, - 0xe8, 0xa1, 0xab, 0x97, 0xa6, 0xba, 0x1d, 0x34, 0x00, 0x00, 0x00, 0x00, 0x49, 0x45, 0x4e, 0x44, - 0xae, 0x42, 0x60, 0x82, -}; - -const BITMAP_OPAQUE pintype_bidi_xpm[1] = {{ png, sizeof( png ), "pintype_bidi_xpm" }}; - -//EOF diff --git a/bitmaps_png/cpp_26/pintype_input.cpp b/bitmaps_png/cpp_26/pintype_input.cpp deleted file mode 100644 index 0623447d75..0000000000 --- a/bitmaps_png/cpp_26/pintype_input.cpp +++ /dev/null @@ -1,29 +0,0 @@ - -/* Do not modify this file, it was automatically generated by the - * PNG2cpp CMake script, using a *.png file as input. - */ - -#include "bitmaps.h" - -static const unsigned char png[] = { - 0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a, 0x00, 0x00, 0x00, 0x0d, 0x49, 0x48, 0x44, 0x52, - 0x00, 0x00, 0x00, 0x1a, 0x00, 0x00, 0x00, 0x1a, 0x08, 0x06, 0x00, 0x00, 0x00, 0xa9, 0x4a, 0x4c, - 0xce, 0x00, 0x00, 0x00, 0xb9, 0x49, 0x44, 0x41, 0x54, 0x48, 0xc7, 0x63, 0xf8, 0xff, 0xff, 0x3f, - 0x03, 0x3d, 0x30, 0xc3, 0x90, 0xb7, 0x08, 0x08, 0x3a, 0x40, 0x98, 0x1e, 0x16, 0x5d, 0x00, 0xe1, - 0x51, 0x8b, 0x70, 0x19, 0x26, 0x04, 0xc4, 0x82, 0x34, 0xb5, 0x08, 0x08, 0x38, 0x80, 0xf8, 0x32, - 0x10, 0x9f, 0x04, 0x62, 0x5e, 0x5a, 0xfb, 0xa8, 0x14, 0x88, 0x41, 0x8c, 0xc3, 0x40, 0xcc, 0x45, - 0xd3, 0x38, 0x02, 0x82, 0x5a, 0xa8, 0x65, 0x7b, 0x40, 0xbe, 0xa4, 0x69, 0x62, 0x00, 0x82, 0x16, - 0xa8, 0x65, 0x5b, 0x80, 0x98, 0x95, 0xa6, 0xa9, 0x0e, 0x08, 0x7a, 0xa0, 0x96, 0xad, 0x05, 0x62, - 0x66, 0x82, 0x16, 0x01, 0x41, 0x14, 0x10, 0x1f, 0x20, 0x13, 0x3f, 0x81, 0x5a, 0xb6, 0x14, 0x88, - 0x2f, 0x12, 0xb2, 0x28, 0x13, 0x88, 0x1f, 0x90, 0x89, 0x3f, 0x11, 0x6d, 0x11, 0x15, 0x82, 0x6e, - 0x35, 0x51, 0x41, 0x47, 0xa6, 0x25, 0xad, 0x50, 0x4b, 0x36, 0xd1, 0x2c, 0x31, 0x20, 0x25, 0xef, - 0x1d, 0x40, 0xcc, 0x4e, 0xab, 0x0c, 0x5b, 0x06, 0xb5, 0x64, 0x1f, 0x10, 0x73, 0xd2, 0xaa, 0x08, - 0x12, 0x01, 0xe2, 0x37, 0x40, 0x7c, 0x04, 0x88, 0xb9, 0x69, 0x5d, 0x04, 0x69, 0x02, 0x31, 0xdf, - 0x68, 0x7d, 0x34, 0x64, 0x2d, 0x5a, 0x04, 0xc2, 0xc3, 0xa7, 0xb9, 0x85, 0x8e, 0x01, 0x25, 0xc6, - 0xc7, 0x17, 0xe2, 0x44, 0x8b, 0x82, 0x00, 0x00, 0x00, 0x00, 0x49, 0x45, 0x4e, 0x44, 0xae, 0x42, - 0x60, 0x82, -}; - -const BITMAP_OPAQUE pintype_input_xpm[1] = {{ png, sizeof( png ), "pintype_input_xpm" }}; - -//EOF diff --git a/bitmaps_png/cpp_26/pintype_noconnect.cpp b/bitmaps_png/cpp_26/pintype_noconnect.cpp deleted file mode 100644 index 94b3f2ffb8..0000000000 --- a/bitmaps_png/cpp_26/pintype_noconnect.cpp +++ /dev/null @@ -1,43 +0,0 @@ - -/* Do not modify this file, it was automatically generated by the - * PNG2cpp CMake script, using a *.png file as input. - */ - -#include "bitmaps.h" - -static const unsigned char png[] = { - 0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a, 0x00, 0x00, 0x00, 0x0d, 0x49, 0x48, 0x44, 0x52, - 0x00, 0x00, 0x00, 0x1a, 0x00, 0x00, 0x00, 0x1a, 0x08, 0x06, 0x00, 0x00, 0x00, 0xa9, 0x4a, 0x4c, - 0xce, 0x00, 0x00, 0x01, 0x99, 0x49, 0x44, 0x41, 0x54, 0x48, 0xc7, 0xdd, 0x56, 0xbb, 0x4a, 0x03, - 0x51, 0x10, 0x9d, 0x68, 0xd0, 0x08, 0x6a, 0xf6, 0x91, 0x28, 0x42, 0x10, 0x45, 0x10, 0x04, 0xc5, - 0x46, 0xfc, 0x01, 0x4b, 0x3f, 0xca, 0x52, 0x1b, 0x1b, 0x41, 0x0b, 0x9b, 0x80, 0x55, 0xec, 0x4c, - 0xa7, 0x5d, 0x90, 0xa0, 0x22, 0x4a, 0x04, 0x15, 0x15, 0x25, 0x24, 0x88, 0x0f, 0x2c, 0xb4, 0xb0, - 0xb0, 0x70, 0x6f, 0xc6, 0x73, 0x37, 0x43, 0x90, 0x84, 0xb8, 0xd9, 0x8d, 0x46, 0xe3, 0xc2, 0xb0, - 0x8f, 0x99, 0x73, 0xce, 0xcc, 0xdd, 0x99, 0xbb, 0x4b, 0xcc, 0x4c, 0xad, 0x30, 0x6a, 0x7b, 0x21, - 0x1c, 0x4b, 0xda, 0x5a, 0x21, 0x74, 0xa2, 0xed, 0xf7, 0x84, 0x70, 0x15, 0xfa, 0x71, 0x21, 0x32, - 0x79, 0x8a, 0x2c, 0x95, 0xa3, 0x28, 0x8f, 0x79, 0x12, 0x58, 0x9c, 0x40, 0xec, 0x11, 0xc5, 0x78, - 0x26, 0x80, 0x90, 0x5a, 0x01, 0x98, 0x61, 0x45, 0x88, 0x0e, 0xd7, 0x05, 0x0f, 0xf0, 0x20, 0x62, - 0xae, 0x24, 0x76, 0xdd, 0xbf, 0x10, 0x71, 0x27, 0x80, 0x9b, 0x2e, 0x81, 0xa9, 0xae, 0x91, 0xed, - 0x50, 0x0d, 0xb0, 0x8f, 0x6d, 0xf8, 0x4f, 0xcb, 0x31, 0xa5, 0x2d, 0x60, 0xc2, 0x41, 0xdf, 0x51, - 0x18, 0x04, 0x69, 0xc9, 0xf6, 0x1c, 0xc4, 0xb1, 0x8a, 0xcf, 0xe4, 0x28, 0x12, 0x38, 0x2e, 0xfb, - 0x4a, 0xdb, 0x88, 0xed, 0x6a, 0xaa, 0xeb, 0x70, 0xd7, 0x0d, 0xa2, 0x1d, 0x11, 0xcb, 0x91, 0xc1, - 0x06, 0xc5, 0xb9, 0x97, 0x2c, 0x67, 0xcf, 0x7d, 0x66, 0x3b, 0x19, 0x4a, 0x70, 0xcf, 0xb7, 0xb4, - 0xb7, 0x26, 0x72, 0x09, 0x5d, 0x31, 0xe7, 0x10, 0x55, 0xee, 0xca, 0xf5, 0xbe, 0x16, 0xfd, 0xd6, - 0x39, 0x72, 0xab, 0x30, 0x5f, 0xce, 0xa4, 0x32, 0x26, 0xe3, 0xf2, 0x95, 0x42, 0xf1, 0x2c, 0x80, - 0x19, 0x1f, 0x76, 0xe3, 0x2d, 0xa4, 0xdf, 0x97, 0x71, 0x7f, 0x50, 0x11, 0xea, 0xcf, 0xbe, 0x11, - 0x45, 0x8a, 0x70, 0x14, 0x7c, 0x58, 0xfe, 0xeb, 0xa5, 0x23, 0xee, 0x00, 0x79, 0x4a, 0x3a, 0x30, - 0x8f, 0xf3, 0x85, 0x74, 0x5a, 0xda, 0xab, 0xd3, 0xfc, 0x34, 0x43, 0x08, 0xa4, 0x49, 0xa9, 0xa4, - 0xa0, 0x67, 0xaa, 0x6a, 0x76, 0x52, 0x3a, 0x91, 0xe6, 0x85, 0x6c, 0xb5, 0x26, 0x84, 0x77, 0x9f, - 0x77, 0x09, 0xd9, 0x0d, 0xf2, 0xe2, 0x4b, 0x36, 0xb2, 0x5d, 0xd5, 0x9f, 0x23, 0x4b, 0x2d, 0x97, - 0x5b, 0x58, 0x3d, 0x91, 0xcd, 0x13, 0x35, 0xc0, 0x28, 0x8f, 0xc2, 0x7f, 0x2b, 0x31, 0xab, 0xc1, - 0xf6, 0x3a, 0x4b, 0x2d, 0x48, 0xb6, 0xcf, 0x98, 0x9d, 0xe9, 0xba, 0xe0, 0x18, 0x8f, 0x23, 0xe6, - 0x51, 0xc4, 0x16, 0xfd, 0x0b, 0xd9, 0xef, 0x73, 0x00, 0x3f, 0xa0, 0x92, 0x59, 0xcf, 0x4c, 0x4d, - 0x9e, 0x74, 0x97, 0xd6, 0x74, 0xe6, 0x83, 0x2d, 0x5d, 0x83, 0x13, 0xef, 0xc6, 0x8e, 0x70, 0xe4, - 0xef, 0x7f, 0xf8, 0xda, 0x59, 0x68, 0x43, 0xdb, 0xff, 0xf9, 0xdd, 0xaa, 0xb6, 0x0f, 0xe0, 0x7b, - 0xb3, 0x45, 0xc7, 0x85, 0x1c, 0x2a, 0x00, 0x00, 0x00, 0x00, 0x49, 0x45, 0x4e, 0x44, 0xae, 0x42, - 0x60, 0x82, -}; - -const BITMAP_OPAQUE pintype_noconnect_xpm[1] = {{ png, sizeof( png ), "pintype_noconnect_xpm" }}; - -//EOF diff --git a/bitmaps_png/cpp_26/pintype_notspecif.cpp b/bitmaps_png/cpp_26/pintype_notspecif.cpp deleted file mode 100644 index b7c5bd4cc8..0000000000 --- a/bitmaps_png/cpp_26/pintype_notspecif.cpp +++ /dev/null @@ -1,39 +0,0 @@ - -/* Do not modify this file, it was automatically generated by the - * PNG2cpp CMake script, using a *.png file as input. - */ - -#include "bitmaps.h" - -static const unsigned char png[] = { - 0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a, 0x00, 0x00, 0x00, 0x0d, 0x49, 0x48, 0x44, 0x52, - 0x00, 0x00, 0x00, 0x1a, 0x00, 0x00, 0x00, 0x1a, 0x08, 0x06, 0x00, 0x00, 0x00, 0xa9, 0x4a, 0x4c, - 0xce, 0x00, 0x00, 0x01, 0x60, 0x49, 0x44, 0x41, 0x54, 0x48, 0xc7, 0x63, 0xf8, 0xff, 0xff, 0x3f, - 0x03, 0x3d, 0x30, 0xc3, 0xa8, 0x45, 0xc3, 0xc7, 0xa2, 0x1f, 0xc1, 0xe2, 0x4a, 0x7f, 0x82, 0xa5, - 0xe6, 0xfc, 0x0e, 0x91, 0x3a, 0x03, 0xc4, 0x6f, 0xff, 0x84, 0x48, 0xdd, 0xfe, 0x1d, 0x2a, 0xb9, - 0xf5, 0x57, 0xa8, 0x54, 0xf2, 0xff, 0x06, 0x06, 0x26, 0xaa, 0x58, 0xf4, 0x2b, 0x58, 0x2a, 0x09, - 0x68, 0xf8, 0x4f, 0x20, 0xfe, 0x0f, 0xc4, 0x5f, 0x7f, 0x87, 0x4a, 0x9d, 0x05, 0x5a, 0x74, 0x0f, - 0xc8, 0xfe, 0x07, 0x15, 0xbb, 0xf8, 0x3f, 0x54, 0x54, 0x82, 0x22, 0x8b, 0x7e, 0x05, 0x4b, 0x9a, - 0xc0, 0x2c, 0x01, 0x1a, 0x3e, 0xfb, 0x7f, 0xb4, 0x10, 0x1f, 0x5c, 0x2e, 0x48, 0xda, 0x02, 0x6a, - 0x21, 0xc8, 0xb2, 0xc3, 0xff, 0x1d, 0x18, 0x58, 0x28, 0xb0, 0x48, 0x6a, 0x29, 0xd4, 0xa0, 0xa3, - 0xd8, 0x82, 0xe8, 0x67, 0xa8, 0x8c, 0x2e, 0x50, 0xee, 0x2f, 0x48, 0x0d, 0xc8, 0x62, 0xf2, 0x2c, - 0x02, 0x1a, 0x0c, 0x34, 0xe0, 0x35, 0xd8, 0x10, 0x60, 0xf0, 0xe1, 0x52, 0xf7, 0x3b, 0x58, 0xea, - 0x1a, 0x54, 0x4d, 0x36, 0xf9, 0x71, 0x14, 0xca, 0xc0, 0xfc, 0x3f, 0x48, 0x5a, 0xe6, 0x7f, 0xa8, - 0x0c, 0x27, 0x56, 0x79, 0x60, 0x70, 0x01, 0x2d, 0xf9, 0x08, 0xf1, 0xb5, 0x8c, 0x03, 0xcd, 0x92, - 0xf7, 0xef, 0x60, 0xe9, 0x09, 0xd0, 0xa0, 0x7d, 0xfd, 0x3f, 0xcd, 0x98, 0x15, 0xaf, 0x45, 0x40, - 0xe0, 0x01, 0xc4, 0x2f, 0x48, 0xc5, 0x13, 0x0d, 0xf8, 0xbf, 0x82, 0x2c, 0x79, 0x1f, 0x20, 0xf9, - 0xcf, 0x42, 0x88, 0xf5, 0x2d, 0x0e, 0x75, 0xd5, 0xc8, 0x16, 0x05, 0x00, 0xf1, 0x7f, 0x62, 0x31, - 0x33, 0x23, 0xc3, 0xff, 0xd9, 0x26, 0x02, 0x20, 0x5f, 0xfc, 0xff, 0x14, 0x28, 0xf9, 0xdf, 0x4e, - 0x94, 0x0d, 0x9f, 0xfa, 0x0e, 0xb2, 0x83, 0x0e, 0x68, 0x41, 0x3d, 0x3c, 0x4f, 0x85, 0x48, 0x3b, - 0xd3, 0xa6, 0x08, 0x8a, 0x92, 0x13, 0x84, 0xe7, 0xab, 0x50, 0xc9, 0x40, 0x9a, 0x95, 0x75, 0xbf, - 0x43, 0x25, 0xec, 0xa1, 0x49, 0xf9, 0x11, 0x4d, 0x0b, 0xd5, 0x5f, 0xa1, 0x92, 0x69, 0xf0, 0x92, - 0x80, 0xa6, 0xa5, 0xb7, 0xaf, 0x14, 0x17, 0xb8, 0x5c, 0x03, 0x06, 0x21, 0x6d, 0x2d, 0x02, 0x5a, - 0xf0, 0x3d, 0x42, 0x42, 0xe1, 0x7f, 0xa8, 0x94, 0x1c, 0x4d, 0x2d, 0x02, 0x06, 0x59, 0x37, 0x34, - 0xe8, 0xbe, 0x0c, 0x0f, 0x8b, 0x40, 0x15, 0x20, 0xa8, 0x4c, 0xfb, 0x1d, 0x22, 0x69, 0x3b, 0xda, - 0x66, 0xa0, 0x0b, 0x06, 0x00, 0xe8, 0x4f, 0x35, 0x76, 0x54, 0x48, 0xba, 0x70, 0x00, 0x00, 0x00, - 0x00, 0x49, 0x45, 0x4e, 0x44, 0xae, 0x42, 0x60, 0x82, -}; - -const BITMAP_OPAQUE pintype_notspecif_xpm[1] = {{ png, sizeof( png ), "pintype_notspecif_xpm" }}; - -//EOF diff --git a/bitmaps_png/cpp_26/pintype_opencoll.cpp b/bitmaps_png/cpp_26/pintype_opencoll.cpp deleted file mode 100644 index 68a019d541..0000000000 --- a/bitmaps_png/cpp_26/pintype_opencoll.cpp +++ /dev/null @@ -1,36 +0,0 @@ - -/* Do not modify this file, it was automatically generated by the - * PNG2cpp CMake script, using a *.png file as input. - */ - -#include "bitmaps.h" - -static const unsigned char png[] = { - 0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a, 0x00, 0x00, 0x00, 0x0d, 0x49, 0x48, 0x44, 0x52, - 0x00, 0x00, 0x00, 0x1a, 0x00, 0x00, 0x00, 0x1a, 0x08, 0x06, 0x00, 0x00, 0x00, 0xa9, 0x4a, 0x4c, - 0xce, 0x00, 0x00, 0x01, 0x29, 0x49, 0x44, 0x41, 0x54, 0x48, 0xc7, 0xbd, 0xd6, 0xaf, 0x4b, 0x43, - 0x51, 0x18, 0xc6, 0xf1, 0xcf, 0x36, 0x50, 0x87, 0x20, 0xa2, 0x66, 0xc3, 0x82, 0x18, 0x44, 0xcc, - 0x16, 0xff, 0x81, 0x25, 0xff, 0x10, 0x83, 0x7d, 0x45, 0x8b, 0x22, 0xd8, 0xb4, 0x09, 0x4b, 0x36, - 0xc1, 0xa8, 0x49, 0xa3, 0x0b, 0x82, 0x8a, 0x98, 0x16, 0x8c, 0x26, 0x7f, 0x20, 0x88, 0x88, 0x7a, - 0x2d, 0xaf, 0x20, 0xc3, 0x0d, 0xdd, 0xbd, 0x67, 0xe1, 0xe1, 0xc2, 0x81, 0x73, 0xbf, 0x9c, 0xf7, - 0x79, 0xde, 0xf7, 0x1c, 0x59, 0x96, 0x19, 0x84, 0xf2, 0x6d, 0x66, 0x14, 0xe3, 0x5d, 0x54, 0x29, - 0x04, 0x84, 0x0a, 0xae, 0x90, 0x75, 0xd1, 0x42, 0x51, 0xa0, 0xcd, 0xf8, 0x61, 0x1b, 0xcd, 0x5f, - 0x34, 0x9d, 0x1b, 0x84, 0xe5, 0x80, 0x5c, 0xa0, 0x9a, 0xc4, 0x23, 0xcc, 0xe0, 0x09, 0x0f, 0xa8, - 0x25, 0x09, 0x43, 0x98, 0x7f, 0x8d, 0x4f, 0xd4, 0x93, 0xa5, 0x0e, 0xfb, 0x51, 0xb2, 0xb5, 0x64, - 0xf1, 0xc6, 0x4a, 0x40, 0x8e, 0x50, 0xee, 0x0b, 0x84, 0x32, 0x66, 0x7b, 0xa8, 0x8e, 0x37, 0xdc, - 0x62, 0xb2, 0xef, 0x86, 0x8d, 0x06, 0xcb, 0x7a, 0xe8, 0x39, 0xbe, 0x8b, 0xb9, 0x26, 0x03, 0x46, - 0xb0, 0xd1, 0x43, 0x07, 0x01, 0xda, 0x4a, 0x3a, 0x82, 0x30, 0x14, 0x3d, 0xf3, 0x81, 0xa5, 0xa4, - 0xb3, 0x0e, 0x73, 0x78, 0x0d, 0x9f, 0xc6, 0x7e, 0xac, 0x0f, 0xa7, 0x88, 0xf7, 0x6a, 0x94, 0xb0, - 0x89, 0x12, 0x1a, 0x38, 0x4e, 0x01, 0x2a, 0xe1, 0x24, 0x60, 0x37, 0x91, 0xc4, 0xd3, 0x14, 0xa0, - 0x32, 0x76, 0xc2, 0xab, 0xef, 0x44, 0xb6, 0x8a, 0xf6, 0x68, 0x1e, 0x2d, 0xbc, 0x77, 0x44, 0xff, - 0xb2, 0x68, 0x50, 0x2d, 0xbc, 0x69, 0x77, 0x80, 0xee, 0x52, 0x4d, 0xef, 0x09, 0x6c, 0x87, 0x47, - 0x59, 0xf8, 0x54, 0x4d, 0x76, 0x95, 0x47, 0x93, 0x9f, 0xe3, 0x05, 0x53, 0xa9, 0xdf, 0x0c, 0x87, - 0x71, 0xaa, 0xca, 0x40, 0x40, 0x45, 0x87, 0x61, 0x1d, 0x67, 0x1d, 0xba, 0x8f, 0x13, 0x75, 0xae, - 0x37, 0xf2, 0x80, 0xf6, 0xf0, 0xf8, 0x47, 0xed, 0x16, 0x5a, 0xba, 0xff, 0xe8, 0x0b, 0xc1, 0x5f, - 0x6b, 0x7c, 0x31, 0x9e, 0xa0, 0x52, 0x00, 0x00, 0x00, 0x00, 0x49, 0x45, 0x4e, 0x44, 0xae, 0x42, - 0x60, 0x82, -}; - -const BITMAP_OPAQUE pintype_opencoll_xpm[1] = {{ png, sizeof( png ), "pintype_opencoll_xpm" }}; - -//EOF diff --git a/bitmaps_png/cpp_26/pintype_openemit.cpp b/bitmaps_png/cpp_26/pintype_openemit.cpp deleted file mode 100644 index e17392a255..0000000000 --- a/bitmaps_png/cpp_26/pintype_openemit.cpp +++ /dev/null @@ -1,36 +0,0 @@ - -/* Do not modify this file, it was automatically generated by the - * PNG2cpp CMake script, using a *.png file as input. - */ - -#include "bitmaps.h" - -static const unsigned char png[] = { - 0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a, 0x00, 0x00, 0x00, 0x0d, 0x49, 0x48, 0x44, 0x52, - 0x00, 0x00, 0x00, 0x1a, 0x00, 0x00, 0x00, 0x1a, 0x08, 0x06, 0x00, 0x00, 0x00, 0xa9, 0x4a, 0x4c, - 0xce, 0x00, 0x00, 0x01, 0x37, 0x49, 0x44, 0x41, 0x54, 0x48, 0xc7, 0xbd, 0xd6, 0xbf, 0x2b, 0x45, - 0x61, 0x1c, 0xc7, 0xf1, 0x17, 0x16, 0x25, 0xa5, 0x84, 0xba, 0x8b, 0x1f, 0x83, 0x0c, 0x37, 0xdd, - 0xc1, 0xe4, 0x7f, 0xd0, 0xb5, 0xd8, 0x94, 0x85, 0xd1, 0xa0, 0xd8, 0x95, 0xff, 0xc0, 0xce, 0x40, - 0x89, 0xc1, 0x8f, 0x91, 0x12, 0x46, 0x83, 0xd1, 0x24, 0x11, 0x22, 0xc2, 0xc0, 0xa4, 0x9b, 0x1c, - 0xcb, 0xa3, 0x6e, 0xb7, 0x7b, 0xea, 0xfe, 0x38, 0x8f, 0xe1, 0x3d, 0x9d, 0x53, 0xef, 0x9e, 0xe7, - 0x7c, 0xbf, 0x9f, 0xcf, 0x91, 0x24, 0x89, 0xff, 0xa0, 0xf6, 0x17, 0xe9, 0xc1, 0x76, 0x1d, 0xe4, - 0x1a, 0x15, 0x0d, 0x20, 0xa9, 0x83, 0x91, 0x46, 0x45, 0x2d, 0x68, 0xaf, 0x60, 0x16, 0xdf, 0x98, - 0xaa, 0xf2, 0xac, 0xa5, 0x21, 0x51, 0x8a, 0x7c, 0x26, 0x88, 0x8a, 0x99, 0x7d, 0xa3, 0x14, 0xd1, - 0x2a, 0x7e, 0x30, 0x19, 0x4d, 0x84, 0x61, 0x7c, 0x06, 0xf2, 0x51, 0x44, 0xe8, 0xc0, 0x65, 0x38, - 0xcd, 0x44, 0xa6, 0xe3, 0x5d, 0x21, 0xda, 0x0a, 0x93, 0xb5, 0x92, 0xf9, 0x1e, 0x95, 0x49, 0xe6, - 0x83, 0xe4, 0x08, 0xad, 0x51, 0x44, 0x18, 0x47, 0x09, 0x77, 0xe8, 0x8e, 0x95, 0x0c, 0x7d, 0x78, - 0xc4, 0x17, 0xc6, 0xa2, 0x44, 0x10, 0xda, 0x70, 0x1a, 0xae, 0x6c, 0xae, 0xa9, 0xac, 0xc3, 0x31, - 0x9e, 0x53, 0xb8, 0x0d, 0x92, 0xb5, 0xa6, 0x43, 0x15, 0x1b, 0x38, 0x4f, 0xe1, 0x22, 0x88, 0xd6, - 0xa3, 0xa6, 0x37, 0x5a, 0x71, 0x16, 0x64, 0xc5, 0xd8, 0x35, 0xd1, 0x8f, 0x0f, 0xbc, 0xa0, 0x37, - 0x9a, 0xa8, 0x2c, 0x44, 0x13, 0x1c, 0x94, 0x75, 0xd4, 0x5e, 0xac, 0x85, 0xdd, 0x0d, 0xb2, 0x4d, - 0x5c, 0xe1, 0xbe, 0x96, 0xc5, 0x6d, 0x44, 0x94, 0x0f, 0xbb, 0xf4, 0x57, 0x70, 0x4f, 0xe8, 0xca, - 0xfa, 0xea, 0x96, 0x70, 0x53, 0xd1, 0xa4, 0xef, 0x18, 0xc8, 0x72, 0x18, 0x06, 0x71, 0x82, 0xd7, - 0x0a, 0x51, 0x09, 0x85, 0x18, 0x57, 0x37, 0x8a, 0x1d, 0x3c, 0x94, 0xc9, 0x16, 0x50, 0xa8, 0xc2, - 0x50, 0x16, 0xc5, 0x97, 0xc3, 0x3e, 0xde, 0x70, 0x9d, 0xf2, 0x83, 0x72, 0x98, 0x49, 0x95, 0x07, - 0x61, 0x27, 0x16, 0xb1, 0x5c, 0x85, 0xe9, 0xcc, 0x44, 0xb5, 0xf2, 0x0b, 0x0d, 0x7e, 0x63, 0x40, - 0x9c, 0xbd, 0x5a, 0xbb, 0x00, 0x00, 0x00, 0x00, 0x49, 0x45, 0x4e, 0x44, 0xae, 0x42, 0x60, 0x82, -}; - -const BITMAP_OPAQUE pintype_openemit_xpm[1] = {{ png, sizeof( png ), "pintype_openemit_xpm" }}; - -//EOF diff --git a/bitmaps_png/cpp_26/pintype_output.cpp b/bitmaps_png/cpp_26/pintype_output.cpp deleted file mode 100644 index 27cbd0b0c2..0000000000 --- a/bitmaps_png/cpp_26/pintype_output.cpp +++ /dev/null @@ -1,28 +0,0 @@ - -/* Do not modify this file, it was automatically generated by the - * PNG2cpp CMake script, using a *.png file as input. - */ - -#include "bitmaps.h" - -static const unsigned char png[] = { - 0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a, 0x00, 0x00, 0x00, 0x0d, 0x49, 0x48, 0x44, 0x52, - 0x00, 0x00, 0x00, 0x1a, 0x00, 0x00, 0x00, 0x1a, 0x08, 0x06, 0x00, 0x00, 0x00, 0xa9, 0x4a, 0x4c, - 0xce, 0x00, 0x00, 0x00, 0xa8, 0x49, 0x44, 0x41, 0x54, 0x48, 0xc7, 0xed, 0xd6, 0x31, 0x0e, 0x01, - 0x41, 0x18, 0x06, 0xd0, 0x17, 0x85, 0x64, 0x43, 0x24, 0x12, 0xa1, 0x75, 0x33, 0x2a, 0x9d, 0xce, - 0x0d, 0xd4, 0x6e, 0xe0, 0x00, 0x8e, 0xa0, 0x12, 0x09, 0x05, 0x0d, 0x05, 0xc5, 0x46, 0xc3, 0x0d, - 0xdc, 0xc0, 0x6a, 0xa6, 0xc7, 0x26, 0x33, 0x44, 0xb6, 0xf8, 0xea, 0x97, 0x99, 0xf9, 0xe6, 0x9f, - 0x51, 0x14, 0x85, 0x14, 0xf1, 0x35, 0x08, 0x33, 0x4c, 0x53, 0x40, 0x39, 0x76, 0x15, 0x14, 0x1d, - 0x42, 0x13, 0xdd, 0xa8, 0x10, 0x6a, 0xd8, 0xe0, 0x8c, 0x4e, 0xec, 0x15, 0x0d, 0xf0, 0xc0, 0x11, - 0xed, 0xa8, 0x67, 0x84, 0x51, 0xc0, 0xf6, 0x68, 0x45, 0x2d, 0x03, 0xc6, 0x28, 0xb0, 0x45, 0x23, - 0x6a, 0xeb, 0x30, 0x09, 0xd8, 0x0a, 0xd9, 0x3b, 0x50, 0x8e, 0x75, 0xc9, 0x5c, 0x03, 0xb6, 0x44, - 0xfd, 0x15, 0x74, 0xc1, 0xad, 0x64, 0xee, 0x9f, 0x40, 0xc9, 0xb6, 0xee, 0x37, 0xcb, 0x90, 0xa4, - 0xde, 0x18, 0x06, 0xe4, 0x10, 0xed, 0xc2, 0x22, 0x0b, 0x2d, 0x3b, 0xa5, 0x18, 0x41, 0x7d, 0xf4, - 0xaa, 0xf7, 0x28, 0x29, 0xb4, 0xc0, 0xfc, 0x7f, 0xbe, 0x5b, 0xb1, 0xf2, 0x04, 0x8d, 0x81, 0xc6, - 0x90, 0x17, 0xcb, 0xde, 0x0c, 0x00, 0x00, 0x00, 0x00, 0x49, 0x45, 0x4e, 0x44, 0xae, 0x42, 0x60, - 0x82, -}; - -const BITMAP_OPAQUE pintype_output_xpm[1] = {{ png, sizeof( png ), "pintype_output_xpm" }}; - -//EOF diff --git a/bitmaps_png/cpp_26/pintype_passive.cpp b/bitmaps_png/cpp_26/pintype_passive.cpp deleted file mode 100644 index c61625248a..0000000000 --- a/bitmaps_png/cpp_26/pintype_passive.cpp +++ /dev/null @@ -1,25 +0,0 @@ - -/* Do not modify this file, it was automatically generated by the - * PNG2cpp CMake script, using a *.png file as input. - */ - -#include "bitmaps.h" - -static const unsigned char png[] = { - 0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a, 0x00, 0x00, 0x00, 0x0d, 0x49, 0x48, 0x44, 0x52, - 0x00, 0x00, 0x00, 0x1a, 0x00, 0x00, 0x00, 0x1a, 0x08, 0x06, 0x00, 0x00, 0x00, 0xa9, 0x4a, 0x4c, - 0xce, 0x00, 0x00, 0x00, 0x7e, 0x49, 0x44, 0x41, 0x54, 0x48, 0xc7, 0x63, 0xf8, 0xff, 0xff, 0x3f, - 0x03, 0x3d, 0x30, 0xc3, 0xa8, 0x45, 0x23, 0xd7, 0x22, 0x20, 0x98, 0x0d, 0xc4, 0x3f, 0x80, 0xb8, - 0x1b, 0x6e, 0x11, 0x10, 0x18, 0x00, 0x71, 0x05, 0x10, 0x47, 0x51, 0xd1, 0xa2, 0x05, 0x40, 0x0c, - 0x62, 0x4c, 0x40, 0xb6, 0x28, 0x03, 0x2a, 0x78, 0x60, 0xd4, 0xa2, 0x41, 0x6b, 0x51, 0x29, 0x54, - 0xf0, 0x02, 0x10, 0x3b, 0x50, 0x09, 0xef, 0x80, 0x9a, 0x39, 0x0f, 0xd9, 0xa2, 0x39, 0x50, 0x41, - 0x5a, 0xe0, 0x13, 0xc8, 0x16, 0x4d, 0x87, 0x0a, 0xfe, 0x04, 0xe2, 0x17, 0x54, 0xc2, 0xdf, 0xa0, - 0x66, 0x1e, 0x1a, 0x4d, 0x75, 0xa3, 0x16, 0x61, 0xb5, 0x88, 0x17, 0x88, 0x15, 0x80, 0x58, 0x82, - 0xa6, 0x16, 0xd1, 0xa8, 0x9a, 0xc8, 0x04, 0xe2, 0x15, 0x40, 0x1c, 0x37, 0x5a, 0xc3, 0x8e, 0x5a, - 0x84, 0x82, 0x01, 0x36, 0x50, 0x9c, 0x54, 0xda, 0x7c, 0xf5, 0xce, 0x00, 0x00, 0x00, 0x00, 0x49, - 0x45, 0x4e, 0x44, 0xae, 0x42, 0x60, 0x82, -}; - -const BITMAP_OPAQUE pintype_passive_xpm[1] = {{ png, sizeof( png ), "pintype_passive_xpm" }}; - -//EOF diff --git a/bitmaps_png/cpp_26/pintype_powerinput.cpp b/bitmaps_png/cpp_26/pintype_powerinput.cpp deleted file mode 100644 index 572867d912..0000000000 --- a/bitmaps_png/cpp_26/pintype_powerinput.cpp +++ /dev/null @@ -1,34 +0,0 @@ - -/* Do not modify this file, it was automatically generated by the - * PNG2cpp CMake script, using a *.png file as input. - */ - -#include "bitmaps.h" - -static const unsigned char png[] = { - 0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a, 0x00, 0x00, 0x00, 0x0d, 0x49, 0x48, 0x44, 0x52, - 0x00, 0x00, 0x00, 0x1a, 0x00, 0x00, 0x00, 0x1a, 0x08, 0x06, 0x00, 0x00, 0x00, 0xa9, 0x4a, 0x4c, - 0xce, 0x00, 0x00, 0x01, 0x0e, 0x49, 0x44, 0x41, 0x54, 0x48, 0xc7, 0x63, 0xf8, 0xff, 0xff, 0x3f, - 0x03, 0x3d, 0x30, 0xc3, 0x90, 0xb7, 0x08, 0x08, 0xc4, 0x81, 0x78, 0x06, 0x10, 0xbb, 0xd3, 0xda, - 0x22, 0x0d, 0x20, 0x06, 0x31, 0x2a, 0x86, 0x96, 0x45, 0xd0, 0x20, 0x62, 0x24, 0xca, 0x22, 0x20, - 0x60, 0x02, 0x62, 0x5b, 0x32, 0x2c, 0x51, 0x02, 0xe2, 0x87, 0xa0, 0xb8, 0x20, 0xd6, 0xa2, 0xc5, - 0x40, 0xfc, 0x17, 0x88, 0xa3, 0x48, 0xb0, 0x44, 0x15, 0x88, 0x1f, 0x43, 0x0d, 0x03, 0xe1, 0x09, - 0xc4, 0x58, 0x14, 0x0e, 0xc4, 0x7f, 0xa0, 0x38, 0x98, 0x08, 0x4b, 0x44, 0x80, 0xf8, 0x19, 0x92, - 0x25, 0x30, 0xdc, 0x41, 0x30, 0x8e, 0x80, 0x20, 0x06, 0xea, 0xab, 0x5f, 0x40, 0xec, 0x43, 0x84, - 0x65, 0xad, 0x58, 0x2c, 0x02, 0xe1, 0x06, 0x82, 0x89, 0x01, 0x08, 0x92, 0x80, 0xf8, 0x1f, 0x10, - 0xff, 0x00, 0xe2, 0x58, 0x20, 0x56, 0x20, 0x80, 0x67, 0xe3, 0xb0, 0xac, 0x8a, 0x60, 0xaa, 0x03, - 0x82, 0x74, 0x1c, 0x9a, 0x49, 0xc5, 0x6d, 0x04, 0x93, 0x37, 0x10, 0x6c, 0xa7, 0x92, 0x65, 0x04, - 0x2d, 0x3a, 0x4a, 0x73, 0x8b, 0x80, 0xa0, 0x85, 0xe6, 0x41, 0x07, 0x04, 0x35, 0x50, 0xc9, 0x0f, - 0xd0, 0xc4, 0x60, 0x41, 0x00, 0x2f, 0xc3, 0x61, 0x49, 0x0d, 0xbe, 0xe4, 0x5d, 0x02, 0x95, 0xf8, - 0x08, 0xc4, 0xa6, 0x44, 0x24, 0xef, 0x36, 0x92, 0x93, 0x37, 0x10, 0xe4, 0x42, 0x05, 0xbf, 0x00, - 0xb1, 0x35, 0x11, 0x96, 0x68, 0x41, 0xf3, 0x1b, 0xf1, 0x19, 0x16, 0x5a, 0xce, 0xed, 0x02, 0xe2, - 0x6f, 0x40, 0xec, 0x48, 0x42, 0x11, 0xe4, 0x03, 0xcd, 0x6f, 0x24, 0x15, 0x41, 0x1c, 0x40, 0x6c, - 0x4e, 0x46, 0xa1, 0xea, 0x02, 0xc4, 0x5f, 0x81, 0x78, 0x3a, 0x3d, 0xaa, 0x09, 0x0d, 0xa2, 0xab, - 0x89, 0xd1, 0x1a, 0x96, 0x48, 0x8b, 0x14, 0x81, 0xf8, 0x06, 0x10, 0xa7, 0x0e, 0x8f, 0xe6, 0x16, - 0x3a, 0x06, 0x00, 0x26, 0x83, 0xab, 0x1f, 0x83, 0x42, 0xdf, 0x61, 0x00, 0x00, 0x00, 0x00, 0x49, - 0x45, 0x4e, 0x44, 0xae, 0x42, 0x60, 0x82, -}; - -const BITMAP_OPAQUE pintype_powerinput_xpm[1] = {{ png, sizeof( png ), "pintype_powerinput_xpm" }}; - -//EOF diff --git a/bitmaps_png/cpp_26/pintype_poweroutput.cpp b/bitmaps_png/cpp_26/pintype_poweroutput.cpp deleted file mode 100644 index b103468daf..0000000000 --- a/bitmaps_png/cpp_26/pintype_poweroutput.cpp +++ /dev/null @@ -1,29 +0,0 @@ - -/* Do not modify this file, it was automatically generated by the - * PNG2cpp CMake script, using a *.png file as input. - */ - -#include "bitmaps.h" - -static const unsigned char png[] = { - 0x89, 0x50, 0x4e, 0x47, 0x0d, 0x0a, 0x1a, 0x0a, 0x00, 0x00, 0x00, 0x0d, 0x49, 0x48, 0x44, 0x52, - 0x00, 0x00, 0x00, 0x1a, 0x00, 0x00, 0x00, 0x1a, 0x08, 0x06, 0x00, 0x00, 0x00, 0xa9, 0x4a, 0x4c, - 0xce, 0x00, 0x00, 0x00, 0xc6, 0x49, 0x44, 0x41, 0x54, 0x48, 0xc7, 0x63, 0xf8, 0xff, 0xff, 0x3f, - 0x03, 0x3d, 0x30, 0xc3, 0x80, 0x59, 0x04, 0x04, 0xbd, 0x40, 0xdc, 0x4c, 0x0f, 0x8b, 0x6e, 0x00, - 0xf1, 0x89, 0x91, 0x6d, 0x11, 0x10, 0x70, 0x01, 0x31, 0x1f, 0x4d, 0x2d, 0x02, 0x02, 0x6e, 0x20, - 0x3e, 0x00, 0xc4, 0x47, 0x81, 0x98, 0x87, 0x26, 0x16, 0x01, 0x01, 0x2f, 0x10, 0x1f, 0x06, 0xe2, - 0xff, 0x50, 0xbc, 0x1f, 0x88, 0x39, 0xa9, 0x6a, 0x11, 0x10, 0x30, 0x02, 0xf1, 0x41, 0x24, 0x4b, - 0x60, 0x78, 0x27, 0x10, 0xb3, 0x53, 0xdb, 0x47, 0x41, 0x40, 0xfc, 0x1b, 0x8b, 0x65, 0x9b, 0x80, - 0x98, 0x95, 0x18, 0x8b, 0x4e, 0x03, 0xb1, 0x02, 0x91, 0x38, 0x17, 0x88, 0xff, 0x60, 0xb1, 0x6c, - 0x0d, 0x10, 0x33, 0x13, 0xb2, 0xe8, 0x2e, 0x16, 0x8d, 0xe4, 0xe0, 0xa5, 0x40, 0xcc, 0x44, 0x0f, - 0x8b, 0x40, 0x78, 0x01, 0xc8, 0xb2, 0x61, 0x63, 0x11, 0xc1, 0xa0, 0x3b, 0x0b, 0xc4, 0x16, 0x44, - 0xe2, 0x5a, 0x20, 0xfe, 0x4b, 0x6e, 0x62, 0xa0, 0x5b, 0xf2, 0x26, 0x26, 0xc3, 0x72, 0x00, 0xf1, - 0x63, 0x7a, 0x65, 0x58, 0x75, 0x20, 0x7e, 0x42, 0xd3, 0x22, 0x08, 0x49, 0xbd, 0x12, 0x10, 0xdf, - 0x07, 0xe2, 0x23, 0xa0, 0x02, 0x96, 0xd6, 0xd5, 0x84, 0x34, 0xcd, 0xab, 0x89, 0x21, 0x51, 0xc3, - 0xae, 0x00, 0xe2, 0x39, 0xc3, 0xa7, 0xb9, 0x45, 0x2b, 0x0c, 0x00, 0x87, 0x07, 0x02, 0x4f, 0xa7, - 0x91, 0x48, 0xd9, 0x00, 0x00, 0x00, 0x00, 0x49, 0x45, 0x4e, 0x44, 0xae, 0x42, 0x60, 0x82, -}; - -const BITMAP_OPAQUE pintype_poweroutput_xpm[1] = {{ png, sizeof( png ), "pintype_poweroutput_xpm" }}; - -//EOF