MODERON-LOGIC / EEmbCore /EasyImage.es
MODERON-ELECTRIC's picture
Upload 102 files
40c7241 verified
raw
history blame contribute delete
420 Bytes
struct IMG_dat_t {
palette: &int16
raw: &int8
width: uint8
height: uint8
func GetPtr(self: &IMG_dat_t) -> &IMG_dat_t {
return self
}
}
extern demangle let img_default_switchOn: IMG_dat_t
extern demangle let img_default_switchOff: IMG_dat_t
extern demangle let img_default_car: IMG_dat_t
extern demangle let img_default_ctrl: IMG_dat_t
demangle extern let FONT_DEFAULT: FNT_font_t