This commit is contained in:
Daniel Eichhorn
2017-07-09 18:31:30 +02:00
parent 70724b3bdc
commit 1e34ac63ee
2 changed files with 2 additions and 2 deletions

View File

@@ -19,7 +19,7 @@ See more at https://blog.squix.org
*/ */
// Created by http://oleddisplay.squix.ch/ Consider a donation // Created by http://oleddisplay.squix.ch/ Consider a donation
// In case of problems make sure that you are using the font file with the correct version! // In case of problems make sure that you are using the font file with the correct version!
const char ArialRoundedMTBold_14[] PROGMEM = { const char ArialRoundedMTBold_14[] PROGMEM = {
0x0E, // Width: 14 0x0E, // Width: 14
0x11, // Height: 17 0x11, // Height: 17
0x20, // First Char: 32 0x20, // First Char: 32

View File

@@ -17,7 +17,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE. SOFTWARE.
See more at https://blog.squix.org See more at https://blog.squix.org
*/ */
#include <Arduino.h> #include <Arduino.h>
#include <SPI.h> #include <SPI.h>
#include <ESP8266WiFi.h> #include <ESP8266WiFi.h>