-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This correctly applies GZIP compression and SVG optimizations to the pack status image, and thanks to the filesize savings (10203 bytes to 3849 bytes), added in a .ico and .svg favicon.
- Loading branch information
Showing
10 changed files
with
404 additions
and
81 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,123 @@ | ||
/** | ||
* GPStar Attenuator - Ghostbusters Proton Pack & Neutrona Wand. | ||
* Copyright (C) 2023-2024 Michael Rajotte <michael.rajotte@gpstartechnologies.com> | ||
* & Dustin Grau <dustin.grau@gmail.com> | ||
* | ||
* This program is free software; you can redistribute it and/or modify | ||
* it under the terms of the GNU General Public License as published by | ||
* the Free Software Foundation; either version 3 of the License, or | ||
* (at your option) any later version. | ||
* | ||
* This program is distributed in the hope that it will be useful, | ||
* but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | ||
* GNU General Public License for more details. | ||
* | ||
* You should have received a copy of the GNU General Public License | ||
* along with this program; if not, see <https://www.gnu.org/licenses/>. | ||
* | ||
*/ | ||
|
||
#pragma once | ||
|
||
// array size is 1125 | ||
const uint8_t FAVICON_ico[] PROGMEM = { | ||
0x1f, 0x8b, 0x08, 0x08, 0x3c, 0x86, 0x23, 0x67, 0x02, 0x00, 0x66, 0x61, 0x76, 0x69, 0x63, 0x6f, | ||
0x6e, 0x2e, 0x69, 0x63, 0x6f, 0x00, 0xed, 0x5a, 0x31, 0x8b, 0x13, 0x41, 0x14, 0x7e, 0x21, 0x42, | ||
0x14, 0x04, 0xaf, 0xb4, 0xd1, 0xa4, 0x11, 0xae, 0x3c, 0x1b, 0x0b, 0x11, 0xbd, 0x9f, 0x21, 0x82, | ||
0xb0, 0xa5, 0xa5, 0xa0, 0x7d, 0xee, 0x1a, 0xcf, 0xee, 0xac, 0x45, 0xd8, 0xd6, 0xc6, 0xca, 0x1f, | ||
0x30, 0x27, 0x16, 0x96, 0x82, 0xd9, 0xdc, 0x61, 0xe3, 0xe6, 0x7e, 0x81, 0xb9, 0x2e, 0x07, 0x21, | ||
0xe3, 0x7b, 0x3b, 0x2b, 0x5f, 0x98, 0xb9, 0x65, 0x92, 0xcd, 0xce, 0x6d, 0x16, 0xf6, 0x83, 0x8f, | ||
0x97, 0xd9, 0xdd, 0x79, 0xf3, 0xde, 0xcc, 0xe4, 0xed, 0xcc, 0x9b, 0x25, 0xea, 0x50, 0x97, 0xf6, | ||
0xf6, 0x44, 0x0e, 0xe8, 0xf3, 0x03, 0xa2, 0x47, 0x44, 0x28, 0xef, 0x10, 0xfd, 0x79, 0x80, 0xf2, | ||
0xab, 0x1b, 0x44, 0xef, 0xf8, 0x81, 0x5d, 0x79, 0x86, 0x19, 0x91, 0xb9, 0x2e, 0xd8, 0xbd, 0x45, | ||
0x2d, 0x5a, 0xb4, 0x68, 0xb1, 0x85, 0x18, 0xbf, 0x21, 0x4a, 0xbe, 0x10, 0x8d, 0x1e, 0x53, 0x63, | ||
0x91, 0xc4, 0x4c, 0x6d, 0xe4, 0x68, 0x9f, 0x82, 0x41, 0x74, 0x27, 0x11, 0x05, 0x41, 0xa2, 0x98, | ||
0x3a, 0xa7, 0xaa, 0xbe, 0x9d, 0xf1, 0x90, 0x75, 0xa6, 0x46, 0x86, 0xc0, 0xd9, 0xc0, 0xd8, 0xee, | ||
0x30, 0xaa, 0x6a, 0x7c, 0x31, 0xc6, 0x40, 0x70, 0x1f, 0xc0, 0x58, 0xee, 0x97, 0x98, 0x2f, 0xa9, | ||
0xa5, 0x47, 0x51, 0x28, 0xa0, 0x4d, 0x5d, 0xc0, 0x35, 0xfe, 0x23, 0x49, 0x04, 0xdb, 0x41, 0x73, | ||
0x2d, 0x20, 0x30, 0x57, 0x75, 0x79, 0x3f, 0x50, 0xbf, 0x1e, 0xfb, 0xf1, 0x7f, 0x5e, 0x81, 0x0a, | ||
0x7e, 0x9c, 0x0d, 0x56, 0xaa, 0x57, 0x88, 0x9a, 0x7c, 0x00, 0xd3, 0xab, 0xfc, 0x73, 0xc7, 0x43, | ||
0xfc, 0x0c, 0x0f, 0x69, 0x07, 0x36, 0x95, 0xa0, 0xd8, 0x6d, 0x74, 0x44, 0xcb, 0xd7, 0xfd, 0xff, | ||
0x9f, 0xf0, 0x31, 0x09, 0x31, 0x11, 0x2c, 0xb2, 0x51, 0x7e, 0xd7, 0x63, 0x3f, 0xda, 0x2f, 0x8c, | ||
0xa7, 0xae, 0x1f, 0x4a, 0xae, 0x7b, 0xfa, 0x20, 0xa2, 0x6b, 0x47, 0x12, 0x5d, 0x3d, 0x3f, 0x70, | ||
0x5f, 0x08, 0xdb, 0x0b, 0xec, 0x47, 0xbd, 0x6b, 0x06, 0xe2, 0x62, 0x99, 0xb9, 0x50, 0x43, 0x0c, | ||
0xf5, 0xbc, 0x4b, 0xd7, 0x8d, 0x27, 0x6e, 0x3d, 0x8c, 0x57, 0x68, 0x24, 0x31, 0x6c, 0x47, 0x4c, | ||
0x34, 0x3e, 0xfd, 0x7e, 0xb2, 0xca, 0x7c, 0x46, 0x7d, 0xcf, 0xda, 0x24, 0x5c, 0x9f, 0x2b, 0x29, | ||
0x4b, 0x3b, 0x42, 0xac, 0x27, 0x31, 0x27, 0xfc, 0x7e, 0x24, 0x51, 0x78, 0x3f, 0xd0, 0x16, 0xfa, | ||
0x98, 0x81, 0x38, 0xae, 0x60, 0xaf, 0x4d, 0x73, 0xdd, 0x67, 0x03, 0xf4, 0x84, 0xf3, 0x43, 0xea, | ||
0xc3, 0x07, 0xa6, 0x69, 0x2f, 0xb6, 0x68, 0xf9, 0x82, 0x67, 0x56, 0x1d, 0xdf, 0x6a, 0xfc, 0x80, | ||
0xcd, 0xd8, 0x23, 0xc1, 0x16, 0xeb, 0x77, 0x24, 0xc4, 0xdc, 0x17, 0x29, 0x34, 0xbe, 0x82, 0xae, | ||
0x6e, 0xe8, 0xca, 0x98, 0x82, 0xe5, 0xd6, 0x8a, 0x68, 0x4b, 0xda, 0x3e, 0x3d, 0x66, 0xf9, 0x9e, | ||
0xf9, 0x5a, 0x28, 0x65, 0xb9, 0x87, 0x36, 0x0d, 0xd7, 0x68, 0x53, 0x79, 0xde, 0x61, 0x25, 0x08, | ||
0x3f, 0x8c, 0x44, 0x5c, 0x09, 0x44, 0x55, 0xa9, 0xfd, 0x60, 0x8c, 0xbe, 0xc5, 0x1c, 0x29, 0x60, | ||
0xea, 0xa3, 0xbf, 0x2d, 0x83, 0x4a, 0xfb, 0x26, 0x18, 0xc6, 0xc3, 0xa2, 0x75, 0x86, 0x33, 0x36, | ||
0x5b, 0x0b, 0xd7, 0x07, 0x27, 0xf6, 0xcb, 0xef, 0xad, 0x86, 0x1b, 0x17, 0x9b, 0x65, 0xbf, 0xf1, | ||
0x61, 0x3b, 0xf6, 0x91, 0xe5, 0xdf, 0x81, 0xcd, 0xb6, 0xdf, 0xe3, 0x83, 0xdc, 0x6b, 0x04, 0x0a, | ||
0x72, 0x4a, 0x72, 0xbd, 0x31, 0x18, 0xed, 0x37, 0xdb, 0x7e, 0x13, 0x57, 0xeb, 0xdf, 0x07, 0x6f, | ||
0xbe, 0x17, 0xaa, 0x7f, 0x1f, 0xbc, 0x79, 0x5c, 0x6d, 0xb6, 0xfd, 0x26, 0x2f, 0xd6, 0x5c, 0xfb, | ||
0x05, 0xa3, 0x7b, 0x6c, 0xff, 0x07, 0x6a, 0xd1, 0xa2, 0x45, 0x8b, 0x86, 0x41, 0x67, 0x58, 0x5d, | ||
0xfe, 0xc8, 0xe5, 0xb9, 0xd6, 0x97, 0x22, 0xa7, 0x43, 0x7d, 0x91, 0xc9, 0xbe, 0x3e, 0x17, 0x39, | ||
0xeb, 0xea, 0x43, 0x91, 0x73, 0xd2, 0x1d, 0x91, 0x0b, 0x7a, 0x9a, 0x49, 0x4d, 0x37, 0x8d, 0x3c, | ||
0x60, 0x2e, 0xcb, 0x13, 0x8a, 0x32, 0x39, 0xa1, 0x49, 0x26, 0xa7, 0x0f, 0x8d, 0x9c, 0xf5, 0xa7, | ||
0xa6, 0x7c, 0x87, 0x55, 0xcb, 0xfd, 0x3b, 0xd3, 0x5e, 0x56, 0xaf, 0x3b, 0xeb, 0x88, 0xdc, 0x61, | ||
0xd5, 0x43, 0x96, 0x72, 0xa9, 0xcf, 0xed, 0xb2, 0x09, 0xd4, 0x23, 0x62, 0xb5, 0xaf, 0xa9, 0x43, | ||
0x82, 0x3d, 0x32, 0xb8, 0x6b, 0xfc, 0x9c, 0xdf, 0x1c, 0x6a, 0x91, 0x0b, 0x32, 0x52, 0xff, 0x97, | ||
0x07, 0x96, 0x3c, 0x79, 0x66, 0xe4, 0x24, 0x97, 0xd3, 0x5c, 0xce, 0x72, 0x39, 0xcf, 0xe5, 0xc2, | ||
0x92, 0x9a, 0xe5, 0xda, 0xfd, 0xb9, 0x4b, 0x44, 0x03, 0xe6, 0xfe, 0xf2, 0x77, 0x5a, 0x37, 0xa8, | ||
0x45, 0x8b, 0x2b, 0x90, 0x3c, 0x61, 0x7e, 0x65, 0xde, 0xdf, 0x50, 0xcf, 0xfd, 0x0a, 0xf6, 0x2f, | ||
0x69, 0xa9, 0x75, 0x3f, 0x72, 0xf6, 0x51, 0x45, 0xfb, 0x8f, 0x54, 0xca, 0x25, 0xce, 0x61, 0xa3, | ||
0x6a, 0x73, 0x1a, 0xb0, 0xc3, 0x6f, 0x33, 0xd6, 0xec, 0x15, 0xdb, 0x00, 0xdd, 0x6e, 0x7f, 0x6b, | ||
0x8b, 0x71, 0xf0, 0xbc, 0x08, 0xce, 0x0b, 0xd0, 0x47, 0x28, 0xab, 0xa0, 0x39, 0x01, 0x97, 0xca, | ||
0xea, 0x8b, 0x34, 0xd0, 0x9e, 0x3e, 0x45, 0x8e, 0xd1, 0x1a, 0x0f, 0x67, 0x1e, 0x04, 0xdb, 0x93, | ||
0xab, 0xe5, 0x73, 0x90, 0xc2, 0xf3, 0xe3, 0xb0, 0xf9, 0xa5, 0xd8, 0x73, 0x7e, 0x8d, 0x31, 0xd9, | ||
0x08, 0x38, 0x03, 0x14, 0xe6, 0xbf, 0x9f, 0xe3, 0x1c, 0xc7, 0x67, 0x27, 0xc6, 0xac, 0xcc, 0xb8, | ||
0x23, 0x96, 0xe1, 0x5c, 0xcf, 0x39, 0xc7, 0xc3, 0x18, 0x00, 0xb0, 0xb9, 0xbc, 0x1d, 0x38, 0xe3, | ||
0x8a, 0xd1, 0xae, 0x73, 0xa6, 0x11, 0x09, 0x9d, 0x3e, 0x10, 0xa2, 0x7e, 0xea, 0x8f, 0x65, 0xcb, | ||
0xcf, 0x8f, 0xdf, 0x12, 0xce, 0xa9, 0x3e, 0x89, 0x94, 0xb2, 0x7d, 0x86, 0x62, 0xe9, 0x8d, 0x56, | ||
0x39, 0x43, 0x2e, 0xb6, 0x03, 0xfd, 0x55, 0x96, 0x62, 0x7f, 0xd9, 0xef, 0x89, 0xd0, 0x67, 0x20, | ||
0xfa, 0xa4, 0x98, 0x76, 0xec, 0xc5, 0x79, 0x19, 0xbe, 0xaf, 0x5c, 0x85, 0x15, 0xc7, 0x48, 0x05, | ||
0xbf, 0x42, 0x03, 0x36, 0xd4, 0x9f, 0x3b, 0x1f, 0x0f, 0xeb, 0xcf, 0x7d, 0x27, 0xaa, 0xfe, 0xdc, | ||
0x7b, 0xa2, 0xea, 0xcf, 0xfd, 0x27, 0xaa, 0xce, 0xdc, 0xb7, 0xf8, 0x5d, 0x7f, 0xee, 0x5a, 0xd6, | ||
0xf3, 0xe3, 0x17, 0xd4, 0xa2, 0x85, 0x07, 0xda, 0xc2, 0xb1, 0xfe, 0xab, 0xbf, 0xeb, 0x1f, 0x7a, | ||
0xa2, 0x8f, 0x38, 0x41, 0xd1, 0xd3, 0xb3, 0xdb, 0x4c, 0xea, 0xe9, 0x39, 0x73, 0x21, 0x59, 0x9a, | ||
0x5b, 0xcc, 0xde, 0x37, 0x3d, 0xef, 0x9e, 0x0c, 0x67, 0x34, 0xed, 0xcf, 0x68, 0xd2, 0x23, 0x8a, | ||
0x3a, 0x44, 0x03, 0xa3, 0x6f, 0xd1, 0x65, 0x2d, 0xc2, 0x43, 0xe6, 0x37, 0xe6, 0x39, 0xf3, 0x22, | ||
0xe7, 0xa5, 0xb6, 0x21, 0x79, 0x8a, 0x1d, 0xe6, 0x60, 0x39, 0x4f, 0xd1, 0xa1, 0x2d, 0x45, 0xf2, | ||
0x91, 0x68, 0xf4, 0x92, 0x0a, 0x71, 0xda, 0x17, 0xfa, 0x63, 0x83, 0xbb, 0x0e, 0x32, 0x65, 0xc4, | ||
0x2d, 0xff, 0xfb, 0x0e, 0x7a, 0x84, 0x6b, 0xed, 0x3f, 0xa1, 0x43, 0x2d, 0xaf, 0x43, 0xb0, 0x6e, | ||
0xf0, 0x03, 0xf6, 0xe2, 0x79, 0xac, 0xd1, 0xfc, 0xed, 0xe7, 0xdf, 0x1f, 0x65, 0xcf, 0x5b, 0xdf, | ||
0xfc, 0x60, 0xbd, 0xed, 0x20, 0x79, 0x6e, 0xbe, 0xa9, 0xca, 0xeb, 0x62, 0x9d, 0x18, 0xbb, 0xdf, | ||
0x50, 0x61, 0x8f, 0x04, 0xdd, 0x58, 0xbf, 0x5a, 0x4c, 0xad, 0xfd, 0x55, 0xec, 0xd0, 0x0b, 0xac, | ||
0x4b, 0x37, 0xdf, 0xe7, 0x94, 0x5f, 0x0b, 0x6d, 0xfe, 0xee, 0xfd, 0xf5, 0x34, 0x9b, 0xc3, 0x5b, | ||
0x06, 0xad, 0x0d, 0xe3, 0x98, 0xe8, 0x88, 0xad, 0x3b, 0x61, 0x4e, 0x98, 0x17, 0x31, 0xcb, 0x23, | ||
0xa2, 0x83, 0xc3, 0xfc, 0xb9, 0x7e, 0xce, 0x63, 0xe6, 0x4f, 0xd4, 0xfb, 0x07, 0x90, 0xdb, 0x47, | ||
0x4b, 0xee, 0x3a, 0x00, 0x00 | ||
}; | ||
|
||
// array size is 363 | ||
const uint8_t FAVICON_svg[] PROGMEM = { | ||
0x1f, 0x8b, 0x08, 0x08, 0x59, 0x23, 0x23, 0x67, 0x02, 0x00, 0x66, 0x61, 0x76, 0x69, 0x63, 0x6f, | ||
0x6e, 0x2e, 0x73, 0x76, 0x67, 0x00, 0x45, 0x51, 0x5b, 0x6e, 0xdc, 0x30, 0x0c, 0xbc, 0x0a, 0xa1, | ||
0x7e, 0x33, 0x16, 0x1f, 0x92, 0xec, 0x20, 0xce, 0x57, 0x3f, 0xd3, 0x43, 0x2c, 0x1c, 0xd7, 0x5e, | ||
0x40, 0x69, 0x17, 0x6b, 0xc3, 0x6e, 0x7b, 0xfa, 0x8e, 0x16, 0x01, 0x22, 0x89, 0x02, 0xc4, 0x19, | ||
0xce, 0x80, 0xd4, 0xcb, 0x76, 0x2c, 0xf4, 0xe7, 0xa3, 0xfe, 0xda, 0xc6, 0xb0, 0xee, 0xfb, 0xed, | ||
0xb9, 0xeb, 0xce, 0xf3, 0x7c, 0x3a, 0xed, 0xe9, 0xf7, 0x7d, 0xe9, 0x34, 0xc6, 0xd8, 0x81, 0x11, | ||
0x1a, 0xe5, 0x79, 0xbb, 0x5d, 0xa6, 0x79, 0x0c, 0xb7, 0xfb, 0xbc, 0xcd, 0xf7, 0x63, 0x0e, 0x74, | ||
0x5e, 0xdf, 0xf7, 0x75, 0x0c, 0x9a, 0x72, 0xa0, 0x75, 0xbe, 0x2e, 0xeb, 0x3e, 0x06, 0x19, 0x24, | ||
0xbc, 0xbe, 0x2c, 0xf4, 0xf3, 0x5a, 0xeb, 0x18, 0xbe, 0x7d, 0xf7, 0x88, 0x15, 0x68, 0xaa, 0x97, | ||
0x0d, 0x16, 0xf5, 0xf2, 0x77, 0xbe, 0x03, 0xbf, 0x5d, 0xf6, 0x95, 0xde, 0xc7, 0xf0, 0x43, 0x53, | ||
0xa1, 0x52, 0x26, 0x36, 0x12, 0xce, 0x88, 0x9e, 0xac, 0x72, 0x16, 0xb2, 0xc8, 0xe2, 0x94, 0x27, | ||
0xf6, 0x07, 0xe0, 0x88, 0x52, 0x59, 0x49, 0x1d, 0x19, 0x1b, 0x58, 0x70, 0x12, 0xeb, 0xc0, 0x6a, | ||
0x2b, 0x27, 0x20, 0x42, 0x12, 0x39, 0xa3, 0x5c, 0x26, 0xd0, 0x62, 0x13, 0x04, 0xb3, 0x81, 0x93, | ||
0x46, 0x56, 0x48, 0x28, 0xa7, 0x48, 0xd9, 0xb8, 0xa4, 0x37, 0x57, 0x1a, 0x4a, 0x15, 0x16, 0xca, | ||
0x91, 0xa4, 0xb0, 0x46, 0x08, 0x4f, 0x43, 0x2b, 0xea, 0xb9, 0x90, 0x66, 0x16, 0x25, 0x03, 0x9c, | ||
0x10, 0x3d, 0x49, 0x15, 0x5c, 0x4e, 0x82, 0x32, 0xa4, 0x1d, 0x18, 0x18, 0xf9, 0x60, 0xa9, 0x6c, | ||
0xc6, 0x8d, 0x6a, 0xca, 0xda, 0xcc, 0x39, 0x91, 0xb4, 0x1c, 0x36, 0x5c, 0xd9, 0x0b, 0x3b, 0x43, | ||
0x17, 0x5b, 0x0f, 0xb6, 0xea, 0xcd, 0xb3, 0x68, 0x33, 0x46, 0x59, 0xcf, 0x12, 0xc9, 0x4a, 0x13, | ||
0x14, 0x00, 0xbe, 0x7a, 0x7d, 0x20, 0x46, 0xee, 0x80, 0xa5, 0x5f, 0x7b, 0x3b, 0xfa, 0x7f, 0xa1, | ||
0xfb, 0x1a, 0xd8, 0x07, 0xe6, 0x35, 0x08, 0x99, 0x51, 0x22, 0x05, 0xe5, 0xcd, 0xa9, 0x87, 0xb2, | ||
0x56, 0x51, 0x27, 0xb1, 0x43, 0x2b, 0xab, 0x91, 0x7c, 0x0e, 0x05, 0xde, 0x13, 0xec, 0x9d, 0xd1, | ||
0x56, 0x62, 0x45, 0x6f, 0x15, 0x0f, 0xf0, 0xd1, 0x91, 0x91, 0x3e, 0x94, 0xbb, 0x05, 0x81, 0x3f, | ||
0x7e, 0xfd, 0x0f, 0xea, 0xab, 0x15, 0xbc, 0x0b, 0x02, 0x00, 0x00 | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters