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