├── .gitignore ├── LICENSE ├── README.MD ├── data ├── avatar.bmp ├── css │ └── main.css ├── index.html ├── js │ ├── jquery.min.js │ └── tbdValidate.js └── qr.bmp ├── images ├── 1.png ├── 2.png ├── 3.png └── 4.png ├── lib ├── AceButton │ ├── .gitignore │ ├── CHANGELOG.md │ ├── CONTRIBUTING.md │ ├── LICENSE │ ├── README.md │ ├── docs │ │ ├── README.md │ │ ├── _config.yml │ │ ├── doxygen.cfg │ │ └── html │ │ │ ├── AceButton_8cpp_source.html │ │ │ ├── AceButton_8h_source.html │ │ │ ├── AdjustableButtonConfig_8h_source.html │ │ │ ├── ButtonConfig_8cpp_source.html │ │ │ ├── ButtonConfig_8h_source.html │ │ │ ├── TimingStats_8h_source.html │ │ │ ├── ace__button_2AceButton_8h_source.html │ │ │ ├── ace__button_2AdjustableButtonConfig_8h_source.html │ │ │ ├── ace__button_2ButtonConfig_8h_source.html │ │ │ ├── annotated.html │ │ │ ├── bc_s.png │ │ │ ├── bdwn.png │ │ │ ├── classace__button_1_1AceButton-members.html │ │ │ ├── classace__button_1_1AceButton.html │ │ │ ├── classace__button_1_1AdjustableButtonConfig-members.html │ │ │ ├── classace__button_1_1AdjustableButtonConfig.html │ │ │ ├── classace__button_1_1AdjustableButtonConfig__coll__graph.map │ │ │ ├── classace__button_1_1AdjustableButtonConfig__coll__graph.md5 │ │ │ ├── classace__button_1_1AdjustableButtonConfig__coll__graph.png │ │ │ ├── classace__button_1_1AdjustableButtonConfig__inherit__graph.map │ │ │ ├── classace__button_1_1AdjustableButtonConfig__inherit__graph.md5 │ │ │ ├── classace__button_1_1AdjustableButtonConfig__inherit__graph.png │ │ │ ├── classace__button_1_1ButtonConfig-members.html │ │ │ ├── classace__button_1_1ButtonConfig.html │ │ │ ├── classace__button_1_1ButtonConfig__inherit__graph.map │ │ │ ├── classace__button_1_1ButtonConfig__inherit__graph.md5 │ │ │ ├── classace__button_1_1ButtonConfig__inherit__graph.png │ │ │ ├── classace__button_1_1TimingStats-members.html │ │ │ ├── classace__button_1_1TimingStats.html │ │ │ ├── classes.html │ │ │ ├── closed.png │ │ │ ├── dir_68267d1309a1af8e8297ef4c3efbcdba.html │ │ │ ├── dir_ebbe9b537c0e01d975153fa119b09658.html │ │ │ ├── doc.png │ │ │ ├── doxygen.css │ │ │ ├── doxygen.png │ │ │ ├── dynsections.js │ │ │ ├── files.html │ │ │ ├── folderclosed.png │ │ │ ├── folderopen.png │ │ │ ├── functions.html │ │ │ ├── functions_func.html │ │ │ ├── functions_type.html │ │ │ ├── functions_vars.html │ │ │ ├── graph_legend.html │ │ │ ├── graph_legend.md5 │ │ │ ├── graph_legend.png │ │ │ ├── hierarchy.html │ │ │ ├── index.html │ │ │ ├── inherit_graph_0.map │ │ │ ├── inherit_graph_0.md5 │ │ │ ├── inherit_graph_0.png │ │ │ ├── inherit_graph_1.map │ │ │ ├── inherit_graph_1.md5 │ │ │ ├── inherit_graph_1.png │ │ │ ├── inherit_graph_2.map │ │ │ ├── inherit_graph_2.md5 │ │ │ ├── inherit_graph_2.png │ │ │ ├── inherits.html │ │ │ ├── jquery.js │ │ │ ├── menu.js │ │ │ ├── menudata.js │ │ │ ├── nav_f.png │ │ │ ├── nav_g.png │ │ │ ├── nav_h.png │ │ │ ├── open.png │ │ │ ├── search │ │ │ ├── all_0.html │ │ │ ├── all_0.js │ │ │ ├── all_1.html │ │ │ ├── all_1.js │ │ │ ├── all_2.html │ │ │ ├── all_2.js │ │ │ ├── all_3.html │ │ │ ├── all_3.js │ │ │ ├── all_4.html │ │ │ ├── all_4.js │ │ │ ├── all_5.html │ │ │ ├── all_5.js │ │ │ ├── all_6.html │ │ │ ├── all_6.js │ │ │ ├── all_7.html │ │ │ ├── all_7.js │ │ │ ├── all_8.html │ │ │ ├── all_8.js │ │ │ ├── all_9.html │ │ │ ├── all_9.js │ │ │ ├── all_a.html │ │ │ ├── all_a.js │ │ │ ├── classes_0.html │ │ │ ├── classes_0.js │ │ │ ├── classes_1.html │ │ │ ├── classes_1.js │ │ │ ├── classes_2.html │ │ │ ├── classes_2.js │ │ │ ├── close.png │ │ │ ├── functions_0.html │ │ │ ├── functions_0.js │ │ │ ├── functions_1.html │ │ │ ├── functions_1.js │ │ │ ├── functions_2.html │ │ │ ├── functions_2.js │ │ │ ├── functions_3.html │ │ │ ├── functions_3.js │ │ │ ├── functions_4.html │ │ │ ├── functions_4.js │ │ │ ├── functions_5.html │ │ │ ├── functions_5.js │ │ │ ├── functions_6.html │ │ │ ├── functions_6.js │ │ │ ├── functions_7.html │ │ │ ├── functions_7.js │ │ │ ├── mag_sel.png │ │ │ ├── nomatches.html │ │ │ ├── pages_0.html │ │ │ ├── pages_0.js │ │ │ ├── search.css │ │ │ ├── search.js │ │ │ ├── search_l.png │ │ │ ├── search_m.png │ │ │ ├── search_r.png │ │ │ ├── searchdata.js │ │ │ ├── typedefs_0.html │ │ │ ├── typedefs_0.js │ │ │ ├── typedefs_1.html │ │ │ ├── typedefs_1.js │ │ │ ├── variables_0.html │ │ │ └── variables_0.js │ │ │ ├── splitbar.png │ │ │ ├── sync_off.png │ │ │ ├── sync_on.png │ │ │ ├── tab_a.png │ │ │ ├── tab_b.png │ │ │ ├── tab_h.png │ │ │ ├── tab_s.png │ │ │ └── tabs.css │ ├── examples │ │ ├── AutoBenchmark │ │ │ ├── AutoBenchmark.ino │ │ │ ├── ProfilingButtonConfig.h │ │ │ └── README.md │ │ ├── CapacitiveButton │ │ │ └── CapacitiveButton.ino │ │ ├── ClickVersusDoubleClickUsingBoth │ │ │ └── ClickVersusDoubleClickUsingBoth.ino │ │ ├── ClickVersusDoubleClickUsingReleased │ │ │ └── ClickVersusDoubleClickUsingReleased.ino │ │ ├── ClickVersusDoubleClickUsingSuppression │ │ │ └── ClickVersusDoubleClickUsingSuppression.ino │ │ ├── HelloButton │ │ │ └── HelloButton.ino │ │ ├── LibrarySizeBenchmark │ │ │ ├── LibrarySizeBenchmark.ino │ │ │ └── README.md │ │ ├── SingleButton │ │ │ └── SingleButton.ino │ │ ├── SingleButtonPullDown │ │ │ └── SingleButtonPullDown.ino │ │ ├── Stopwatch │ │ │ └── Stopwatch.ino │ │ └── TunerButtons │ │ │ └── TunerButtons.ino │ ├── keywords.txt │ ├── library.properties │ ├── src │ │ ├── AceButton.h │ │ ├── AdjustableButtonConfig.h │ │ ├── ButtonConfig.h │ │ └── ace_button │ │ │ ├── AceButton.cpp │ │ │ ├── AceButton.h │ │ │ ├── AdjustableButtonConfig.h │ │ │ ├── ButtonConfig.cpp │ │ │ ├── ButtonConfig.h │ │ │ ├── TimingStats.h │ │ │ └── testing │ │ │ ├── EventTracker.h │ │ │ ├── TestHelper.h │ │ │ └── TestableButtonConfig.h │ └── tests │ │ ├── AceButtonTest │ │ └── AceButtonTest.ino │ │ ├── Jenkinsfile │ │ ├── README.md │ │ └── auniter.ini ├── Adafruit GFX Library_ID13 │ ├── .github │ │ ├── ISSUE_TEMPLATE.md │ │ ├── PULL_REQUEST_TEMPLATE.md │ │ └── workflows │ │ │ └── githubci.yml │ ├── .gitignore │ ├── .library.json │ ├── Adafruit_GFX.cpp │ ├── Adafruit_GFX.h │ ├── Adafruit_SPITFT.cpp │ ├── Adafruit_SPITFT.h │ ├── Adafruit_SPITFT_Macros.h │ ├── Fonts │ │ ├── FreeMono12pt7b.h │ │ ├── FreeMono18pt7b.h │ │ ├── FreeMono24pt7b.h │ │ ├── FreeMono9pt7b.h │ │ ├── FreeMonoBold12pt7b.h │ │ ├── FreeMonoBold18pt7b.h │ │ ├── FreeMonoBold24pt7b.h │ │ ├── FreeMonoBold9pt7b.h │ │ ├── FreeMonoBoldOblique12pt7b.h │ │ ├── FreeMonoBoldOblique18pt7b.h │ │ ├── FreeMonoBoldOblique24pt7b.h │ │ ├── FreeMonoBoldOblique9pt7b.h │ │ ├── FreeMonoOblique12pt7b.h │ │ ├── FreeMonoOblique18pt7b.h │ │ ├── FreeMonoOblique24pt7b.h │ │ ├── FreeMonoOblique9pt7b.h │ │ ├── FreeSans12pt7b.h │ │ ├── FreeSans18pt7b.h │ │ ├── FreeSans24pt7b.h │ │ ├── FreeSans9pt7b.h │ │ ├── FreeSansBold12pt7b.h │ │ ├── FreeSansBold18pt7b.h │ │ ├── FreeSansBold24pt7b.h │ │ ├── FreeSansBold9pt7b.h │ │ ├── FreeSansBoldOblique12pt7b.h │ │ ├── FreeSansBoldOblique18pt7b.h │ │ ├── FreeSansBoldOblique24pt7b.h │ │ ├── FreeSansBoldOblique9pt7b.h │ │ ├── FreeSansOblique12pt7b.h │ │ ├── FreeSansOblique18pt7b.h │ │ ├── FreeSansOblique24pt7b.h │ │ ├── FreeSansOblique9pt7b.h │ │ ├── FreeSerif12pt7b.h │ │ ├── FreeSerif18pt7b.h │ │ ├── FreeSerif24pt7b.h │ │ ├── FreeSerif9pt7b.h │ │ ├── FreeSerifBold12pt7b.h │ │ ├── FreeSerifBold18pt7b.h │ │ ├── FreeSerifBold24pt7b.h │ │ ├── FreeSerifBold9pt7b.h │ │ ├── FreeSerifBoldItalic12pt7b.h │ │ ├── FreeSerifBoldItalic18pt7b.h │ │ ├── FreeSerifBoldItalic24pt7b.h │ │ ├── FreeSerifBoldItalic9pt7b.h │ │ ├── FreeSerifItalic12pt7b.h │ │ ├── FreeSerifItalic18pt7b.h │ │ ├── FreeSerifItalic24pt7b.h │ │ ├── FreeSerifItalic9pt7b.h │ │ ├── Org_01.h │ │ ├── Picopixel.h │ │ ├── Tiny3x3a2pt7b.h │ │ └── TomThumb.h │ ├── README.md │ ├── examples │ │ └── mock_ili9341 │ │ │ └── mock_ili9341.ino │ ├── fontconvert │ │ ├── Makefile │ │ ├── fontconvert.c │ │ ├── fontconvert_win.md │ │ └── makefonts.sh │ ├── gfxfont.h │ ├── glcdfont.c │ ├── library.properties │ └── license.txt ├── AsyncTCP_ID1826 │ ├── .github │ │ ├── scripts │ │ │ ├── install-arduino-core-esp32.sh │ │ │ ├── install-arduino-ide.sh │ │ │ ├── install-platformio.sh │ │ │ └── on-push.sh │ │ ├── stale.yml │ │ └── workflows │ │ │ └── push.yml │ ├── .gitignore │ ├── .library.json │ ├── .travis.yml │ ├── CMakeLists.txt │ ├── Kconfig.projbuild │ ├── LICENSE │ ├── README.md │ ├── component.mk │ ├── library.json │ ├── library.properties │ └── src │ │ ├── AsyncTCP.cpp │ │ └── AsyncTCP.h ├── ESP Async WebServer_ID306 │ ├── .github │ │ ├── scripts │ │ │ ├── install-arduino-core-esp32.sh │ │ │ ├── install-arduino-core-esp8266.sh │ │ │ ├── install-arduino-ide.sh │ │ │ ├── install-platformio.sh │ │ │ └── on-push.sh │ │ ├── stale.yml │ │ └── workflows │ │ │ └── push.yml │ ├── .gitignore │ ├── .library.json │ ├── .travis.yml │ ├── CMakeLists.txt │ ├── README.md │ ├── _config.yml │ ├── component.mk │ ├── examples │ │ ├── CaptivePortal │ │ │ └── CaptivePortal.ino │ │ ├── ESP_AsyncFSBrowser │ │ │ ├── ESP_AsyncFSBrowser.ino │ │ │ └── data │ │ │ │ ├── .exclude.files │ │ │ │ ├── ace.js.gz │ │ │ │ ├── ext-searchbox.js.gz │ │ │ │ ├── favicon.ico │ │ │ │ ├── index.htm │ │ │ │ ├── mode-css.js.gz │ │ │ │ ├── mode-html.js.gz │ │ │ │ ├── mode-javascript.js.gz │ │ │ │ └── worker-html.js.gz │ │ ├── regex_patterns │ │ │ └── regex_patterns.ino │ │ └── simple_server │ │ │ └── simple_server.ino │ ├── keywords.txt │ ├── library.json │ ├── library.properties │ └── src │ │ ├── AsyncEventSource.cpp │ │ ├── AsyncEventSource.h │ │ ├── AsyncJson.h │ │ ├── AsyncWebSocket.cpp │ │ ├── AsyncWebSocket.h │ │ ├── AsyncWebSynchronization.h │ │ ├── ESPAsyncWebServer.h │ │ ├── SPIFFSEditor.cpp │ │ ├── SPIFFSEditor.h │ │ ├── StringArray.h │ │ ├── WebAuthentication.cpp │ │ ├── WebAuthentication.h │ │ ├── WebHandlerImpl.h │ │ ├── WebHandlers.cpp │ │ ├── WebRequest.cpp │ │ ├── WebResponseImpl.h │ │ ├── WebResponses.cpp │ │ ├── WebServer.cpp │ │ └── edit.htm ├── ESPAsyncTCP_ID305 │ ├── .github │ │ ├── scripts │ │ │ ├── install-arduino-core-esp8266.sh │ │ │ ├── install-arduino-ide.sh │ │ │ ├── install-platformio.sh │ │ │ └── on-push.sh │ │ ├── stale.yml │ │ └── workflows │ │ │ └── push.yml │ ├── .gitignore │ ├── .library.json │ ├── .travis.yml │ ├── LICENSE.txt │ ├── README.md │ ├── examples │ │ ├── ClientServer │ │ │ ├── Client │ │ │ │ ├── Client.ino │ │ │ │ └── config.h │ │ │ └── Server │ │ │ │ ├── Server.ino │ │ │ │ └── config.h │ │ └── SyncClient │ │ │ ├── .esp31b.skip │ │ │ └── SyncClient.ino │ ├── library.json │ ├── library.properties │ ├── src │ │ ├── AsyncPrinter.cpp │ │ ├── AsyncPrinter.h │ │ ├── DebugPrintMacros.h │ │ ├── ESPAsyncTCP.cpp │ │ ├── ESPAsyncTCP.h │ │ ├── ESPAsyncTCPbuffer.cpp │ │ ├── ESPAsyncTCPbuffer.h │ │ ├── SyncClient.cpp │ │ ├── SyncClient.h │ │ ├── async_config.h │ │ ├── tcp_axtls.c │ │ └── tcp_axtls.h │ └── ssl │ │ ├── gen_server_cert.sh │ │ ├── server.cer │ │ └── server.key └── GxEPD │ ├── CONTRIBUTING.md │ ├── ConnectingHardware.md │ ├── LICENSE │ ├── MyEPDs_UpdateInfos.pdf │ ├── README.md │ ├── examples │ ├── GxEPD_Example │ │ └── GxEPD_Example.ino │ ├── GxEPD_MinimumExample │ │ └── GxEPD_MinimumExample.ino │ ├── GxEPD_MultiDisplayExample │ │ └── GxEPD_MultiDisplayExample.ino │ ├── GxEPD_SD_Example │ │ ├── GxEPD_SD_Example.ino │ │ └── bitmaps │ │ │ ├── betty_1.bmp │ │ │ └── parrot.bmp │ ├── GxEPD_U8G2_Fonts_Example │ │ └── GxEPD_U8G2_Fonts_Example.ino │ ├── GxEPD_WiFi_Example │ │ └── GxEPD_WiFi_Example.ino │ ├── GxFont_GFX_Example │ │ └── GxFont_GFX_Example.ino │ ├── IoT_SHT31LP_Example_1.54inchEPD │ │ └── IoT_SHT31LP_Example_1.54inchEPD.ino │ ├── PagedDisplayForSmallRam │ │ └── PagedDisplayForSmallRam.ino │ ├── PartialUpdateExample │ │ └── PartialUpdateExample.ino │ └── PartialUpdateTest │ │ └── PartialUpdateTest.ino │ ├── extras │ └── Particle │ │ └── examples │ │ ├── GxEPD_ParticleExample │ │ ├── project.properties │ │ └── src │ │ │ ├── GxEPD_ParticleExample.ino │ │ │ ├── IMG_0001.h │ │ │ └── src.ino │ │ └── GxEPD_ParticlePartialUpdateExample │ │ ├── project.properties │ │ └── src │ │ ├── GxEPD_ParticlePartialUpdateExample.ino │ │ └── src.ino │ ├── issue_template.md │ ├── library.properties │ └── src │ ├── GxDEPG0150BN │ ├── BitmapExamples.h │ ├── GxDEPG0150BN.cpp │ └── GxDEPG0150BN.h │ ├── GxDEPG0213BN │ ├── BitmapExamples.h │ ├── GxDEPG0213BN.cpp │ └── GxDEPG0213BN.h │ ├── GxDEPG0266BN │ ├── BitmapExamples.h │ ├── GxDEPG0266BN.cpp │ └── GxDEPG0266BN.h │ ├── GxDEPG0290B │ ├── BitmapExamples.h │ ├── GxDEPG0290B.cpp │ └── GxDEPG0290B.h │ ├── GxDEPG0290R │ ├── BitmapExamples.h │ ├── BitmapWaveshare.h │ ├── GxDEPG0290R.cpp │ └── GxDEPG0290R.h │ ├── GxDEPG0750BN │ ├── BitmapExamples.h │ ├── GxDEPG0750BN.cpp │ └── GxDEPG0750BN.h │ ├── GxEPD.cpp │ ├── GxEPD.h │ ├── GxFont_GFX.cpp │ ├── GxFont_GFX.h │ ├── GxGDE0213B1 │ ├── BitmapExamples.h │ ├── GxGDE0213B1.cpp │ └── GxGDE0213B1.h │ ├── GxGDE0213B72 │ ├── BitmapExamples.h │ ├── GxGDE0213B72.cpp │ └── GxGDE0213B72.h │ ├── GxGDE0213B72B │ ├── BitmapExamples.h │ ├── GxGDE0213B72B.cpp │ └── GxGDE0213B72B.h │ ├── GxGDEH0154D67 │ ├── BitmapExamples.h │ ├── GxGDEH0154D67.cpp │ └── GxGDEH0154D67.h │ ├── GxGDEH0213B72 │ ├── BitmapExamples.h │ ├── GxGDEH0213B72.cpp │ └── GxGDEH0213B72.h │ ├── GxGDEH0213B73 │ ├── BitmapExamples.h │ ├── GxGDEH0213B73.cpp │ └── GxGDEH0213B73.h │ ├── GxGDEH029A1 │ ├── BitmapExamples.h │ ├── GxGDEH029A1.cpp │ └── GxGDEH029A1.h │ ├── GxGDEM0213B74 │ ├── BitmapExamples.h │ ├── GxGDEM0213B74.cpp │ └── GxGDEM0213B74.h │ ├── GxGDEP015OC1 │ ├── BitmapExamples.h │ ├── GxGDEP015OC1.cpp │ └── GxGDEP015OC1.h │ ├── GxGDEW0102I4F │ ├── BitmapExamples.h │ ├── GxGDEW0102I4F.cpp │ └── GxGDEW0102I4F.h │ ├── GxGDEW0154Z04 │ ├── BitmapExamples.h │ ├── BitmapWaveshare.h │ ├── GxGDEW0154Z04.cpp │ └── GxGDEW0154Z04.h │ ├── GxGDEW0154Z17 │ ├── BitmapExamples.h │ ├── GxGDEW0154Z17.cpp │ └── GxGDEW0154Z17.h │ ├── GxGDEW0213I5F │ ├── BitmapExamples.h │ ├── BitmapWaveshare.h │ ├── GxGDEW0213I5F.cpp │ └── GxGDEW0213I5F.h │ ├── GxGDEW0213Z16 │ ├── BitmapExamples.h │ ├── BitmapWaveshare.h │ ├── GxGDEW0213Z16.cpp │ └── GxGDEW0213Z16.h │ ├── GxGDEW026T0 │ ├── BitmapExamples.h │ ├── GxGDEW026T0.cpp │ └── GxGDEW026T0.h │ ├── GxGDEW027C44 │ ├── BitmapExamples.h │ ├── GxGDEW027C44.cpp │ └── GxGDEW027C44.h │ ├── GxGDEW027W3 │ ├── BitmapExamples.h │ ├── BitmapWaveshare.h │ ├── GxGDEW027W3.cpp │ └── GxGDEW027W3.h │ ├── GxGDEW029T5 │ ├── BitmapExamples.h │ ├── BitmapWaveshare.h │ ├── GxGDEW029T5.cpp │ └── GxGDEW029T5.h │ ├── GxGDEW029Z10 │ ├── BitmapExamples.h │ ├── BitmapWaveshare.h │ ├── GxGDEW029Z10.cpp │ └── GxGDEW029Z10.h │ ├── GxGDEW0371W7 │ ├── BitmapExamples.h │ ├── GxGDEW0371W7.cpp │ └── GxGDEW0371W7.h │ ├── GxGDEW042T2 │ ├── BitmapExamples.h │ ├── GxGDEW042T2.cpp │ └── GxGDEW042T2.h │ ├── GxGDEW042Z15 │ ├── BitmapExamples.h │ ├── BitmapWaveshare.h │ ├── GxGDEW042Z15.cpp │ └── GxGDEW042Z15.h │ ├── GxGDEW0583T7 │ ├── BitmapExamples.h │ ├── GxGDEW0583T7.cpp │ └── GxGDEW0583T7.h │ ├── GxGDEW075T7 │ ├── BitmapExamples.h │ ├── GxGDEW075T7.cpp │ └── GxGDEW075T7.h │ ├── GxGDEW075T8 │ ├── BitmapExamples.h │ ├── GxGDEW075T8.cpp │ └── GxGDEW075T8.h │ ├── GxGDEW075Z08 │ ├── BitmapExamples.h │ ├── GxGDEW075Z08.cpp │ └── GxGDEW075Z08.h │ ├── GxGDEW075Z09 │ ├── BitmapExamples.h │ ├── BitmapPicture_3C.h │ ├── GxGDEW075Z09.cpp │ └── GxGDEW075Z09.h │ ├── GxIO │ ├── GxIO.cpp │ ├── GxIO.h │ └── GxIO_SPI │ │ ├── GxIO_SPI.cpp │ │ └── GxIO_SPI.h │ ├── GxQYEG0290BN │ ├── BitmapExamples.h │ ├── GxQYEG0290BN.cpp │ └── GxQYEG0290BN.h │ ├── U8g2_for_Adafruit_GFX.cpp │ ├── U8g2_for_Adafruit_GFX.h │ ├── boards.h │ ├── imglib │ ├── gridicons_add.h │ ├── gridicons_add_image.h │ ├── gridicons_add_outline.h │ ├── gridicons_align_center.h │ ├── gridicons_align_image_center.h │ ├── gridicons_align_image_left.h │ ├── gridicons_align_image_none.h │ ├── gridicons_align_image_right.h │ ├── gridicons_align_justify.h │ ├── gridicons_align_left.h │ ├── gridicons_align_right.h │ ├── gridicons_arrow_down.h │ ├── gridicons_arrow_left.h │ ├── gridicons_arrow_right.h │ ├── gridicons_arrow_up.h │ ├── gridicons_aside.h │ ├── gridicons_attachment.h │ ├── gridicons_audio.h │ ├── gridicons_bell.h │ ├── gridicons_block.h │ ├── gridicons_bold.h │ ├── gridicons_book.h │ ├── gridicons_bookmark.h │ ├── gridicons_bookmark_outline.h │ ├── gridicons_briefcase.h │ ├── gridicons_bug.h │ ├── gridicons_calendar.h │ ├── gridicons_camera.h │ ├── gridicons_caption.h │ ├── gridicons_cart.h │ ├── gridicons_chat.h │ ├── gridicons_checkmark.h │ ├── gridicons_checkmark_circle.h │ ├── gridicons_chevron_down.h │ ├── gridicons_chevron_left.h │ ├── gridicons_chevron_right.h │ ├── gridicons_chevron_up.h │ ├── gridicons_clear_formatting.h │ ├── gridicons_clipboard.h │ ├── gridicons_cloud.h │ ├── gridicons_cloud_download.h │ ├── gridicons_cloud_upload.h │ ├── gridicons_code.h │ ├── gridicons_cog.h │ ├── gridicons_comment.h │ ├── gridicons_computer.h │ ├── gridicons_create.h │ ├── gridicons_credit_card.h │ ├── gridicons_crop.h │ ├── gridicons_cross.h │ ├── gridicons_cross_circle.h │ ├── gridicons_cross_small.h │ ├── gridicons_custom_post_type.h │ ├── gridicons_dropdown.h │ ├── gridicons_ellipsis.h │ ├── gridicons_ellipsis_circle.h │ ├── gridicons_external.h │ ├── gridicons_flag.h │ ├── gridicons_flip_horizontal.h │ ├── gridicons_flip_vertical.h │ ├── gridicons_folder.h │ ├── gridicons_folder_multiple.h │ ├── gridicons_fullscreen.h │ ├── gridicons_fullscreen_exit.h │ ├── gridicons_globe.h │ ├── gridicons_grid.h │ ├── gridicons_heading.h │ ├── gridicons_heading_h1.h │ ├── gridicons_heading_h2.h │ ├── gridicons_heading_h4.h │ ├── gridicons_heart.h │ ├── gridicons_heart_outline.h │ ├── gridicons_help.h │ ├── gridicons_help_outline.h │ ├── gridicons_history.h │ ├── gridicons_house.h │ ├── gridicons_image.h │ ├── gridicons_image_multiple.h │ ├── gridicons_indent_left.h │ ├── gridicons_indent_right.h │ ├── gridicons_info.h │ ├── gridicons_info_outline.h │ ├── gridicons_ink.h │ ├── gridicons_institution.h │ ├── gridicons_italic.h │ ├── gridicons_layout.h │ ├── gridicons_layout_blocks.h │ ├── gridicons_link.h │ ├── gridicons_link_break.h │ ├── gridicons_list_checkmark.h │ ├── gridicons_list_unordered.h │ ├── gridicons_location.h │ ├── gridicons_lock.h │ ├── gridicons_mail.h │ ├── gridicons_mention.h │ ├── gridicons_menu.h │ ├── gridicons_menus.h │ ├── gridicons_microphone.h │ ├── gridicons_minus.h │ ├── gridicons_minus_small.h │ ├── gridicons_money.h │ ├── gridicons_nametag.h │ ├── gridicons_next_page.h │ ├── gridicons_not_visible.h │ ├── gridicons_notice.h │ ├── gridicons_notice_outline.h │ ├── gridicons_offline.h │ ├── gridicons_pages.h │ ├── gridicons_pause.h │ ├── gridicons_pencil.h │ ├── gridicons_phone.h │ ├── gridicons_play.h │ ├── gridicons_plugins.h │ ├── gridicons_plus.h │ ├── gridicons_plus_small.h │ ├── gridicons_popout.h │ ├── gridicons_posts.h │ ├── gridicons_print.h │ ├── gridicons_product.h │ ├── gridicons_product_downloadable.h │ ├── gridicons_product_external.h │ ├── gridicons_product_virtual.h │ ├── gridicons_read_more.h │ ├── gridicons_reader.h │ ├── gridicons_reader_follow.h │ ├── gridicons_reader_following.h │ ├── gridicons_reblog.h │ ├── gridicons_redo.h │ ├── gridicons_refresh.h │ ├── gridicons_reply.h │ ├── gridicons_resize.h │ ├── gridicons_rotate.h │ ├── gridicons_scheduled.h │ ├── gridicons_search.h │ ├── gridicons_share_computer.h │ ├── gridicons_share_ios.h │ ├── gridicons_shipping.h │ ├── gridicons_sign_out.h │ ├── gridicons_spam.h │ ├── gridicons_speaker.h │ ├── gridicons_star.h │ ├── gridicons_star_outline.h │ ├── gridicons_stats.h │ ├── gridicons_stats_alt.h │ ├── gridicons_status.h │ ├── gridicons_sync.h │ ├── gridicons_tablet.h │ ├── gridicons_tag.h │ ├── gridicons_text_color.h │ ├── gridicons_themes.h │ ├── gridicons_thumbs_up.h │ ├── gridicons_time.h │ ├── gridicons_trash.h │ ├── gridicons_trophy.h │ ├── gridicons_types.h │ ├── gridicons_underline.h │ ├── gridicons_undo.h │ ├── gridicons_user.h │ ├── gridicons_user_add.h │ ├── gridicons_user_circle.h │ ├── gridicons_video.h │ ├── gridicons_video_camera.h │ ├── gridicons_visible.h │ └── source │ │ ├── gridicons_add.bmp │ │ ├── gridicons_add.svg │ │ ├── gridicons_add_image.bmp │ │ ├── gridicons_add_image.svg │ │ ├── gridicons_add_outline.bmp │ │ ├── gridicons_add_outline.svg │ │ ├── gridicons_align_center.bmp │ │ ├── gridicons_align_center.svg │ │ ├── gridicons_align_image_center.bmp │ │ ├── gridicons_align_image_center.svg │ │ ├── gridicons_align_image_left.bmp │ │ ├── gridicons_align_image_left.svg │ │ ├── gridicons_align_image_none.bmp │ │ ├── gridicons_align_image_none.svg │ │ ├── gridicons_align_image_right.bmp │ │ ├── gridicons_align_image_right.svg │ │ ├── gridicons_align_justify.bmp │ │ ├── gridicons_align_justify.svg │ │ ├── gridicons_align_left.bmp │ │ ├── gridicons_align_left.svg │ │ ├── gridicons_align_right.bmp │ │ ├── gridicons_align_right.svg │ │ ├── gridicons_arrow_down.bmp │ │ ├── gridicons_arrow_down.svg │ │ ├── gridicons_arrow_left.bmp │ │ ├── gridicons_arrow_left.svg │ │ ├── gridicons_arrow_right.bmp │ │ ├── gridicons_arrow_right.svg │ │ ├── gridicons_arrow_up.bmp │ │ ├── gridicons_arrow_up.svg │ │ ├── gridicons_aside.bmp │ │ ├── gridicons_aside.svg │ │ ├── gridicons_attachment.bmp │ │ ├── gridicons_attachment.svg │ │ ├── gridicons_audio.bmp │ │ ├── gridicons_audio.svg │ │ ├── gridicons_bell.bmp │ │ ├── gridicons_bell.svg │ │ ├── gridicons_block.bmp │ │ ├── gridicons_block.svg │ │ ├── gridicons_bold.bmp │ │ ├── gridicons_bold.svg │ │ ├── gridicons_book.bmp │ │ ├── gridicons_book.svg │ │ ├── gridicons_bookmark.bmp │ │ ├── gridicons_bookmark.svg │ │ ├── gridicons_bookmark_outline.bmp │ │ ├── gridicons_bookmark_outline.svg │ │ ├── gridicons_briefcase.bmp │ │ ├── gridicons_briefcase.svg │ │ ├── gridicons_bug.bmp │ │ ├── gridicons_bug.svg │ │ ├── gridicons_calendar.bmp │ │ ├── gridicons_calendar.svg │ │ ├── gridicons_camera.bmp │ │ ├── gridicons_camera.svg │ │ ├── gridicons_caption.bmp │ │ ├── gridicons_caption.svg │ │ ├── gridicons_cart.bmp │ │ ├── gridicons_cart.svg │ │ ├── gridicons_chat.bmp │ │ ├── gridicons_chat.svg │ │ ├── gridicons_checkmark.bmp │ │ ├── gridicons_checkmark.svg │ │ ├── gridicons_checkmark_circle.bmp │ │ ├── gridicons_checkmark_circle.svg │ │ ├── gridicons_chevron_down.bmp │ │ ├── gridicons_chevron_down.svg │ │ ├── gridicons_chevron_left.bmp │ │ ├── gridicons_chevron_left.svg │ │ ├── gridicons_chevron_right.bmp │ │ ├── gridicons_chevron_right.svg │ │ ├── gridicons_chevron_up.bmp │ │ ├── gridicons_chevron_up.svg │ │ ├── gridicons_clear_formatting.bmp │ │ ├── gridicons_clear_formatting.svg │ │ ├── gridicons_clipboard.bmp │ │ ├── gridicons_clipboard.svg │ │ ├── gridicons_cloud.bmp │ │ ├── gridicons_cloud.svg │ │ ├── gridicons_cloud_download.bmp │ │ ├── gridicons_cloud_download.svg │ │ ├── gridicons_cloud_upload.bmp │ │ ├── gridicons_cloud_upload.svg │ │ ├── gridicons_code.bmp │ │ ├── gridicons_code.svg │ │ ├── gridicons_cog.bmp │ │ ├── gridicons_cog.svg │ │ ├── gridicons_comment.bmp │ │ ├── gridicons_comment.svg │ │ ├── gridicons_computer.bmp │ │ ├── gridicons_computer.svg │ │ ├── gridicons_create.bmp │ │ ├── gridicons_create.svg │ │ ├── gridicons_credit_card.bmp │ │ ├── gridicons_credit_card.svg │ │ ├── gridicons_crop.bmp │ │ ├── gridicons_crop.svg │ │ ├── gridicons_cross.bmp │ │ ├── gridicons_cross.svg │ │ ├── gridicons_cross_circle.bmp │ │ ├── gridicons_cross_circle.svg │ │ ├── gridicons_cross_small.bmp │ │ ├── gridicons_cross_small.svg │ │ ├── gridicons_custom_post_type.bmp │ │ ├── gridicons_custom_post_type.svg │ │ ├── gridicons_dropdown.bmp │ │ ├── gridicons_dropdown.svg │ │ ├── gridicons_ellipsis.bmp │ │ ├── gridicons_ellipsis.svg │ │ ├── gridicons_ellipsis_circle.bmp │ │ ├── gridicons_ellipsis_circle.svg │ │ ├── gridicons_external.bmp │ │ ├── gridicons_external.svg │ │ ├── gridicons_flag.bmp │ │ ├── gridicons_flag.svg │ │ ├── gridicons_flip_horizontal.bmp │ │ ├── gridicons_flip_horizontal.svg │ │ ├── gridicons_flip_vertical.bmp │ │ ├── gridicons_flip_vertical.svg │ │ ├── gridicons_folder.bmp │ │ ├── gridicons_folder.svg │ │ ├── gridicons_folder_multiple.bmp │ │ ├── gridicons_folder_multiple.svg │ │ ├── gridicons_fullscreen.bmp │ │ ├── gridicons_fullscreen.svg │ │ ├── gridicons_fullscreen_exit.bmp │ │ ├── gridicons_fullscreen_exit.svg │ │ ├── gridicons_globe.bmp │ │ ├── gridicons_globe.svg │ │ ├── gridicons_grid.bmp │ │ ├── gridicons_grid.svg │ │ ├── gridicons_heading.bmp │ │ ├── gridicons_heading.svg │ │ ├── gridicons_heading_h1.bmp │ │ ├── gridicons_heading_h1.svg │ │ ├── gridicons_heading_h2.bmp │ │ ├── gridicons_heading_h2.svg │ │ ├── gridicons_heading_h4.bmp │ │ ├── gridicons_heading_h4.svg │ │ ├── gridicons_heart.bmp │ │ ├── gridicons_heart.svg │ │ ├── gridicons_heart_outline.bmp │ │ ├── gridicons_heart_outline.svg │ │ ├── gridicons_help.bmp │ │ ├── gridicons_help.svg │ │ ├── gridicons_help_outline.bmp │ │ ├── gridicons_help_outline.svg │ │ ├── gridicons_history.bmp │ │ ├── gridicons_history.svg │ │ ├── gridicons_house.bmp │ │ ├── gridicons_house.svg │ │ ├── gridicons_image.bmp │ │ ├── gridicons_image.svg │ │ ├── gridicons_image_multiple.bmp │ │ ├── gridicons_image_multiple.svg │ │ ├── gridicons_indent_left.bmp │ │ ├── gridicons_indent_left.svg │ │ ├── gridicons_indent_right.bmp │ │ ├── gridicons_indent_right.svg │ │ ├── gridicons_info.bmp │ │ ├── gridicons_info.svg │ │ ├── gridicons_info_outline.bmp │ │ ├── gridicons_info_outline.svg │ │ ├── gridicons_ink.bmp │ │ ├── gridicons_ink.svg │ │ ├── gridicons_institution.bmp │ │ ├── gridicons_institution.svg │ │ ├── gridicons_italic.bmp │ │ ├── gridicons_italic.svg │ │ ├── gridicons_layout.bmp │ │ ├── gridicons_layout.svg │ │ ├── gridicons_layout_blocks.bmp │ │ ├── gridicons_layout_blocks.svg │ │ ├── gridicons_link.bmp │ │ ├── gridicons_link.svg │ │ ├── gridicons_link_break.bmp │ │ ├── gridicons_link_break.svg │ │ ├── gridicons_list_checkmark.bmp │ │ ├── gridicons_list_checkmark.svg │ │ ├── gridicons_list_unordered.bmp │ │ ├── gridicons_list_unordered.svg │ │ ├── gridicons_location.bmp │ │ ├── gridicons_location.svg │ │ ├── gridicons_lock.bmp │ │ ├── gridicons_lock.svg │ │ ├── gridicons_mail.bmp │ │ ├── gridicons_mail.svg │ │ ├── gridicons_mention.bmp │ │ ├── gridicons_mention.svg │ │ ├── gridicons_menu.bmp │ │ ├── gridicons_menu.svg │ │ ├── gridicons_menus.bmp │ │ ├── gridicons_menus.svg │ │ ├── gridicons_microphone.bmp │ │ ├── gridicons_microphone.svg │ │ ├── gridicons_minus.bmp │ │ ├── gridicons_minus.svg │ │ ├── gridicons_minus_small.bmp │ │ ├── gridicons_minus_small.svg │ │ ├── gridicons_money.bmp │ │ ├── gridicons_money.svg │ │ ├── gridicons_nametag.bmp │ │ ├── gridicons_nametag.svg │ │ ├── gridicons_next_page.bmp │ │ ├── gridicons_next_page.svg │ │ ├── gridicons_not_visible.bmp │ │ ├── gridicons_not_visible.svg │ │ ├── gridicons_notice.bmp │ │ ├── gridicons_notice.svg │ │ ├── gridicons_notice_outline.bmp │ │ ├── gridicons_notice_outline.svg │ │ ├── gridicons_offline.bmp │ │ ├── gridicons_offline.svg │ │ ├── gridicons_pages.bmp │ │ ├── gridicons_pages.svg │ │ ├── gridicons_pause.bmp │ │ ├── gridicons_pause.svg │ │ ├── gridicons_pencil.bmp │ │ ├── gridicons_pencil.svg │ │ ├── gridicons_phone.bmp │ │ ├── gridicons_phone.svg │ │ ├── gridicons_play.bmp │ │ ├── gridicons_play.svg │ │ ├── gridicons_plugins.bmp │ │ ├── gridicons_plugins.svg │ │ ├── gridicons_plus.bmp │ │ ├── gridicons_plus.svg │ │ ├── gridicons_plus_small.bmp │ │ ├── gridicons_plus_small.svg │ │ ├── gridicons_popout.bmp │ │ ├── gridicons_popout.svg │ │ ├── gridicons_posts.bmp │ │ ├── gridicons_posts.svg │ │ ├── gridicons_print.bmp │ │ ├── gridicons_print.svg │ │ ├── gridicons_product.bmp │ │ ├── gridicons_product.svg │ │ ├── gridicons_product_downloadable.bmp │ │ ├── gridicons_product_downloadable.svg │ │ ├── gridicons_product_external.bmp │ │ ├── gridicons_product_external.svg │ │ ├── gridicons_product_virtual.bmp │ │ ├── gridicons_product_virtual.svg │ │ ├── gridicons_read_more.bmp │ │ ├── gridicons_read_more.svg │ │ ├── gridicons_reader.bmp │ │ ├── gridicons_reader.svg │ │ ├── gridicons_reader_follow.bmp │ │ ├── gridicons_reader_follow.svg │ │ ├── gridicons_reader_following.bmp │ │ ├── gridicons_reader_following.svg │ │ ├── gridicons_reblog.bmp │ │ ├── gridicons_reblog.svg │ │ ├── gridicons_redo.bmp │ │ ├── gridicons_redo.svg │ │ ├── gridicons_refresh.bmp │ │ ├── gridicons_refresh.svg │ │ ├── gridicons_reply.bmp │ │ ├── gridicons_reply.svg │ │ ├── gridicons_resize.bmp │ │ ├── gridicons_resize.svg │ │ ├── gridicons_rotate.bmp │ │ ├── gridicons_rotate.svg │ │ ├── gridicons_scheduled.bmp │ │ ├── gridicons_scheduled.svg │ │ ├── gridicons_search.bmp │ │ ├── gridicons_search.svg │ │ ├── gridicons_share_computer.bmp │ │ ├── gridicons_share_computer.svg │ │ ├── gridicons_share_ios.bmp │ │ ├── gridicons_share_ios.svg │ │ ├── gridicons_shipping.bmp │ │ ├── gridicons_shipping.svg │ │ ├── gridicons_sign_out.bmp │ │ ├── gridicons_sign_out.svg │ │ ├── gridicons_spam.bmp │ │ ├── gridicons_spam.svg │ │ ├── gridicons_speaker.bmp │ │ ├── gridicons_speaker.svg │ │ ├── gridicons_star.bmp │ │ ├── gridicons_star.svg │ │ ├── gridicons_star_outline.bmp │ │ ├── gridicons_star_outline.svg │ │ ├── gridicons_stats.bmp │ │ ├── gridicons_stats.svg │ │ ├── gridicons_stats_alt.bmp │ │ ├── gridicons_stats_alt.svg │ │ ├── gridicons_status.bmp │ │ ├── gridicons_status.svg │ │ ├── gridicons_sync.bmp │ │ ├── gridicons_sync.svg │ │ ├── gridicons_tablet.bmp │ │ ├── gridicons_tablet.svg │ │ ├── gridicons_tag.bmp │ │ ├── gridicons_tag.svg │ │ ├── gridicons_text_color.bmp │ │ ├── gridicons_text_color.svg │ │ ├── gridicons_themes.bmp │ │ ├── gridicons_themes.svg │ │ ├── gridicons_thumbs_up.bmp │ │ ├── gridicons_thumbs_up.svg │ │ ├── gridicons_time.bmp │ │ ├── gridicons_time.svg │ │ ├── gridicons_trash.bmp │ │ ├── gridicons_trash.svg │ │ ├── gridicons_trophy.bmp │ │ ├── gridicons_trophy.svg │ │ ├── gridicons_types.bmp │ │ ├── gridicons_types.svg │ │ ├── gridicons_underline.bmp │ │ ├── gridicons_underline.svg │ │ ├── gridicons_undo.bmp │ │ ├── gridicons_undo.svg │ │ ├── gridicons_user.bmp │ │ ├── gridicons_user.svg │ │ ├── gridicons_user_add.bmp │ │ ├── gridicons_user_add.svg │ │ ├── gridicons_user_circle.bmp │ │ ├── gridicons_user_circle.svg │ │ ├── gridicons_video.bmp │ │ ├── gridicons_video.svg │ │ ├── gridicons_video_camera.bmp │ │ ├── gridicons_video_camera.svg │ │ ├── gridicons_visible.bmp │ │ └── gridicons_visible.svg │ ├── u8g2_fonts.c │ └── u8g2_fonts.h ├── platformio.ini ├── schematic ├── T5_V1.2.pdf ├── T5_V2.0.pdf ├── T5_V2.1.2.pdf ├── T5_V2.2.pdf ├── T5_V2.3.pdf ├── T5_V2.4.pdf └── T5_v2.8_27.pdf └── src ├── defConfig.h ├── deocder.cpp ├── main.cpp └── utilities.h /.gitignore: -------------------------------------------------------------------------------- 1 | build 2 | .vscode 3 | .pio 4 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/LICENSE -------------------------------------------------------------------------------- /README.MD: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/README.MD -------------------------------------------------------------------------------- /data/avatar.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/data/avatar.bmp -------------------------------------------------------------------------------- /data/css/main.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/data/css/main.css -------------------------------------------------------------------------------- /data/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/data/index.html -------------------------------------------------------------------------------- /data/js/jquery.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/data/js/jquery.min.js -------------------------------------------------------------------------------- /data/js/tbdValidate.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/data/js/tbdValidate.js -------------------------------------------------------------------------------- /data/qr.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/data/qr.bmp -------------------------------------------------------------------------------- /images/1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/images/1.png -------------------------------------------------------------------------------- /images/2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/images/2.png -------------------------------------------------------------------------------- /images/3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/images/3.png -------------------------------------------------------------------------------- /images/4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/images/4.png -------------------------------------------------------------------------------- /lib/AceButton/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/AceButton/.gitignore -------------------------------------------------------------------------------- /lib/AceButton/CHANGELOG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/AceButton/CHANGELOG.md -------------------------------------------------------------------------------- /lib/AceButton/CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/AceButton/CONTRIBUTING.md -------------------------------------------------------------------------------- /lib/AceButton/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/AceButton/LICENSE -------------------------------------------------------------------------------- /lib/AceButton/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/AceButton/README.md -------------------------------------------------------------------------------- /lib/AceButton/docs/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/AceButton/docs/README.md -------------------------------------------------------------------------------- /lib/AceButton/docs/_config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/AceButton/docs/_config.yml -------------------------------------------------------------------------------- /lib/AceButton/docs/doxygen.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/AceButton/docs/doxygen.cfg -------------------------------------------------------------------------------- /lib/AceButton/docs/html/AceButton_8cpp_source.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/AceButton/docs/html/AceButton_8cpp_source.html -------------------------------------------------------------------------------- /lib/AceButton/docs/html/AceButton_8h_source.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/AceButton/docs/html/AceButton_8h_source.html -------------------------------------------------------------------------------- /lib/AceButton/docs/html/ButtonConfig_8cpp_source.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/AceButton/docs/html/ButtonConfig_8cpp_source.html -------------------------------------------------------------------------------- /lib/AceButton/docs/html/ButtonConfig_8h_source.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/AceButton/docs/html/ButtonConfig_8h_source.html -------------------------------------------------------------------------------- /lib/AceButton/docs/html/TimingStats_8h_source.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/AceButton/docs/html/TimingStats_8h_source.html -------------------------------------------------------------------------------- /lib/AceButton/docs/html/annotated.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/AceButton/docs/html/annotated.html -------------------------------------------------------------------------------- /lib/AceButton/docs/html/bc_s.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/AceButton/docs/html/bc_s.png -------------------------------------------------------------------------------- /lib/AceButton/docs/html/bdwn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/AceButton/docs/html/bdwn.png -------------------------------------------------------------------------------- /lib/AceButton/docs/html/classace__button_1_1AdjustableButtonConfig__coll__graph.md5: -------------------------------------------------------------------------------- 1 | 24afbad6ac053e22de7b42f0fa06d3d1 -------------------------------------------------------------------------------- /lib/AceButton/docs/html/classace__button_1_1AdjustableButtonConfig__inherit__graph.md5: -------------------------------------------------------------------------------- 1 | 1fa92ec2e1aa7d5f08e922e62e347ea6 -------------------------------------------------------------------------------- /lib/AceButton/docs/html/classace__button_1_1ButtonConfig__inherit__graph.md5: -------------------------------------------------------------------------------- 1 | 884078a211be4f42b1d83fd9a9e04dc6 -------------------------------------------------------------------------------- /lib/AceButton/docs/html/classes.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/AceButton/docs/html/classes.html -------------------------------------------------------------------------------- /lib/AceButton/docs/html/closed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/AceButton/docs/html/closed.png -------------------------------------------------------------------------------- /lib/AceButton/docs/html/doc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/AceButton/docs/html/doc.png -------------------------------------------------------------------------------- /lib/AceButton/docs/html/doxygen.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/AceButton/docs/html/doxygen.css -------------------------------------------------------------------------------- /lib/AceButton/docs/html/doxygen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/AceButton/docs/html/doxygen.png -------------------------------------------------------------------------------- /lib/AceButton/docs/html/dynsections.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/AceButton/docs/html/dynsections.js -------------------------------------------------------------------------------- /lib/AceButton/docs/html/files.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/AceButton/docs/html/files.html -------------------------------------------------------------------------------- /lib/AceButton/docs/html/folderclosed.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/AceButton/docs/html/folderclosed.png -------------------------------------------------------------------------------- /lib/AceButton/docs/html/folderopen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/AceButton/docs/html/folderopen.png -------------------------------------------------------------------------------- /lib/AceButton/docs/html/functions.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/AceButton/docs/html/functions.html -------------------------------------------------------------------------------- /lib/AceButton/docs/html/functions_func.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/AceButton/docs/html/functions_func.html -------------------------------------------------------------------------------- /lib/AceButton/docs/html/functions_type.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/AceButton/docs/html/functions_type.html -------------------------------------------------------------------------------- /lib/AceButton/docs/html/functions_vars.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/AceButton/docs/html/functions_vars.html -------------------------------------------------------------------------------- /lib/AceButton/docs/html/graph_legend.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/AceButton/docs/html/graph_legend.html -------------------------------------------------------------------------------- /lib/AceButton/docs/html/graph_legend.md5: -------------------------------------------------------------------------------- 1 | 387ff8eb65306fa251338d3c9bd7bfff -------------------------------------------------------------------------------- /lib/AceButton/docs/html/graph_legend.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/AceButton/docs/html/graph_legend.png -------------------------------------------------------------------------------- /lib/AceButton/docs/html/hierarchy.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/AceButton/docs/html/hierarchy.html -------------------------------------------------------------------------------- /lib/AceButton/docs/html/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/AceButton/docs/html/index.html -------------------------------------------------------------------------------- /lib/AceButton/docs/html/inherit_graph_0.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/AceButton/docs/html/inherit_graph_0.map -------------------------------------------------------------------------------- /lib/AceButton/docs/html/inherit_graph_0.md5: -------------------------------------------------------------------------------- 1 | dad31da764b8cff706d719d7063f1b47 -------------------------------------------------------------------------------- /lib/AceButton/docs/html/inherit_graph_0.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/AceButton/docs/html/inherit_graph_0.png -------------------------------------------------------------------------------- /lib/AceButton/docs/html/inherit_graph_1.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/AceButton/docs/html/inherit_graph_1.map -------------------------------------------------------------------------------- /lib/AceButton/docs/html/inherit_graph_1.md5: -------------------------------------------------------------------------------- 1 | 09997e8367e05f6ea244b70b35066d89 -------------------------------------------------------------------------------- /lib/AceButton/docs/html/inherit_graph_1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/AceButton/docs/html/inherit_graph_1.png -------------------------------------------------------------------------------- /lib/AceButton/docs/html/inherit_graph_2.map: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/AceButton/docs/html/inherit_graph_2.map -------------------------------------------------------------------------------- /lib/AceButton/docs/html/inherit_graph_2.md5: -------------------------------------------------------------------------------- 1 | 02a1a77f69fe7514878970f689bdc6a7 -------------------------------------------------------------------------------- /lib/AceButton/docs/html/inherit_graph_2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/AceButton/docs/html/inherit_graph_2.png -------------------------------------------------------------------------------- /lib/AceButton/docs/html/inherits.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/AceButton/docs/html/inherits.html -------------------------------------------------------------------------------- /lib/AceButton/docs/html/jquery.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/AceButton/docs/html/jquery.js -------------------------------------------------------------------------------- /lib/AceButton/docs/html/menu.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/AceButton/docs/html/menu.js -------------------------------------------------------------------------------- /lib/AceButton/docs/html/menudata.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/AceButton/docs/html/menudata.js -------------------------------------------------------------------------------- /lib/AceButton/docs/html/nav_f.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/AceButton/docs/html/nav_f.png -------------------------------------------------------------------------------- /lib/AceButton/docs/html/nav_g.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/AceButton/docs/html/nav_g.png -------------------------------------------------------------------------------- /lib/AceButton/docs/html/nav_h.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/AceButton/docs/html/nav_h.png -------------------------------------------------------------------------------- /lib/AceButton/docs/html/open.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/AceButton/docs/html/open.png -------------------------------------------------------------------------------- /lib/AceButton/docs/html/search/all_0.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/AceButton/docs/html/search/all_0.html -------------------------------------------------------------------------------- /lib/AceButton/docs/html/search/all_0.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/AceButton/docs/html/search/all_0.js -------------------------------------------------------------------------------- /lib/AceButton/docs/html/search/all_1.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/AceButton/docs/html/search/all_1.html -------------------------------------------------------------------------------- /lib/AceButton/docs/html/search/all_1.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/AceButton/docs/html/search/all_1.js -------------------------------------------------------------------------------- /lib/AceButton/docs/html/search/all_2.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/AceButton/docs/html/search/all_2.html -------------------------------------------------------------------------------- /lib/AceButton/docs/html/search/all_2.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/AceButton/docs/html/search/all_2.js -------------------------------------------------------------------------------- /lib/AceButton/docs/html/search/all_3.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/AceButton/docs/html/search/all_3.html -------------------------------------------------------------------------------- /lib/AceButton/docs/html/search/all_3.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/AceButton/docs/html/search/all_3.js -------------------------------------------------------------------------------- /lib/AceButton/docs/html/search/all_4.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/AceButton/docs/html/search/all_4.html -------------------------------------------------------------------------------- /lib/AceButton/docs/html/search/all_4.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/AceButton/docs/html/search/all_4.js -------------------------------------------------------------------------------- /lib/AceButton/docs/html/search/all_5.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/AceButton/docs/html/search/all_5.html -------------------------------------------------------------------------------- /lib/AceButton/docs/html/search/all_5.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/AceButton/docs/html/search/all_5.js -------------------------------------------------------------------------------- /lib/AceButton/docs/html/search/all_6.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/AceButton/docs/html/search/all_6.html -------------------------------------------------------------------------------- /lib/AceButton/docs/html/search/all_6.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/AceButton/docs/html/search/all_6.js -------------------------------------------------------------------------------- /lib/AceButton/docs/html/search/all_7.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/AceButton/docs/html/search/all_7.html -------------------------------------------------------------------------------- /lib/AceButton/docs/html/search/all_7.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/AceButton/docs/html/search/all_7.js -------------------------------------------------------------------------------- /lib/AceButton/docs/html/search/all_8.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/AceButton/docs/html/search/all_8.html -------------------------------------------------------------------------------- /lib/AceButton/docs/html/search/all_8.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/AceButton/docs/html/search/all_8.js -------------------------------------------------------------------------------- /lib/AceButton/docs/html/search/all_9.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/AceButton/docs/html/search/all_9.html -------------------------------------------------------------------------------- /lib/AceButton/docs/html/search/all_9.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/AceButton/docs/html/search/all_9.js -------------------------------------------------------------------------------- /lib/AceButton/docs/html/search/all_a.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/AceButton/docs/html/search/all_a.html -------------------------------------------------------------------------------- /lib/AceButton/docs/html/search/all_a.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/AceButton/docs/html/search/all_a.js -------------------------------------------------------------------------------- /lib/AceButton/docs/html/search/classes_0.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/AceButton/docs/html/search/classes_0.html -------------------------------------------------------------------------------- /lib/AceButton/docs/html/search/classes_0.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/AceButton/docs/html/search/classes_0.js -------------------------------------------------------------------------------- /lib/AceButton/docs/html/search/classes_1.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/AceButton/docs/html/search/classes_1.html -------------------------------------------------------------------------------- /lib/AceButton/docs/html/search/classes_1.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/AceButton/docs/html/search/classes_1.js -------------------------------------------------------------------------------- /lib/AceButton/docs/html/search/classes_2.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/AceButton/docs/html/search/classes_2.html -------------------------------------------------------------------------------- /lib/AceButton/docs/html/search/classes_2.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/AceButton/docs/html/search/classes_2.js -------------------------------------------------------------------------------- /lib/AceButton/docs/html/search/close.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/AceButton/docs/html/search/close.png -------------------------------------------------------------------------------- /lib/AceButton/docs/html/search/functions_0.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/AceButton/docs/html/search/functions_0.html -------------------------------------------------------------------------------- /lib/AceButton/docs/html/search/functions_0.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/AceButton/docs/html/search/functions_0.js -------------------------------------------------------------------------------- /lib/AceButton/docs/html/search/functions_1.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/AceButton/docs/html/search/functions_1.html -------------------------------------------------------------------------------- /lib/AceButton/docs/html/search/functions_1.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/AceButton/docs/html/search/functions_1.js -------------------------------------------------------------------------------- /lib/AceButton/docs/html/search/functions_2.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/AceButton/docs/html/search/functions_2.html -------------------------------------------------------------------------------- /lib/AceButton/docs/html/search/functions_2.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/AceButton/docs/html/search/functions_2.js -------------------------------------------------------------------------------- /lib/AceButton/docs/html/search/functions_3.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/AceButton/docs/html/search/functions_3.html -------------------------------------------------------------------------------- /lib/AceButton/docs/html/search/functions_3.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/AceButton/docs/html/search/functions_3.js -------------------------------------------------------------------------------- /lib/AceButton/docs/html/search/functions_4.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/AceButton/docs/html/search/functions_4.html -------------------------------------------------------------------------------- /lib/AceButton/docs/html/search/functions_4.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/AceButton/docs/html/search/functions_4.js -------------------------------------------------------------------------------- /lib/AceButton/docs/html/search/functions_5.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/AceButton/docs/html/search/functions_5.html -------------------------------------------------------------------------------- /lib/AceButton/docs/html/search/functions_5.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/AceButton/docs/html/search/functions_5.js -------------------------------------------------------------------------------- /lib/AceButton/docs/html/search/functions_6.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/AceButton/docs/html/search/functions_6.html -------------------------------------------------------------------------------- /lib/AceButton/docs/html/search/functions_6.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/AceButton/docs/html/search/functions_6.js -------------------------------------------------------------------------------- /lib/AceButton/docs/html/search/functions_7.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/AceButton/docs/html/search/functions_7.html -------------------------------------------------------------------------------- /lib/AceButton/docs/html/search/functions_7.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/AceButton/docs/html/search/functions_7.js -------------------------------------------------------------------------------- /lib/AceButton/docs/html/search/mag_sel.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/AceButton/docs/html/search/mag_sel.png -------------------------------------------------------------------------------- /lib/AceButton/docs/html/search/nomatches.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/AceButton/docs/html/search/nomatches.html -------------------------------------------------------------------------------- /lib/AceButton/docs/html/search/pages_0.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/AceButton/docs/html/search/pages_0.html -------------------------------------------------------------------------------- /lib/AceButton/docs/html/search/pages_0.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/AceButton/docs/html/search/pages_0.js -------------------------------------------------------------------------------- /lib/AceButton/docs/html/search/search.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/AceButton/docs/html/search/search.css -------------------------------------------------------------------------------- /lib/AceButton/docs/html/search/search.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/AceButton/docs/html/search/search.js -------------------------------------------------------------------------------- /lib/AceButton/docs/html/search/search_l.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/AceButton/docs/html/search/search_l.png -------------------------------------------------------------------------------- /lib/AceButton/docs/html/search/search_m.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/AceButton/docs/html/search/search_m.png -------------------------------------------------------------------------------- /lib/AceButton/docs/html/search/search_r.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/AceButton/docs/html/search/search_r.png -------------------------------------------------------------------------------- /lib/AceButton/docs/html/search/searchdata.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/AceButton/docs/html/search/searchdata.js -------------------------------------------------------------------------------- /lib/AceButton/docs/html/search/typedefs_0.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/AceButton/docs/html/search/typedefs_0.html -------------------------------------------------------------------------------- /lib/AceButton/docs/html/search/typedefs_0.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/AceButton/docs/html/search/typedefs_0.js -------------------------------------------------------------------------------- /lib/AceButton/docs/html/search/typedefs_1.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/AceButton/docs/html/search/typedefs_1.html -------------------------------------------------------------------------------- /lib/AceButton/docs/html/search/typedefs_1.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/AceButton/docs/html/search/typedefs_1.js -------------------------------------------------------------------------------- /lib/AceButton/docs/html/search/variables_0.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/AceButton/docs/html/search/variables_0.html -------------------------------------------------------------------------------- /lib/AceButton/docs/html/search/variables_0.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/AceButton/docs/html/search/variables_0.js -------------------------------------------------------------------------------- /lib/AceButton/docs/html/splitbar.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/AceButton/docs/html/splitbar.png -------------------------------------------------------------------------------- /lib/AceButton/docs/html/sync_off.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/AceButton/docs/html/sync_off.png -------------------------------------------------------------------------------- /lib/AceButton/docs/html/sync_on.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/AceButton/docs/html/sync_on.png -------------------------------------------------------------------------------- /lib/AceButton/docs/html/tab_a.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/AceButton/docs/html/tab_a.png -------------------------------------------------------------------------------- /lib/AceButton/docs/html/tab_b.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/AceButton/docs/html/tab_b.png -------------------------------------------------------------------------------- /lib/AceButton/docs/html/tab_h.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/AceButton/docs/html/tab_h.png -------------------------------------------------------------------------------- /lib/AceButton/docs/html/tab_s.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/AceButton/docs/html/tab_s.png -------------------------------------------------------------------------------- /lib/AceButton/docs/html/tabs.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/AceButton/docs/html/tabs.css -------------------------------------------------------------------------------- /lib/AceButton/examples/AutoBenchmark/AutoBenchmark.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/AceButton/examples/AutoBenchmark/AutoBenchmark.ino -------------------------------------------------------------------------------- /lib/AceButton/examples/AutoBenchmark/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/AceButton/examples/AutoBenchmark/README.md -------------------------------------------------------------------------------- /lib/AceButton/examples/HelloButton/HelloButton.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/AceButton/examples/HelloButton/HelloButton.ino -------------------------------------------------------------------------------- /lib/AceButton/examples/LibrarySizeBenchmark/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/AceButton/examples/LibrarySizeBenchmark/README.md -------------------------------------------------------------------------------- /lib/AceButton/examples/SingleButton/SingleButton.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/AceButton/examples/SingleButton/SingleButton.ino -------------------------------------------------------------------------------- /lib/AceButton/examples/Stopwatch/Stopwatch.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/AceButton/examples/Stopwatch/Stopwatch.ino -------------------------------------------------------------------------------- /lib/AceButton/examples/TunerButtons/TunerButtons.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/AceButton/examples/TunerButtons/TunerButtons.ino -------------------------------------------------------------------------------- /lib/AceButton/keywords.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/AceButton/keywords.txt -------------------------------------------------------------------------------- /lib/AceButton/library.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/AceButton/library.properties -------------------------------------------------------------------------------- /lib/AceButton/src/AceButton.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/AceButton/src/AceButton.h -------------------------------------------------------------------------------- /lib/AceButton/src/AdjustableButtonConfig.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/AceButton/src/AdjustableButtonConfig.h -------------------------------------------------------------------------------- /lib/AceButton/src/ButtonConfig.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/AceButton/src/ButtonConfig.h -------------------------------------------------------------------------------- /lib/AceButton/src/ace_button/AceButton.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/AceButton/src/ace_button/AceButton.cpp -------------------------------------------------------------------------------- /lib/AceButton/src/ace_button/AceButton.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/AceButton/src/ace_button/AceButton.h -------------------------------------------------------------------------------- /lib/AceButton/src/ace_button/AdjustableButtonConfig.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/AceButton/src/ace_button/AdjustableButtonConfig.h -------------------------------------------------------------------------------- /lib/AceButton/src/ace_button/ButtonConfig.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/AceButton/src/ace_button/ButtonConfig.cpp -------------------------------------------------------------------------------- /lib/AceButton/src/ace_button/ButtonConfig.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/AceButton/src/ace_button/ButtonConfig.h -------------------------------------------------------------------------------- /lib/AceButton/src/ace_button/TimingStats.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/AceButton/src/ace_button/TimingStats.h -------------------------------------------------------------------------------- /lib/AceButton/src/ace_button/testing/EventTracker.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/AceButton/src/ace_button/testing/EventTracker.h -------------------------------------------------------------------------------- /lib/AceButton/src/ace_button/testing/TestHelper.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/AceButton/src/ace_button/testing/TestHelper.h -------------------------------------------------------------------------------- /lib/AceButton/tests/AceButtonTest/AceButtonTest.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/AceButton/tests/AceButtonTest/AceButtonTest.ino -------------------------------------------------------------------------------- /lib/AceButton/tests/Jenkinsfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/AceButton/tests/Jenkinsfile -------------------------------------------------------------------------------- /lib/AceButton/tests/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/AceButton/tests/README.md -------------------------------------------------------------------------------- /lib/AceButton/tests/auniter.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/AceButton/tests/auniter.ini -------------------------------------------------------------------------------- /lib/Adafruit GFX Library_ID13/.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/Adafruit GFX Library_ID13/.gitignore -------------------------------------------------------------------------------- /lib/Adafruit GFX Library_ID13/.library.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/Adafruit GFX Library_ID13/.library.json -------------------------------------------------------------------------------- /lib/Adafruit GFX Library_ID13/Adafruit_GFX.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/Adafruit GFX Library_ID13/Adafruit_GFX.cpp -------------------------------------------------------------------------------- /lib/Adafruit GFX Library_ID13/Adafruit_GFX.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/Adafruit GFX Library_ID13/Adafruit_GFX.h -------------------------------------------------------------------------------- /lib/Adafruit GFX Library_ID13/Adafruit_SPITFT.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/Adafruit GFX Library_ID13/Adafruit_SPITFT.cpp -------------------------------------------------------------------------------- /lib/Adafruit GFX Library_ID13/Adafruit_SPITFT.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/Adafruit GFX Library_ID13/Adafruit_SPITFT.h -------------------------------------------------------------------------------- /lib/Adafruit GFX Library_ID13/Adafruit_SPITFT_Macros.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/Adafruit GFX Library_ID13/Adafruit_SPITFT_Macros.h -------------------------------------------------------------------------------- /lib/Adafruit GFX Library_ID13/Fonts/FreeMono12pt7b.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/Adafruit GFX Library_ID13/Fonts/FreeMono12pt7b.h -------------------------------------------------------------------------------- /lib/Adafruit GFX Library_ID13/Fonts/FreeMono18pt7b.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/Adafruit GFX Library_ID13/Fonts/FreeMono18pt7b.h -------------------------------------------------------------------------------- /lib/Adafruit GFX Library_ID13/Fonts/FreeMono24pt7b.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/Adafruit GFX Library_ID13/Fonts/FreeMono24pt7b.h -------------------------------------------------------------------------------- /lib/Adafruit GFX Library_ID13/Fonts/FreeMono9pt7b.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/Adafruit GFX Library_ID13/Fonts/FreeMono9pt7b.h -------------------------------------------------------------------------------- /lib/Adafruit GFX Library_ID13/Fonts/FreeSans12pt7b.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/Adafruit GFX Library_ID13/Fonts/FreeSans12pt7b.h -------------------------------------------------------------------------------- /lib/Adafruit GFX Library_ID13/Fonts/FreeSans18pt7b.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/Adafruit GFX Library_ID13/Fonts/FreeSans18pt7b.h -------------------------------------------------------------------------------- /lib/Adafruit GFX Library_ID13/Fonts/FreeSans24pt7b.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/Adafruit GFX Library_ID13/Fonts/FreeSans24pt7b.h -------------------------------------------------------------------------------- /lib/Adafruit GFX Library_ID13/Fonts/FreeSans9pt7b.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/Adafruit GFX Library_ID13/Fonts/FreeSans9pt7b.h -------------------------------------------------------------------------------- /lib/Adafruit GFX Library_ID13/Fonts/FreeSerif12pt7b.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/Adafruit GFX Library_ID13/Fonts/FreeSerif12pt7b.h -------------------------------------------------------------------------------- /lib/Adafruit GFX Library_ID13/Fonts/FreeSerif18pt7b.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/Adafruit GFX Library_ID13/Fonts/FreeSerif18pt7b.h -------------------------------------------------------------------------------- /lib/Adafruit GFX Library_ID13/Fonts/FreeSerif24pt7b.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/Adafruit GFX Library_ID13/Fonts/FreeSerif24pt7b.h -------------------------------------------------------------------------------- /lib/Adafruit GFX Library_ID13/Fonts/FreeSerif9pt7b.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/Adafruit GFX Library_ID13/Fonts/FreeSerif9pt7b.h -------------------------------------------------------------------------------- /lib/Adafruit GFX Library_ID13/Fonts/Org_01.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/Adafruit GFX Library_ID13/Fonts/Org_01.h -------------------------------------------------------------------------------- /lib/Adafruit GFX Library_ID13/Fonts/Picopixel.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/Adafruit GFX Library_ID13/Fonts/Picopixel.h -------------------------------------------------------------------------------- /lib/Adafruit GFX Library_ID13/Fonts/Tiny3x3a2pt7b.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/Adafruit GFX Library_ID13/Fonts/Tiny3x3a2pt7b.h -------------------------------------------------------------------------------- /lib/Adafruit GFX Library_ID13/Fonts/TomThumb.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/Adafruit GFX Library_ID13/Fonts/TomThumb.h -------------------------------------------------------------------------------- /lib/Adafruit GFX Library_ID13/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/Adafruit GFX Library_ID13/README.md -------------------------------------------------------------------------------- /lib/Adafruit GFX Library_ID13/fontconvert/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/Adafruit GFX Library_ID13/fontconvert/Makefile -------------------------------------------------------------------------------- /lib/Adafruit GFX Library_ID13/fontconvert/makefonts.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/Adafruit GFX Library_ID13/fontconvert/makefonts.sh -------------------------------------------------------------------------------- /lib/Adafruit GFX Library_ID13/gfxfont.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/Adafruit GFX Library_ID13/gfxfont.h -------------------------------------------------------------------------------- /lib/Adafruit GFX Library_ID13/glcdfont.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/Adafruit GFX Library_ID13/glcdfont.c -------------------------------------------------------------------------------- /lib/Adafruit GFX Library_ID13/library.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/Adafruit GFX Library_ID13/library.properties -------------------------------------------------------------------------------- /lib/Adafruit GFX Library_ID13/license.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/Adafruit GFX Library_ID13/license.txt -------------------------------------------------------------------------------- /lib/AsyncTCP_ID1826/.github/scripts/on-push.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/AsyncTCP_ID1826/.github/scripts/on-push.sh -------------------------------------------------------------------------------- /lib/AsyncTCP_ID1826/.github/stale.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/AsyncTCP_ID1826/.github/stale.yml -------------------------------------------------------------------------------- /lib/AsyncTCP_ID1826/.github/workflows/push.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/AsyncTCP_ID1826/.github/workflows/push.yml -------------------------------------------------------------------------------- /lib/AsyncTCP_ID1826/.gitignore: -------------------------------------------------------------------------------- 1 | 2 | .DS_Store 3 | -------------------------------------------------------------------------------- /lib/AsyncTCP_ID1826/.library.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/AsyncTCP_ID1826/.library.json -------------------------------------------------------------------------------- /lib/AsyncTCP_ID1826/.travis.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/AsyncTCP_ID1826/.travis.yml -------------------------------------------------------------------------------- /lib/AsyncTCP_ID1826/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/AsyncTCP_ID1826/CMakeLists.txt -------------------------------------------------------------------------------- /lib/AsyncTCP_ID1826/Kconfig.projbuild: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/AsyncTCP_ID1826/Kconfig.projbuild -------------------------------------------------------------------------------- /lib/AsyncTCP_ID1826/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/AsyncTCP_ID1826/LICENSE -------------------------------------------------------------------------------- /lib/AsyncTCP_ID1826/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/AsyncTCP_ID1826/README.md -------------------------------------------------------------------------------- /lib/AsyncTCP_ID1826/component.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/AsyncTCP_ID1826/component.mk -------------------------------------------------------------------------------- /lib/AsyncTCP_ID1826/library.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/AsyncTCP_ID1826/library.json -------------------------------------------------------------------------------- /lib/AsyncTCP_ID1826/library.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/AsyncTCP_ID1826/library.properties -------------------------------------------------------------------------------- /lib/AsyncTCP_ID1826/src/AsyncTCP.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/AsyncTCP_ID1826/src/AsyncTCP.cpp -------------------------------------------------------------------------------- /lib/AsyncTCP_ID1826/src/AsyncTCP.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/AsyncTCP_ID1826/src/AsyncTCP.h -------------------------------------------------------------------------------- /lib/ESP Async WebServer_ID306/.github/stale.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/ESP Async WebServer_ID306/.github/stale.yml -------------------------------------------------------------------------------- /lib/ESP Async WebServer_ID306/.gitignore: -------------------------------------------------------------------------------- 1 | .vscode 2 | .DS_Store 3 | -------------------------------------------------------------------------------- /lib/ESP Async WebServer_ID306/.library.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/ESP Async WebServer_ID306/.library.json -------------------------------------------------------------------------------- /lib/ESP Async WebServer_ID306/.travis.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/ESP Async WebServer_ID306/.travis.yml -------------------------------------------------------------------------------- /lib/ESP Async WebServer_ID306/CMakeLists.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/ESP Async WebServer_ID306/CMakeLists.txt -------------------------------------------------------------------------------- /lib/ESP Async WebServer_ID306/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/ESP Async WebServer_ID306/README.md -------------------------------------------------------------------------------- /lib/ESP Async WebServer_ID306/_config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/ESP Async WebServer_ID306/_config.yml -------------------------------------------------------------------------------- /lib/ESP Async WebServer_ID306/component.mk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/ESP Async WebServer_ID306/component.mk -------------------------------------------------------------------------------- /lib/ESP Async WebServer_ID306/examples/ESP_AsyncFSBrowser/data/.exclude.files: -------------------------------------------------------------------------------- 1 | /*.js.gz 2 | /.exclude.files 3 | -------------------------------------------------------------------------------- /lib/ESP Async WebServer_ID306/keywords.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/ESP Async WebServer_ID306/keywords.txt -------------------------------------------------------------------------------- /lib/ESP Async WebServer_ID306/library.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/ESP Async WebServer_ID306/library.json -------------------------------------------------------------------------------- /lib/ESP Async WebServer_ID306/library.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/ESP Async WebServer_ID306/library.properties -------------------------------------------------------------------------------- /lib/ESP Async WebServer_ID306/src/AsyncEventSource.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/ESP Async WebServer_ID306/src/AsyncEventSource.cpp -------------------------------------------------------------------------------- /lib/ESP Async WebServer_ID306/src/AsyncEventSource.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/ESP Async WebServer_ID306/src/AsyncEventSource.h -------------------------------------------------------------------------------- /lib/ESP Async WebServer_ID306/src/AsyncJson.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/ESP Async WebServer_ID306/src/AsyncJson.h -------------------------------------------------------------------------------- /lib/ESP Async WebServer_ID306/src/AsyncWebSocket.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/ESP Async WebServer_ID306/src/AsyncWebSocket.cpp -------------------------------------------------------------------------------- /lib/ESP Async WebServer_ID306/src/AsyncWebSocket.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/ESP Async WebServer_ID306/src/AsyncWebSocket.h -------------------------------------------------------------------------------- /lib/ESP Async WebServer_ID306/src/ESPAsyncWebServer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/ESP Async WebServer_ID306/src/ESPAsyncWebServer.h -------------------------------------------------------------------------------- /lib/ESP Async WebServer_ID306/src/SPIFFSEditor.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/ESP Async WebServer_ID306/src/SPIFFSEditor.cpp -------------------------------------------------------------------------------- /lib/ESP Async WebServer_ID306/src/SPIFFSEditor.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/ESP Async WebServer_ID306/src/SPIFFSEditor.h -------------------------------------------------------------------------------- /lib/ESP Async WebServer_ID306/src/StringArray.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/ESP Async WebServer_ID306/src/StringArray.h -------------------------------------------------------------------------------- /lib/ESP Async WebServer_ID306/src/WebAuthentication.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/ESP Async WebServer_ID306/src/WebAuthentication.h -------------------------------------------------------------------------------- /lib/ESP Async WebServer_ID306/src/WebHandlerImpl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/ESP Async WebServer_ID306/src/WebHandlerImpl.h -------------------------------------------------------------------------------- /lib/ESP Async WebServer_ID306/src/WebHandlers.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/ESP Async WebServer_ID306/src/WebHandlers.cpp -------------------------------------------------------------------------------- /lib/ESP Async WebServer_ID306/src/WebRequest.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/ESP Async WebServer_ID306/src/WebRequest.cpp -------------------------------------------------------------------------------- /lib/ESP Async WebServer_ID306/src/WebResponseImpl.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/ESP Async WebServer_ID306/src/WebResponseImpl.h -------------------------------------------------------------------------------- /lib/ESP Async WebServer_ID306/src/WebResponses.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/ESP Async WebServer_ID306/src/WebResponses.cpp -------------------------------------------------------------------------------- /lib/ESP Async WebServer_ID306/src/WebServer.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/ESP Async WebServer_ID306/src/WebServer.cpp -------------------------------------------------------------------------------- /lib/ESP Async WebServer_ID306/src/edit.htm: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/ESP Async WebServer_ID306/src/edit.htm -------------------------------------------------------------------------------- /lib/ESPAsyncTCP_ID305/.github/scripts/on-push.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/ESPAsyncTCP_ID305/.github/scripts/on-push.sh -------------------------------------------------------------------------------- /lib/ESPAsyncTCP_ID305/.github/stale.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/ESPAsyncTCP_ID305/.github/stale.yml -------------------------------------------------------------------------------- /lib/ESPAsyncTCP_ID305/.github/workflows/push.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/ESPAsyncTCP_ID305/.github/workflows/push.yml -------------------------------------------------------------------------------- /lib/ESPAsyncTCP_ID305/.gitignore: -------------------------------------------------------------------------------- 1 | 2 | .DS_Store 3 | -------------------------------------------------------------------------------- /lib/ESPAsyncTCP_ID305/.library.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/ESPAsyncTCP_ID305/.library.json -------------------------------------------------------------------------------- /lib/ESPAsyncTCP_ID305/.travis.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/ESPAsyncTCP_ID305/.travis.yml -------------------------------------------------------------------------------- /lib/ESPAsyncTCP_ID305/LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/ESPAsyncTCP_ID305/LICENSE.txt -------------------------------------------------------------------------------- /lib/ESPAsyncTCP_ID305/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/ESPAsyncTCP_ID305/README.md -------------------------------------------------------------------------------- /lib/ESPAsyncTCP_ID305/examples/SyncClient/.esp31b.skip: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /lib/ESPAsyncTCP_ID305/library.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/ESPAsyncTCP_ID305/library.json -------------------------------------------------------------------------------- /lib/ESPAsyncTCP_ID305/library.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/ESPAsyncTCP_ID305/library.properties -------------------------------------------------------------------------------- /lib/ESPAsyncTCP_ID305/src/AsyncPrinter.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/ESPAsyncTCP_ID305/src/AsyncPrinter.cpp -------------------------------------------------------------------------------- /lib/ESPAsyncTCP_ID305/src/AsyncPrinter.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/ESPAsyncTCP_ID305/src/AsyncPrinter.h -------------------------------------------------------------------------------- /lib/ESPAsyncTCP_ID305/src/DebugPrintMacros.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/ESPAsyncTCP_ID305/src/DebugPrintMacros.h -------------------------------------------------------------------------------- /lib/ESPAsyncTCP_ID305/src/ESPAsyncTCP.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/ESPAsyncTCP_ID305/src/ESPAsyncTCP.cpp -------------------------------------------------------------------------------- /lib/ESPAsyncTCP_ID305/src/ESPAsyncTCP.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/ESPAsyncTCP_ID305/src/ESPAsyncTCP.h -------------------------------------------------------------------------------- /lib/ESPAsyncTCP_ID305/src/ESPAsyncTCPbuffer.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/ESPAsyncTCP_ID305/src/ESPAsyncTCPbuffer.cpp -------------------------------------------------------------------------------- /lib/ESPAsyncTCP_ID305/src/ESPAsyncTCPbuffer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/ESPAsyncTCP_ID305/src/ESPAsyncTCPbuffer.h -------------------------------------------------------------------------------- /lib/ESPAsyncTCP_ID305/src/SyncClient.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/ESPAsyncTCP_ID305/src/SyncClient.cpp -------------------------------------------------------------------------------- /lib/ESPAsyncTCP_ID305/src/SyncClient.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/ESPAsyncTCP_ID305/src/SyncClient.h -------------------------------------------------------------------------------- /lib/ESPAsyncTCP_ID305/src/async_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/ESPAsyncTCP_ID305/src/async_config.h -------------------------------------------------------------------------------- /lib/ESPAsyncTCP_ID305/src/tcp_axtls.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/ESPAsyncTCP_ID305/src/tcp_axtls.c -------------------------------------------------------------------------------- /lib/ESPAsyncTCP_ID305/src/tcp_axtls.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/ESPAsyncTCP_ID305/src/tcp_axtls.h -------------------------------------------------------------------------------- /lib/ESPAsyncTCP_ID305/ssl/gen_server_cert.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/ESPAsyncTCP_ID305/ssl/gen_server_cert.sh -------------------------------------------------------------------------------- /lib/ESPAsyncTCP_ID305/ssl/server.cer: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/ESPAsyncTCP_ID305/ssl/server.cer -------------------------------------------------------------------------------- /lib/ESPAsyncTCP_ID305/ssl/server.key: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/ESPAsyncTCP_ID305/ssl/server.key -------------------------------------------------------------------------------- /lib/GxEPD/CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/CONTRIBUTING.md -------------------------------------------------------------------------------- /lib/GxEPD/ConnectingHardware.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/ConnectingHardware.md -------------------------------------------------------------------------------- /lib/GxEPD/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/LICENSE -------------------------------------------------------------------------------- /lib/GxEPD/MyEPDs_UpdateInfos.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/MyEPDs_UpdateInfos.pdf -------------------------------------------------------------------------------- /lib/GxEPD/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/README.md -------------------------------------------------------------------------------- /lib/GxEPD/examples/GxEPD_Example/GxEPD_Example.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/examples/GxEPD_Example/GxEPD_Example.ino -------------------------------------------------------------------------------- /lib/GxEPD/examples/GxEPD_SD_Example/bitmaps/parrot.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/examples/GxEPD_SD_Example/bitmaps/parrot.bmp -------------------------------------------------------------------------------- /lib/GxEPD/extras/Particle/examples/GxEPD_ParticleExample/src/src.ino: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /lib/GxEPD/extras/Particle/examples/GxEPD_ParticlePartialUpdateExample/src/src.ino: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /lib/GxEPD/issue_template.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/issue_template.md -------------------------------------------------------------------------------- /lib/GxEPD/library.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/library.properties -------------------------------------------------------------------------------- /lib/GxEPD/src/GxDEPG0150BN/BitmapExamples.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/GxDEPG0150BN/BitmapExamples.h -------------------------------------------------------------------------------- /lib/GxEPD/src/GxDEPG0150BN/GxDEPG0150BN.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/GxDEPG0150BN/GxDEPG0150BN.cpp -------------------------------------------------------------------------------- /lib/GxEPD/src/GxDEPG0150BN/GxDEPG0150BN.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/GxDEPG0150BN/GxDEPG0150BN.h -------------------------------------------------------------------------------- /lib/GxEPD/src/GxDEPG0213BN/BitmapExamples.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/GxDEPG0213BN/BitmapExamples.h -------------------------------------------------------------------------------- /lib/GxEPD/src/GxDEPG0213BN/GxDEPG0213BN.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/GxDEPG0213BN/GxDEPG0213BN.cpp -------------------------------------------------------------------------------- /lib/GxEPD/src/GxDEPG0213BN/GxDEPG0213BN.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/GxDEPG0213BN/GxDEPG0213BN.h -------------------------------------------------------------------------------- /lib/GxEPD/src/GxDEPG0266BN/BitmapExamples.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/GxDEPG0266BN/BitmapExamples.h -------------------------------------------------------------------------------- /lib/GxEPD/src/GxDEPG0266BN/GxDEPG0266BN.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/GxDEPG0266BN/GxDEPG0266BN.cpp -------------------------------------------------------------------------------- /lib/GxEPD/src/GxDEPG0266BN/GxDEPG0266BN.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/GxDEPG0266BN/GxDEPG0266BN.h -------------------------------------------------------------------------------- /lib/GxEPD/src/GxDEPG0290B/BitmapExamples.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/GxDEPG0290B/BitmapExamples.h -------------------------------------------------------------------------------- /lib/GxEPD/src/GxDEPG0290B/GxDEPG0290B.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/GxDEPG0290B/GxDEPG0290B.cpp -------------------------------------------------------------------------------- /lib/GxEPD/src/GxDEPG0290B/GxDEPG0290B.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/GxDEPG0290B/GxDEPG0290B.h -------------------------------------------------------------------------------- /lib/GxEPD/src/GxDEPG0290R/BitmapExamples.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/GxDEPG0290R/BitmapExamples.h -------------------------------------------------------------------------------- /lib/GxEPD/src/GxDEPG0290R/BitmapWaveshare.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/GxDEPG0290R/BitmapWaveshare.h -------------------------------------------------------------------------------- /lib/GxEPD/src/GxDEPG0290R/GxDEPG0290R.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/GxDEPG0290R/GxDEPG0290R.cpp -------------------------------------------------------------------------------- /lib/GxEPD/src/GxDEPG0290R/GxDEPG0290R.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/GxDEPG0290R/GxDEPG0290R.h -------------------------------------------------------------------------------- /lib/GxEPD/src/GxDEPG0750BN/BitmapExamples.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/GxDEPG0750BN/BitmapExamples.h -------------------------------------------------------------------------------- /lib/GxEPD/src/GxDEPG0750BN/GxDEPG0750BN.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/GxDEPG0750BN/GxDEPG0750BN.cpp -------------------------------------------------------------------------------- /lib/GxEPD/src/GxDEPG0750BN/GxDEPG0750BN.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/GxDEPG0750BN/GxDEPG0750BN.h -------------------------------------------------------------------------------- /lib/GxEPD/src/GxEPD.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/GxEPD.cpp -------------------------------------------------------------------------------- /lib/GxEPD/src/GxEPD.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/GxEPD.h -------------------------------------------------------------------------------- /lib/GxEPD/src/GxFont_GFX.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/GxFont_GFX.cpp -------------------------------------------------------------------------------- /lib/GxEPD/src/GxFont_GFX.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/GxFont_GFX.h -------------------------------------------------------------------------------- /lib/GxEPD/src/GxGDE0213B1/BitmapExamples.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/GxGDE0213B1/BitmapExamples.h -------------------------------------------------------------------------------- /lib/GxEPD/src/GxGDE0213B1/GxGDE0213B1.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/GxGDE0213B1/GxGDE0213B1.cpp -------------------------------------------------------------------------------- /lib/GxEPD/src/GxGDE0213B1/GxGDE0213B1.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/GxGDE0213B1/GxGDE0213B1.h -------------------------------------------------------------------------------- /lib/GxEPD/src/GxGDE0213B72/BitmapExamples.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/GxGDE0213B72/BitmapExamples.h -------------------------------------------------------------------------------- /lib/GxEPD/src/GxGDE0213B72/GxGDE0213B72.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/GxGDE0213B72/GxGDE0213B72.cpp -------------------------------------------------------------------------------- /lib/GxEPD/src/GxGDE0213B72/GxGDE0213B72.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/GxGDE0213B72/GxGDE0213B72.h -------------------------------------------------------------------------------- /lib/GxEPD/src/GxGDE0213B72B/BitmapExamples.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/GxGDE0213B72B/BitmapExamples.h -------------------------------------------------------------------------------- /lib/GxEPD/src/GxGDE0213B72B/GxGDE0213B72B.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/GxGDE0213B72B/GxGDE0213B72B.cpp -------------------------------------------------------------------------------- /lib/GxEPD/src/GxGDE0213B72B/GxGDE0213B72B.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/GxGDE0213B72B/GxGDE0213B72B.h -------------------------------------------------------------------------------- /lib/GxEPD/src/GxGDEH0154D67/BitmapExamples.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/GxGDEH0154D67/BitmapExamples.h -------------------------------------------------------------------------------- /lib/GxEPD/src/GxGDEH0154D67/GxGDEH0154D67.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/GxGDEH0154D67/GxGDEH0154D67.cpp -------------------------------------------------------------------------------- /lib/GxEPD/src/GxGDEH0154D67/GxGDEH0154D67.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/GxGDEH0154D67/GxGDEH0154D67.h -------------------------------------------------------------------------------- /lib/GxEPD/src/GxGDEH0213B72/BitmapExamples.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/GxGDEH0213B72/BitmapExamples.h -------------------------------------------------------------------------------- /lib/GxEPD/src/GxGDEH0213B72/GxGDEH0213B72.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/GxGDEH0213B72/GxGDEH0213B72.cpp -------------------------------------------------------------------------------- /lib/GxEPD/src/GxGDEH0213B72/GxGDEH0213B72.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/GxGDEH0213B72/GxGDEH0213B72.h -------------------------------------------------------------------------------- /lib/GxEPD/src/GxGDEH0213B73/BitmapExamples.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/GxGDEH0213B73/BitmapExamples.h -------------------------------------------------------------------------------- /lib/GxEPD/src/GxGDEH0213B73/GxGDEH0213B73.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/GxGDEH0213B73/GxGDEH0213B73.cpp -------------------------------------------------------------------------------- /lib/GxEPD/src/GxGDEH0213B73/GxGDEH0213B73.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/GxGDEH0213B73/GxGDEH0213B73.h -------------------------------------------------------------------------------- /lib/GxEPD/src/GxGDEH029A1/BitmapExamples.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/GxGDEH029A1/BitmapExamples.h -------------------------------------------------------------------------------- /lib/GxEPD/src/GxGDEH029A1/GxGDEH029A1.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/GxGDEH029A1/GxGDEH029A1.cpp -------------------------------------------------------------------------------- /lib/GxEPD/src/GxGDEH029A1/GxGDEH029A1.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/GxGDEH029A1/GxGDEH029A1.h -------------------------------------------------------------------------------- /lib/GxEPD/src/GxGDEM0213B74/BitmapExamples.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/GxGDEM0213B74/BitmapExamples.h -------------------------------------------------------------------------------- /lib/GxEPD/src/GxGDEM0213B74/GxGDEM0213B74.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/GxGDEM0213B74/GxGDEM0213B74.cpp -------------------------------------------------------------------------------- /lib/GxEPD/src/GxGDEM0213B74/GxGDEM0213B74.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/GxGDEM0213B74/GxGDEM0213B74.h -------------------------------------------------------------------------------- /lib/GxEPD/src/GxGDEP015OC1/BitmapExamples.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/GxGDEP015OC1/BitmapExamples.h -------------------------------------------------------------------------------- /lib/GxEPD/src/GxGDEP015OC1/GxGDEP015OC1.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/GxGDEP015OC1/GxGDEP015OC1.cpp -------------------------------------------------------------------------------- /lib/GxEPD/src/GxGDEP015OC1/GxGDEP015OC1.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/GxGDEP015OC1/GxGDEP015OC1.h -------------------------------------------------------------------------------- /lib/GxEPD/src/GxGDEW0102I4F/BitmapExamples.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/GxGDEW0102I4F/BitmapExamples.h -------------------------------------------------------------------------------- /lib/GxEPD/src/GxGDEW0102I4F/GxGDEW0102I4F.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/GxGDEW0102I4F/GxGDEW0102I4F.cpp -------------------------------------------------------------------------------- /lib/GxEPD/src/GxGDEW0102I4F/GxGDEW0102I4F.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/GxGDEW0102I4F/GxGDEW0102I4F.h -------------------------------------------------------------------------------- /lib/GxEPD/src/GxGDEW0154Z04/BitmapExamples.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/GxGDEW0154Z04/BitmapExamples.h -------------------------------------------------------------------------------- /lib/GxEPD/src/GxGDEW0154Z04/BitmapWaveshare.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/GxGDEW0154Z04/BitmapWaveshare.h -------------------------------------------------------------------------------- /lib/GxEPD/src/GxGDEW0154Z04/GxGDEW0154Z04.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/GxGDEW0154Z04/GxGDEW0154Z04.cpp -------------------------------------------------------------------------------- /lib/GxEPD/src/GxGDEW0154Z04/GxGDEW0154Z04.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/GxGDEW0154Z04/GxGDEW0154Z04.h -------------------------------------------------------------------------------- /lib/GxEPD/src/GxGDEW0154Z17/BitmapExamples.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/GxGDEW0154Z17/BitmapExamples.h -------------------------------------------------------------------------------- /lib/GxEPD/src/GxGDEW0154Z17/GxGDEW0154Z17.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/GxGDEW0154Z17/GxGDEW0154Z17.cpp -------------------------------------------------------------------------------- /lib/GxEPD/src/GxGDEW0154Z17/GxGDEW0154Z17.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/GxGDEW0154Z17/GxGDEW0154Z17.h -------------------------------------------------------------------------------- /lib/GxEPD/src/GxGDEW0213I5F/BitmapExamples.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/GxGDEW0213I5F/BitmapExamples.h -------------------------------------------------------------------------------- /lib/GxEPD/src/GxGDEW0213I5F/BitmapWaveshare.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/GxGDEW0213I5F/BitmapWaveshare.h -------------------------------------------------------------------------------- /lib/GxEPD/src/GxGDEW0213I5F/GxGDEW0213I5F.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/GxGDEW0213I5F/GxGDEW0213I5F.cpp -------------------------------------------------------------------------------- /lib/GxEPD/src/GxGDEW0213I5F/GxGDEW0213I5F.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/GxGDEW0213I5F/GxGDEW0213I5F.h -------------------------------------------------------------------------------- /lib/GxEPD/src/GxGDEW0213Z16/BitmapExamples.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/GxGDEW0213Z16/BitmapExamples.h -------------------------------------------------------------------------------- /lib/GxEPD/src/GxGDEW0213Z16/BitmapWaveshare.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/GxGDEW0213Z16/BitmapWaveshare.h -------------------------------------------------------------------------------- /lib/GxEPD/src/GxGDEW0213Z16/GxGDEW0213Z16.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/GxGDEW0213Z16/GxGDEW0213Z16.cpp -------------------------------------------------------------------------------- /lib/GxEPD/src/GxGDEW0213Z16/GxGDEW0213Z16.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/GxGDEW0213Z16/GxGDEW0213Z16.h -------------------------------------------------------------------------------- /lib/GxEPD/src/GxGDEW026T0/BitmapExamples.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/GxGDEW026T0/BitmapExamples.h -------------------------------------------------------------------------------- /lib/GxEPD/src/GxGDEW026T0/GxGDEW026T0.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/GxGDEW026T0/GxGDEW026T0.cpp -------------------------------------------------------------------------------- /lib/GxEPD/src/GxGDEW026T0/GxGDEW026T0.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/GxGDEW026T0/GxGDEW026T0.h -------------------------------------------------------------------------------- /lib/GxEPD/src/GxGDEW027C44/BitmapExamples.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/GxGDEW027C44/BitmapExamples.h -------------------------------------------------------------------------------- /lib/GxEPD/src/GxGDEW027C44/GxGDEW027C44.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/GxGDEW027C44/GxGDEW027C44.cpp -------------------------------------------------------------------------------- /lib/GxEPD/src/GxGDEW027C44/GxGDEW027C44.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/GxGDEW027C44/GxGDEW027C44.h -------------------------------------------------------------------------------- /lib/GxEPD/src/GxGDEW027W3/BitmapExamples.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/GxGDEW027W3/BitmapExamples.h -------------------------------------------------------------------------------- /lib/GxEPD/src/GxGDEW027W3/BitmapWaveshare.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/GxGDEW027W3/BitmapWaveshare.h -------------------------------------------------------------------------------- /lib/GxEPD/src/GxGDEW027W3/GxGDEW027W3.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/GxGDEW027W3/GxGDEW027W3.cpp -------------------------------------------------------------------------------- /lib/GxEPD/src/GxGDEW027W3/GxGDEW027W3.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/GxGDEW027W3/GxGDEW027W3.h -------------------------------------------------------------------------------- /lib/GxEPD/src/GxGDEW029T5/BitmapExamples.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/GxGDEW029T5/BitmapExamples.h -------------------------------------------------------------------------------- /lib/GxEPD/src/GxGDEW029T5/BitmapWaveshare.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/GxGDEW029T5/BitmapWaveshare.h -------------------------------------------------------------------------------- /lib/GxEPD/src/GxGDEW029T5/GxGDEW029T5.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/GxGDEW029T5/GxGDEW029T5.cpp -------------------------------------------------------------------------------- /lib/GxEPD/src/GxGDEW029T5/GxGDEW029T5.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/GxGDEW029T5/GxGDEW029T5.h -------------------------------------------------------------------------------- /lib/GxEPD/src/GxGDEW029Z10/BitmapExamples.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/GxGDEW029Z10/BitmapExamples.h -------------------------------------------------------------------------------- /lib/GxEPD/src/GxGDEW029Z10/BitmapWaveshare.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/GxGDEW029Z10/BitmapWaveshare.h -------------------------------------------------------------------------------- /lib/GxEPD/src/GxGDEW029Z10/GxGDEW029Z10.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/GxGDEW029Z10/GxGDEW029Z10.cpp -------------------------------------------------------------------------------- /lib/GxEPD/src/GxGDEW029Z10/GxGDEW029Z10.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/GxGDEW029Z10/GxGDEW029Z10.h -------------------------------------------------------------------------------- /lib/GxEPD/src/GxGDEW0371W7/BitmapExamples.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/GxGDEW0371W7/BitmapExamples.h -------------------------------------------------------------------------------- /lib/GxEPD/src/GxGDEW0371W7/GxGDEW0371W7.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/GxGDEW0371W7/GxGDEW0371W7.cpp -------------------------------------------------------------------------------- /lib/GxEPD/src/GxGDEW0371W7/GxGDEW0371W7.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/GxGDEW0371W7/GxGDEW0371W7.h -------------------------------------------------------------------------------- /lib/GxEPD/src/GxGDEW042T2/BitmapExamples.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/GxGDEW042T2/BitmapExamples.h -------------------------------------------------------------------------------- /lib/GxEPD/src/GxGDEW042T2/GxGDEW042T2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/GxGDEW042T2/GxGDEW042T2.cpp -------------------------------------------------------------------------------- /lib/GxEPD/src/GxGDEW042T2/GxGDEW042T2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/GxGDEW042T2/GxGDEW042T2.h -------------------------------------------------------------------------------- /lib/GxEPD/src/GxGDEW042Z15/BitmapExamples.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/GxGDEW042Z15/BitmapExamples.h -------------------------------------------------------------------------------- /lib/GxEPD/src/GxGDEW042Z15/BitmapWaveshare.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/GxGDEW042Z15/BitmapWaveshare.h -------------------------------------------------------------------------------- /lib/GxEPD/src/GxGDEW042Z15/GxGDEW042Z15.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/GxGDEW042Z15/GxGDEW042Z15.cpp -------------------------------------------------------------------------------- /lib/GxEPD/src/GxGDEW042Z15/GxGDEW042Z15.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/GxGDEW042Z15/GxGDEW042Z15.h -------------------------------------------------------------------------------- /lib/GxEPD/src/GxGDEW0583T7/BitmapExamples.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/GxGDEW0583T7/BitmapExamples.h -------------------------------------------------------------------------------- /lib/GxEPD/src/GxGDEW0583T7/GxGDEW0583T7.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/GxGDEW0583T7/GxGDEW0583T7.cpp -------------------------------------------------------------------------------- /lib/GxEPD/src/GxGDEW0583T7/GxGDEW0583T7.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/GxGDEW0583T7/GxGDEW0583T7.h -------------------------------------------------------------------------------- /lib/GxEPD/src/GxGDEW075T7/BitmapExamples.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/GxGDEW075T7/BitmapExamples.h -------------------------------------------------------------------------------- /lib/GxEPD/src/GxGDEW075T7/GxGDEW075T7.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/GxGDEW075T7/GxGDEW075T7.cpp -------------------------------------------------------------------------------- /lib/GxEPD/src/GxGDEW075T7/GxGDEW075T7.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/GxGDEW075T7/GxGDEW075T7.h -------------------------------------------------------------------------------- /lib/GxEPD/src/GxGDEW075T8/BitmapExamples.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/GxGDEW075T8/BitmapExamples.h -------------------------------------------------------------------------------- /lib/GxEPD/src/GxGDEW075T8/GxGDEW075T8.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/GxGDEW075T8/GxGDEW075T8.cpp -------------------------------------------------------------------------------- /lib/GxEPD/src/GxGDEW075T8/GxGDEW075T8.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/GxGDEW075T8/GxGDEW075T8.h -------------------------------------------------------------------------------- /lib/GxEPD/src/GxGDEW075Z08/BitmapExamples.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/GxGDEW075Z08/BitmapExamples.h -------------------------------------------------------------------------------- /lib/GxEPD/src/GxGDEW075Z08/GxGDEW075Z08.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/GxGDEW075Z08/GxGDEW075Z08.cpp -------------------------------------------------------------------------------- /lib/GxEPD/src/GxGDEW075Z08/GxGDEW075Z08.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/GxGDEW075Z08/GxGDEW075Z08.h -------------------------------------------------------------------------------- /lib/GxEPD/src/GxGDEW075Z09/BitmapExamples.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/GxGDEW075Z09/BitmapExamples.h -------------------------------------------------------------------------------- /lib/GxEPD/src/GxGDEW075Z09/BitmapPicture_3C.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/GxGDEW075Z09/BitmapPicture_3C.h -------------------------------------------------------------------------------- /lib/GxEPD/src/GxGDEW075Z09/GxGDEW075Z09.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/GxGDEW075Z09/GxGDEW075Z09.cpp -------------------------------------------------------------------------------- /lib/GxEPD/src/GxGDEW075Z09/GxGDEW075Z09.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/GxGDEW075Z09/GxGDEW075Z09.h -------------------------------------------------------------------------------- /lib/GxEPD/src/GxIO/GxIO.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/GxIO/GxIO.cpp -------------------------------------------------------------------------------- /lib/GxEPD/src/GxIO/GxIO.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/GxIO/GxIO.h -------------------------------------------------------------------------------- /lib/GxEPD/src/GxIO/GxIO_SPI/GxIO_SPI.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/GxIO/GxIO_SPI/GxIO_SPI.cpp -------------------------------------------------------------------------------- /lib/GxEPD/src/GxIO/GxIO_SPI/GxIO_SPI.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/GxIO/GxIO_SPI/GxIO_SPI.h -------------------------------------------------------------------------------- /lib/GxEPD/src/GxQYEG0290BN/BitmapExamples.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/GxQYEG0290BN/BitmapExamples.h -------------------------------------------------------------------------------- /lib/GxEPD/src/GxQYEG0290BN/GxQYEG0290BN.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/GxQYEG0290BN/GxQYEG0290BN.cpp -------------------------------------------------------------------------------- /lib/GxEPD/src/GxQYEG0290BN/GxQYEG0290BN.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/GxQYEG0290BN/GxQYEG0290BN.h -------------------------------------------------------------------------------- /lib/GxEPD/src/U8g2_for_Adafruit_GFX.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/U8g2_for_Adafruit_GFX.cpp -------------------------------------------------------------------------------- /lib/GxEPD/src/U8g2_for_Adafruit_GFX.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/U8g2_for_Adafruit_GFX.h -------------------------------------------------------------------------------- /lib/GxEPD/src/boards.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/boards.h -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/gridicons_add.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/gridicons_add.h -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/gridicons_add_image.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/gridicons_add_image.h -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/gridicons_add_outline.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/gridicons_add_outline.h -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/gridicons_align_center.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/gridicons_align_center.h -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/gridicons_align_image_center.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/gridicons_align_image_center.h -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/gridicons_align_image_left.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/gridicons_align_image_left.h -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/gridicons_align_image_none.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/gridicons_align_image_none.h -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/gridicons_align_image_right.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/gridicons_align_image_right.h -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/gridicons_align_justify.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/gridicons_align_justify.h -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/gridicons_align_left.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/gridicons_align_left.h -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/gridicons_align_right.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/gridicons_align_right.h -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/gridicons_arrow_down.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/gridicons_arrow_down.h -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/gridicons_arrow_left.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/gridicons_arrow_left.h -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/gridicons_arrow_right.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/gridicons_arrow_right.h -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/gridicons_arrow_up.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/gridicons_arrow_up.h -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/gridicons_aside.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/gridicons_aside.h -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/gridicons_attachment.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/gridicons_attachment.h -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/gridicons_audio.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/gridicons_audio.h -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/gridicons_bell.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/gridicons_bell.h -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/gridicons_block.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/gridicons_block.h -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/gridicons_bold.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/gridicons_bold.h -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/gridicons_book.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/gridicons_book.h -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/gridicons_bookmark.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/gridicons_bookmark.h -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/gridicons_bookmark_outline.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/gridicons_bookmark_outline.h -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/gridicons_briefcase.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/gridicons_briefcase.h -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/gridicons_bug.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/gridicons_bug.h -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/gridicons_calendar.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/gridicons_calendar.h -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/gridicons_camera.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/gridicons_camera.h -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/gridicons_caption.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/gridicons_caption.h -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/gridicons_cart.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/gridicons_cart.h -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/gridicons_chat.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/gridicons_chat.h -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/gridicons_checkmark.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/gridicons_checkmark.h -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/gridicons_checkmark_circle.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/gridicons_checkmark_circle.h -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/gridicons_chevron_down.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/gridicons_chevron_down.h -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/gridicons_chevron_left.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/gridicons_chevron_left.h -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/gridicons_chevron_right.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/gridicons_chevron_right.h -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/gridicons_chevron_up.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/gridicons_chevron_up.h -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/gridicons_clear_formatting.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/gridicons_clear_formatting.h -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/gridicons_clipboard.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/gridicons_clipboard.h -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/gridicons_cloud.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/gridicons_cloud.h -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/gridicons_cloud_download.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/gridicons_cloud_download.h -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/gridicons_cloud_upload.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/gridicons_cloud_upload.h -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/gridicons_code.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/gridicons_code.h -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/gridicons_cog.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/gridicons_cog.h -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/gridicons_comment.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/gridicons_comment.h -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/gridicons_computer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/gridicons_computer.h -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/gridicons_create.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/gridicons_create.h -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/gridicons_credit_card.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/gridicons_credit_card.h -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/gridicons_crop.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/gridicons_crop.h -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/gridicons_cross.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/gridicons_cross.h -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/gridicons_cross_circle.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/gridicons_cross_circle.h -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/gridicons_cross_small.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/gridicons_cross_small.h -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/gridicons_custom_post_type.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/gridicons_custom_post_type.h -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/gridicons_dropdown.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/gridicons_dropdown.h -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/gridicons_ellipsis.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/gridicons_ellipsis.h -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/gridicons_ellipsis_circle.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/gridicons_ellipsis_circle.h -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/gridicons_external.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/gridicons_external.h -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/gridicons_flag.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/gridicons_flag.h -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/gridicons_flip_horizontal.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/gridicons_flip_horizontal.h -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/gridicons_flip_vertical.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/gridicons_flip_vertical.h -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/gridicons_folder.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/gridicons_folder.h -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/gridicons_folder_multiple.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/gridicons_folder_multiple.h -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/gridicons_fullscreen.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/gridicons_fullscreen.h -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/gridicons_fullscreen_exit.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/gridicons_fullscreen_exit.h -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/gridicons_globe.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/gridicons_globe.h -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/gridicons_grid.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/gridicons_grid.h -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/gridicons_heading.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/gridicons_heading.h -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/gridicons_heading_h1.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/gridicons_heading_h1.h -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/gridicons_heading_h2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/gridicons_heading_h2.h -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/gridicons_heading_h4.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/gridicons_heading_h4.h -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/gridicons_heart.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/gridicons_heart.h -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/gridicons_heart_outline.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/gridicons_heart_outline.h -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/gridicons_help.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/gridicons_help.h -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/gridicons_help_outline.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/gridicons_help_outline.h -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/gridicons_history.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/gridicons_history.h -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/gridicons_house.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/gridicons_house.h -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/gridicons_image.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/gridicons_image.h -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/gridicons_image_multiple.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/gridicons_image_multiple.h -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/gridicons_indent_left.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/gridicons_indent_left.h -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/gridicons_indent_right.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/gridicons_indent_right.h -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/gridicons_info.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/gridicons_info.h -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/gridicons_info_outline.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/gridicons_info_outline.h -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/gridicons_ink.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/gridicons_ink.h -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/gridicons_institution.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/gridicons_institution.h -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/gridicons_italic.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/gridicons_italic.h -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/gridicons_layout.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/gridicons_layout.h -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/gridicons_layout_blocks.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/gridicons_layout_blocks.h -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/gridicons_link.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/gridicons_link.h -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/gridicons_link_break.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/gridicons_link_break.h -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/gridicons_list_checkmark.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/gridicons_list_checkmark.h -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/gridicons_list_unordered.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/gridicons_list_unordered.h -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/gridicons_location.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/gridicons_location.h -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/gridicons_lock.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/gridicons_lock.h -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/gridicons_mail.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/gridicons_mail.h -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/gridicons_mention.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/gridicons_mention.h -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/gridicons_menu.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/gridicons_menu.h -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/gridicons_menus.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/gridicons_menus.h -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/gridicons_microphone.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/gridicons_microphone.h -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/gridicons_minus.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/gridicons_minus.h -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/gridicons_minus_small.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/gridicons_minus_small.h -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/gridicons_money.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/gridicons_money.h -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/gridicons_nametag.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/gridicons_nametag.h -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/gridicons_next_page.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/gridicons_next_page.h -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/gridicons_not_visible.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/gridicons_not_visible.h -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/gridicons_notice.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/gridicons_notice.h -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/gridicons_notice_outline.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/gridicons_notice_outline.h -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/gridicons_offline.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/gridicons_offline.h -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/gridicons_pages.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/gridicons_pages.h -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/gridicons_pause.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/gridicons_pause.h -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/gridicons_pencil.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/gridicons_pencil.h -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/gridicons_phone.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/gridicons_phone.h -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/gridicons_play.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/gridicons_play.h -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/gridicons_plugins.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/gridicons_plugins.h -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/gridicons_plus.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/gridicons_plus.h -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/gridicons_plus_small.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/gridicons_plus_small.h -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/gridicons_popout.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/gridicons_popout.h -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/gridicons_posts.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/gridicons_posts.h -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/gridicons_print.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/gridicons_print.h -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/gridicons_product.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/gridicons_product.h -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/gridicons_product_downloadable.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/gridicons_product_downloadable.h -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/gridicons_product_external.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/gridicons_product_external.h -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/gridicons_product_virtual.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/gridicons_product_virtual.h -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/gridicons_read_more.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/gridicons_read_more.h -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/gridicons_reader.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/gridicons_reader.h -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/gridicons_reader_follow.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/gridicons_reader_follow.h -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/gridicons_reader_following.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/gridicons_reader_following.h -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/gridicons_reblog.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/gridicons_reblog.h -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/gridicons_redo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/gridicons_redo.h -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/gridicons_refresh.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/gridicons_refresh.h -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/gridicons_reply.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/gridicons_reply.h -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/gridicons_resize.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/gridicons_resize.h -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/gridicons_rotate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/gridicons_rotate.h -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/gridicons_scheduled.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/gridicons_scheduled.h -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/gridicons_search.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/gridicons_search.h -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/gridicons_share_computer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/gridicons_share_computer.h -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/gridicons_share_ios.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/gridicons_share_ios.h -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/gridicons_shipping.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/gridicons_shipping.h -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/gridicons_sign_out.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/gridicons_sign_out.h -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/gridicons_spam.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/gridicons_spam.h -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/gridicons_speaker.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/gridicons_speaker.h -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/gridicons_star.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/gridicons_star.h -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/gridicons_star_outline.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/gridicons_star_outline.h -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/gridicons_stats.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/gridicons_stats.h -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/gridicons_stats_alt.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/gridicons_stats_alt.h -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/gridicons_status.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/gridicons_status.h -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/gridicons_sync.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/gridicons_sync.h -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/gridicons_tablet.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/gridicons_tablet.h -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/gridicons_tag.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/gridicons_tag.h -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/gridicons_text_color.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/gridicons_text_color.h -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/gridicons_themes.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/gridicons_themes.h -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/gridicons_thumbs_up.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/gridicons_thumbs_up.h -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/gridicons_time.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/gridicons_time.h -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/gridicons_trash.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/gridicons_trash.h -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/gridicons_trophy.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/gridicons_trophy.h -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/gridicons_types.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/gridicons_types.h -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/gridicons_underline.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/gridicons_underline.h -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/gridicons_undo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/gridicons_undo.h -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/gridicons_user.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/gridicons_user.h -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/gridicons_user_add.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/gridicons_user_add.h -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/gridicons_user_circle.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/gridicons_user_circle.h -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/gridicons_video.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/gridicons_video.h -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/gridicons_video_camera.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/gridicons_video_camera.h -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/gridicons_visible.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/gridicons_visible.h -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/source/gridicons_add.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/source/gridicons_add.bmp -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/source/gridicons_add.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/source/gridicons_add.svg -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/source/gridicons_add_image.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/source/gridicons_add_image.bmp -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/source/gridicons_add_image.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/source/gridicons_add_image.svg -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/source/gridicons_add_outline.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/source/gridicons_add_outline.bmp -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/source/gridicons_align_left.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/source/gridicons_align_left.bmp -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/source/gridicons_align_left.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/source/gridicons_align_left.svg -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/source/gridicons_arrow_down.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/source/gridicons_arrow_down.bmp -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/source/gridicons_arrow_down.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/source/gridicons_arrow_down.svg -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/source/gridicons_arrow_left.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/source/gridicons_arrow_left.bmp -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/source/gridicons_arrow_left.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/source/gridicons_arrow_left.svg -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/source/gridicons_arrow_up.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/source/gridicons_arrow_up.bmp -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/source/gridicons_arrow_up.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/source/gridicons_arrow_up.svg -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/source/gridicons_aside.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/source/gridicons_aside.bmp -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/source/gridicons_aside.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/source/gridicons_aside.svg -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/source/gridicons_attachment.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/source/gridicons_attachment.bmp -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/source/gridicons_attachment.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/source/gridicons_attachment.svg -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/source/gridicons_audio.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/source/gridicons_audio.bmp -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/source/gridicons_audio.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/source/gridicons_audio.svg -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/source/gridicons_bell.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/source/gridicons_bell.bmp -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/source/gridicons_bell.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/source/gridicons_bell.svg -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/source/gridicons_block.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/source/gridicons_block.bmp -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/source/gridicons_block.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/source/gridicons_block.svg -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/source/gridicons_bold.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/source/gridicons_bold.bmp -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/source/gridicons_bold.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/source/gridicons_bold.svg -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/source/gridicons_book.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/source/gridicons_book.bmp -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/source/gridicons_book.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/source/gridicons_book.svg -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/source/gridicons_bookmark.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/source/gridicons_bookmark.bmp -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/source/gridicons_bookmark.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/source/gridicons_bookmark.svg -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/source/gridicons_briefcase.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/source/gridicons_briefcase.bmp -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/source/gridicons_briefcase.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/source/gridicons_briefcase.svg -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/source/gridicons_bug.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/source/gridicons_bug.bmp -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/source/gridicons_bug.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/source/gridicons_bug.svg -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/source/gridicons_calendar.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/source/gridicons_calendar.bmp -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/source/gridicons_calendar.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/source/gridicons_calendar.svg -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/source/gridicons_camera.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/source/gridicons_camera.bmp -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/source/gridicons_camera.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/source/gridicons_camera.svg -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/source/gridicons_caption.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/source/gridicons_caption.bmp -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/source/gridicons_caption.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/source/gridicons_caption.svg -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/source/gridicons_cart.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/source/gridicons_cart.bmp -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/source/gridicons_cart.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/source/gridicons_cart.svg -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/source/gridicons_chat.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/source/gridicons_chat.bmp -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/source/gridicons_chat.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/source/gridicons_chat.svg -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/source/gridicons_checkmark.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/source/gridicons_checkmark.bmp -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/source/gridicons_checkmark.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/source/gridicons_checkmark.svg -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/source/gridicons_chevron_up.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/source/gridicons_chevron_up.bmp -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/source/gridicons_chevron_up.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/source/gridicons_chevron_up.svg -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/source/gridicons_clipboard.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/source/gridicons_clipboard.bmp -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/source/gridicons_clipboard.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/source/gridicons_clipboard.svg -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/source/gridicons_cloud.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/source/gridicons_cloud.bmp -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/source/gridicons_cloud.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/source/gridicons_cloud.svg -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/source/gridicons_code.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/source/gridicons_code.bmp -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/source/gridicons_code.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/source/gridicons_code.svg -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/source/gridicons_cog.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/source/gridicons_cog.bmp -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/source/gridicons_cog.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/source/gridicons_cog.svg -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/source/gridicons_comment.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/source/gridicons_comment.bmp -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/source/gridicons_comment.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/source/gridicons_comment.svg -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/source/gridicons_computer.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/source/gridicons_computer.bmp -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/source/gridicons_computer.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/source/gridicons_computer.svg -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/source/gridicons_create.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/source/gridicons_create.bmp -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/source/gridicons_create.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/source/gridicons_create.svg -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/source/gridicons_crop.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/source/gridicons_crop.bmp -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/source/gridicons_crop.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/source/gridicons_crop.svg -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/source/gridicons_cross.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/source/gridicons_cross.bmp -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/source/gridicons_cross.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/source/gridicons_cross.svg -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/source/gridicons_dropdown.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/source/gridicons_dropdown.bmp -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/source/gridicons_dropdown.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/source/gridicons_dropdown.svg -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/source/gridicons_ellipsis.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/source/gridicons_ellipsis.bmp -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/source/gridicons_ellipsis.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/source/gridicons_ellipsis.svg -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/source/gridicons_external.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/source/gridicons_external.bmp -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/source/gridicons_external.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/source/gridicons_external.svg -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/source/gridicons_flag.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/source/gridicons_flag.bmp -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/source/gridicons_flag.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/source/gridicons_flag.svg -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/source/gridicons_folder.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/source/gridicons_folder.bmp -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/source/gridicons_folder.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/source/gridicons_folder.svg -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/source/gridicons_fullscreen.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/source/gridicons_fullscreen.bmp -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/source/gridicons_fullscreen.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/source/gridicons_fullscreen.svg -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/source/gridicons_globe.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/source/gridicons_globe.bmp -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/source/gridicons_globe.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/source/gridicons_globe.svg -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/source/gridicons_grid.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/source/gridicons_grid.bmp -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/source/gridicons_grid.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/source/gridicons_grid.svg -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/source/gridicons_heading.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/source/gridicons_heading.bmp -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/source/gridicons_heading.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/source/gridicons_heading.svg -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/source/gridicons_heading_h1.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/source/gridicons_heading_h1.bmp -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/source/gridicons_heading_h1.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/source/gridicons_heading_h1.svg -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/source/gridicons_heading_h2.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/source/gridicons_heading_h2.bmp -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/source/gridicons_heading_h2.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/source/gridicons_heading_h2.svg -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/source/gridicons_heading_h4.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/source/gridicons_heading_h4.bmp -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/source/gridicons_heading_h4.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/source/gridicons_heading_h4.svg -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/source/gridicons_heart.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/source/gridicons_heart.bmp -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/source/gridicons_heart.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/source/gridicons_heart.svg -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/source/gridicons_help.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/source/gridicons_help.bmp -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/source/gridicons_help.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/source/gridicons_help.svg -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/source/gridicons_history.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/source/gridicons_history.bmp -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/source/gridicons_history.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/source/gridicons_history.svg -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/source/gridicons_house.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/source/gridicons_house.bmp -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/source/gridicons_house.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/source/gridicons_house.svg -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/source/gridicons_image.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/source/gridicons_image.bmp -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/source/gridicons_image.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/source/gridicons_image.svg -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/source/gridicons_info.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/source/gridicons_info.bmp -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/source/gridicons_info.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/source/gridicons_info.svg -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/source/gridicons_ink.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/source/gridicons_ink.bmp -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/source/gridicons_ink.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/source/gridicons_ink.svg -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/source/gridicons_italic.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/source/gridicons_italic.bmp -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/source/gridicons_italic.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/source/gridicons_italic.svg -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/source/gridicons_layout.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/source/gridicons_layout.bmp -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/source/gridicons_layout.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/source/gridicons_layout.svg -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/source/gridicons_link.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/source/gridicons_link.bmp -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/source/gridicons_link.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/source/gridicons_link.svg -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/source/gridicons_link_break.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/source/gridicons_link_break.bmp -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/source/gridicons_link_break.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/source/gridicons_link_break.svg -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/source/gridicons_location.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/source/gridicons_location.bmp -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/source/gridicons_location.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/source/gridicons_location.svg -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/source/gridicons_lock.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/source/gridicons_lock.bmp -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/source/gridicons_lock.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/source/gridicons_lock.svg -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/source/gridicons_mail.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/source/gridicons_mail.bmp -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/source/gridicons_mail.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/source/gridicons_mail.svg -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/source/gridicons_mention.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/source/gridicons_mention.bmp -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/source/gridicons_mention.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/source/gridicons_mention.svg -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/source/gridicons_menu.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/source/gridicons_menu.bmp -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/source/gridicons_menu.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/source/gridicons_menu.svg -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/source/gridicons_menus.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/source/gridicons_menus.bmp -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/source/gridicons_menus.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/source/gridicons_menus.svg -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/source/gridicons_microphone.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/source/gridicons_microphone.bmp -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/source/gridicons_microphone.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/source/gridicons_microphone.svg -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/source/gridicons_minus.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/source/gridicons_minus.bmp -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/source/gridicons_minus.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/source/gridicons_minus.svg -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/source/gridicons_money.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/source/gridicons_money.bmp -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/source/gridicons_money.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/source/gridicons_money.svg -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/source/gridicons_nametag.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/source/gridicons_nametag.bmp -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/source/gridicons_nametag.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/source/gridicons_nametag.svg -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/source/gridicons_next_page.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/source/gridicons_next_page.bmp -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/source/gridicons_next_page.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/source/gridicons_next_page.svg -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/source/gridicons_notice.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/source/gridicons_notice.bmp -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/source/gridicons_notice.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/source/gridicons_notice.svg -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/source/gridicons_offline.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/source/gridicons_offline.bmp -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/source/gridicons_offline.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/source/gridicons_offline.svg -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/source/gridicons_pages.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/source/gridicons_pages.bmp -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/source/gridicons_pages.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/source/gridicons_pages.svg -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/source/gridicons_pause.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/source/gridicons_pause.bmp -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/source/gridicons_pause.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/source/gridicons_pause.svg -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/source/gridicons_pencil.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/source/gridicons_pencil.bmp -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/source/gridicons_pencil.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/source/gridicons_pencil.svg -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/source/gridicons_phone.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/source/gridicons_phone.bmp -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/source/gridicons_phone.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/source/gridicons_phone.svg -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/source/gridicons_play.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/source/gridicons_play.bmp -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/source/gridicons_play.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/source/gridicons_play.svg -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/source/gridicons_plugins.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/source/gridicons_plugins.bmp -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/source/gridicons_plugins.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/source/gridicons_plugins.svg -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/source/gridicons_plus.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/source/gridicons_plus.bmp -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/source/gridicons_plus.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/source/gridicons_plus.svg -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/source/gridicons_plus_small.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/source/gridicons_plus_small.bmp -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/source/gridicons_plus_small.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/source/gridicons_plus_small.svg -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/source/gridicons_popout.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/source/gridicons_popout.bmp -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/source/gridicons_popout.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/source/gridicons_popout.svg -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/source/gridicons_posts.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/source/gridicons_posts.bmp -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/source/gridicons_posts.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/source/gridicons_posts.svg -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/source/gridicons_print.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/source/gridicons_print.bmp -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/source/gridicons_print.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/source/gridicons_print.svg -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/source/gridicons_product.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/source/gridicons_product.bmp -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/source/gridicons_product.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/source/gridicons_product.svg -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/source/gridicons_read_more.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/source/gridicons_read_more.bmp -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/source/gridicons_read_more.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/source/gridicons_read_more.svg -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/source/gridicons_reader.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/source/gridicons_reader.bmp -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/source/gridicons_reader.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/source/gridicons_reader.svg -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/source/gridicons_reblog.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/source/gridicons_reblog.bmp -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/source/gridicons_reblog.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/source/gridicons_reblog.svg -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/source/gridicons_redo.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/source/gridicons_redo.bmp -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/source/gridicons_redo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/source/gridicons_redo.svg -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/source/gridicons_refresh.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/source/gridicons_refresh.bmp -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/source/gridicons_refresh.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/source/gridicons_refresh.svg -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/source/gridicons_reply.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/source/gridicons_reply.bmp -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/source/gridicons_reply.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/source/gridicons_reply.svg -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/source/gridicons_resize.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/source/gridicons_resize.bmp -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/source/gridicons_resize.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/source/gridicons_resize.svg -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/source/gridicons_rotate.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/source/gridicons_rotate.bmp -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/source/gridicons_rotate.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/source/gridicons_rotate.svg -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/source/gridicons_scheduled.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/source/gridicons_scheduled.bmp -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/source/gridicons_scheduled.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/source/gridicons_scheduled.svg -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/source/gridicons_search.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/source/gridicons_search.bmp -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/source/gridicons_search.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/source/gridicons_search.svg -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/source/gridicons_share_ios.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/source/gridicons_share_ios.bmp -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/source/gridicons_share_ios.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/source/gridicons_share_ios.svg -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/source/gridicons_shipping.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/source/gridicons_shipping.bmp -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/source/gridicons_shipping.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/source/gridicons_shipping.svg -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/source/gridicons_sign_out.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/source/gridicons_sign_out.bmp -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/source/gridicons_sign_out.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/source/gridicons_sign_out.svg -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/source/gridicons_spam.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/source/gridicons_spam.bmp -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/source/gridicons_spam.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/source/gridicons_spam.svg -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/source/gridicons_speaker.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/source/gridicons_speaker.bmp -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/source/gridicons_speaker.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/source/gridicons_speaker.svg -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/source/gridicons_star.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/source/gridicons_star.bmp -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/source/gridicons_star.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/source/gridicons_star.svg -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/source/gridicons_stats.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/source/gridicons_stats.bmp -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/source/gridicons_stats.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/source/gridicons_stats.svg -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/source/gridicons_stats_alt.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/source/gridicons_stats_alt.bmp -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/source/gridicons_stats_alt.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/source/gridicons_stats_alt.svg -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/source/gridicons_status.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/source/gridicons_status.bmp -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/source/gridicons_status.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/source/gridicons_status.svg -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/source/gridicons_sync.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/source/gridicons_sync.bmp -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/source/gridicons_sync.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/source/gridicons_sync.svg -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/source/gridicons_tablet.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/source/gridicons_tablet.bmp -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/source/gridicons_tablet.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/source/gridicons_tablet.svg -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/source/gridicons_tag.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/source/gridicons_tag.bmp -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/source/gridicons_tag.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/source/gridicons_tag.svg -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/source/gridicons_text_color.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/source/gridicons_text_color.bmp -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/source/gridicons_text_color.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/source/gridicons_text_color.svg -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/source/gridicons_themes.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/source/gridicons_themes.bmp -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/source/gridicons_themes.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/source/gridicons_themes.svg -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/source/gridicons_thumbs_up.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/source/gridicons_thumbs_up.bmp -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/source/gridicons_thumbs_up.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/source/gridicons_thumbs_up.svg -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/source/gridicons_time.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/source/gridicons_time.bmp -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/source/gridicons_time.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/source/gridicons_time.svg -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/source/gridicons_trash.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/source/gridicons_trash.bmp -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/source/gridicons_trash.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/source/gridicons_trash.svg -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/source/gridicons_trophy.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/source/gridicons_trophy.bmp -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/source/gridicons_trophy.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/source/gridicons_trophy.svg -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/source/gridicons_types.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/source/gridicons_types.bmp -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/source/gridicons_types.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/source/gridicons_types.svg -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/source/gridicons_underline.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/source/gridicons_underline.bmp -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/source/gridicons_underline.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/source/gridicons_underline.svg -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/source/gridicons_undo.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/source/gridicons_undo.bmp -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/source/gridicons_undo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/source/gridicons_undo.svg -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/source/gridicons_user.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/source/gridicons_user.bmp -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/source/gridicons_user.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/source/gridicons_user.svg -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/source/gridicons_user_add.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/source/gridicons_user_add.bmp -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/source/gridicons_user_add.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/source/gridicons_user_add.svg -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/source/gridicons_video.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/source/gridicons_video.bmp -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/source/gridicons_video.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/source/gridicons_video.svg -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/source/gridicons_visible.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/source/gridicons_visible.bmp -------------------------------------------------------------------------------- /lib/GxEPD/src/imglib/source/gridicons_visible.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/imglib/source/gridicons_visible.svg -------------------------------------------------------------------------------- /lib/GxEPD/src/u8g2_fonts.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/u8g2_fonts.c -------------------------------------------------------------------------------- /lib/GxEPD/src/u8g2_fonts.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/lib/GxEPD/src/u8g2_fonts.h -------------------------------------------------------------------------------- /platformio.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/platformio.ini -------------------------------------------------------------------------------- /schematic/T5_V1.2.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/schematic/T5_V1.2.pdf -------------------------------------------------------------------------------- /schematic/T5_V2.0.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/schematic/T5_V2.0.pdf -------------------------------------------------------------------------------- /schematic/T5_V2.1.2.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/schematic/T5_V2.1.2.pdf -------------------------------------------------------------------------------- /schematic/T5_V2.2.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/schematic/T5_V2.2.pdf -------------------------------------------------------------------------------- /schematic/T5_V2.3.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/schematic/T5_V2.3.pdf -------------------------------------------------------------------------------- /schematic/T5_V2.4.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/schematic/T5_V2.4.pdf -------------------------------------------------------------------------------- /schematic/T5_v2.8_27.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/schematic/T5_v2.8_27.pdf -------------------------------------------------------------------------------- /src/defConfig.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/src/defConfig.h -------------------------------------------------------------------------------- /src/deocder.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/src/deocder.cpp -------------------------------------------------------------------------------- /src/main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/src/main.cpp -------------------------------------------------------------------------------- /src/utilities.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/lewisxhe/Esp-badge/HEAD/src/utilities.h --------------------------------------------------------------------------------