Gitiles
Code Review
Sign In
192.168.1.100
/
T108
/
c2023d5d03be91dbb983606f0ec5e9e4ea36c8c2
/
.
/
marvell
/
obm
/
Common
/
LCD
/
font.h
blob: 068457a772d569abb89b818a276e195709f4238a [
file
] [
log
] [
blame
]
#ifndef
__FONT_H__
#define
__FONT_H__
typedef
struct
{
const
unsigned
char
*
table
;
unsigned
short
width
;
unsigned
short
height
;
}
FONT
;
#endif