ESP32_ChinaDieselHeater_Con.../src/OLED/fonts/Arial.h
Ray Jones ac5fdc5dfd V3.1.2 -
AM/PM selection in clock setup menu.
Extra MQTT JSON IDs added.

Filtered No Heater JSON.
2019-09-08 10:14:36 +10:00

49 lines
1.8 KiB
C

/*
* This file is part of the "bluetoothheater" distribution
* (https://gitlab.com/mrjones.id.au/bluetoothheater)
*
* Copyright (C) 2019 Ray Jones <ray@mrjones.id.au>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*
*/
#include "FontTypes.h"
// Font data for Arial 8pt
extern const uint8_t PROGMEM arial_8ptBitmaps [];
extern const FONT_INFO arial_8ptFontInfo;
extern const FONT_CHAR_INFO PROGMEM arial_8ptDescriptors[];
// Font data for Arial 7pt
extern const uint8_t PROGMEM arial_7ptBitmaps [];
extern const FONT_INFO arial_7ptFontInfo;
extern const FONT_CHAR_INFO PROGMEM arial_7ptDescriptors[];
// Font data for Arial 8pt Bold
extern const uint8_t PROGMEM arial_8ptBoldBitmaps [];
extern const FONT_INFO arial_8ptBoldFontInfo;
extern const FONT_CHAR_INFO PROGMEM arial_8ptBoldDescriptors[];
// Font data for Arial 12pt
extern const uint8_t PROGMEM arial_12ptBitmaps [];
extern const FONT_INFO arial_12ptFontInfo;
extern const FONT_CHAR_INFO PROGMEM arial_12ptDescriptors[];
// Font data for Arial Black 12pt
extern const uint8_t PROGMEM arialBlack_12ptBitmaps [];
extern const FONT_INFO arialBlack_12ptFontInfo;
extern const FONT_CHAR_INFO PROGMEM arialBlack_12ptDescriptors[];