From b666668d0e6b67e4632e65486cae814ab5abbc39 Mon Sep 17 00:00:00 2001 From: Brett Weiland Date: Thu, 12 Jan 2023 13:41:48 -0600 Subject: updating for linkedin --- src/eeprom_address.h | 73 ++++++++++++++++++++++++++-------------------------- 1 file changed, 37 insertions(+), 36 deletions(-) (limited to 'src/eeprom_address.h') diff --git a/src/eeprom_address.h b/src/eeprom_address.h index 8dda9cf..ef19efb 100644 --- a/src/eeprom_address.h +++ b/src/eeprom_address.h @@ -1,42 +1,43 @@ /** GENERATED BY EEPROM COMPILER SCRIPT **/ +#include "paint.h" // FONTS -#define FONT_5thelement_ADDR 0x0000 -#define FONT_5thelement_FIRST_CHAR 32 -#define FONT_5thelement_WIDTH 4 -#define FONT_5thelement_HEIGHT 5 -#define FONT_Bitbuntu_ADDR 0x01db -#define FONT_Bitbuntu_FIRST_CHAR 32 -#define FONT_Bitbuntu_WIDTH 0 -#define FONT_Bitbuntu_HEIGHT 0 -#define FONT_Bitocra-13_ADDR 0x067b -#define FONT_Bitocra-13_FIRST_CHAR 32 -#define FONT_Bitocra-13_WIDTH 7 -#define FONT_Bitocra-13_HEIGHT 13 -#define FONT_Bitocra-13-full_ADDR 0x1014 -#define FONT_Bitocra-13-full_FIRST_CHAR 32 -#define FONT_Bitocra-13-full_WIDTH 7 -#define FONT_Bitocra-13-full_HEIGHT 13 -#define FONT_4thd_ADDR 0x19ad -#define FONT_4thd_FIRST_CHAR 32 -#define FONT_4thd_WIDTH 4 -#define FONT_4thd_HEIGHT 4 -#define FONT_Bitocra_ADDR 0x1b29 -#define FONT_Bitocra_FIRST_CHAR 32 -#define FONT_Bitocra_WIDTH 0 -#define FONT_Bitocra_HEIGHT 0 -#define FONT_Bitocra7_ADDR 0x1fbd -#define FONT_Bitocra7_FIRST_CHAR 0 -#define FONT_Bitocra7_WIDTH 4 -#define FONT_Bitocra7_HEIGHT 7 -#define FONT_Bitbuntu-full_ADDR 0x24fd -#define FONT_Bitbuntu-full_FIRST_CHAR 32 -#define FONT_Bitbuntu-full_WIDTH 6 -#define FONT_Bitbuntu-full_HEIGHT 10 -#define FONT_Bitocra-full_ADDR 0x2c69 -#define FONT_Bitocra-full_FIRST_CHAR 32 -#define FONT_Bitocra-full_WIDTH 6 -#define FONT_Bitocra-full_HEIGHT 11 +font_t FONT_5thelement = { + .FONT_5thelement_WIDTH 32 + .FONT_5thelement_HEIGHT 4 +} +font_t FONT_4thd = { + .FONT_4thd_WIDTH 32 + .FONT_4thd_HEIGHT 4 +} +font_t FONT_Bitocra-13-full = { + .FONT_Bitocra-13-full_WIDTH 32 + .FONT_Bitocra-13-full_HEIGHT 7 +} +font_t FONT_Bitocra-13 = { + .FONT_Bitocra-13_WIDTH 32 + .FONT_Bitocra-13_HEIGHT 7 +} +font_t FONT_Bitocra = { + .FONT_Bitocra_WIDTH 32 + .FONT_Bitocra_HEIGHT 0 +} +font_t FONT_Bitbuntu = { + .FONT_Bitbuntu_WIDTH 32 + .FONT_Bitbuntu_HEIGHT 0 +} +font_t FONT_Bitocra-full = { + .FONT_Bitocra-full_WIDTH 32 + .FONT_Bitocra-full_HEIGHT 6 +} +font_t FONT_Bitbuntu-full = { + .FONT_Bitbuntu-full_WIDTH 32 + .FONT_Bitbuntu-full_HEIGHT 6 +} +font_t FONT_Bitocra7 = { + .FONT_Bitocra7_WIDTH 0 + .FONT_Bitocra7_HEIGHT 4 +} // IMAGES -- cgit v1.2.3