P2FA/c/libs/Fonts/font40.c
2024-11-22 16:12:49 -05:00

11 lines
193 B
C

//
// Created by steven on 11/22/2024.
//
#include "fonts.h"
const unsigned char Font40_Table[] = {};
sFONT Font40 = {
Font40_Table,
22, /* Width */
40, /* Height */
};