Question
The question on the stm3210b_eval_lcd.c
Posted on June 14, 2011 at 03:30
In
stm3210b_eval_lcd.c
Why use
static __IO
in
this definition
TextColor and LCDType ?
Put another way
I understand the
static
definition of
the
prefix stands for
a static
variable?
but
static sFONT
and
static __IO
should be
how to understand.
Who can
tell me?
#stm32 #stm32-lcd-eval