P2FA/c/libs/Fonts/font56.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 Font56_Table[] = {};
sFONT Font56 = {
Font56_Table,
30, /* Width */
56, /* Height */
};