font: add hp 100lx

This commit is contained in:
Zack Buhman 2025-08-08 14:33:19 -05:00
parent b994669ad9
commit 447602ef41
3 changed files with 5 additions and 0 deletions

BIN
font/Bm437_HP_100LX_8x8.otb Normal file

Binary file not shown.

BIN
font/hp_100lx_4bit.data Normal file

Binary file not shown.

View File

@ -0,0 +1,5 @@
#pragma once
#include <stdint.h>
extern uint32_t _binary_font_hp_100lx_4bit_data_start __asm("_binary_font_hp_100lx_4bit_data_start");
extern uint32_t _binary_font_hp_100lx_4bit_data_end __asm("_binary_font_hp_100lx_4bit_data_end");
extern uint32_t _binary_font_hp_100lx_4bit_data_size __asm("_binary_font_hp_100lx_4bit_data_size");