mirror of
https://gitee.com/anod/open_agb_firm.git
synced 2025-05-07 06:14:12 +08:00
7 lines
193 B
C
7 lines
193 B
C
#ifndef _ANOD_COMPILED_FONT_DEVICE_H_
|
|
#define _ANOD_COMPILED_FONT_DEVICE_H_
|
|
|
|
#define ACFDEV_U8GBITMAP 0x00000001
|
|
#define ACFDEV_OPENAGB 0x00000002
|
|
|
|
#endif//_ANOD_COMPILED_FONT_DEVICE_H_
|