11 lines
193 B
C
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 */
|
|
}; |