Files
dianjixz 49df8c5def [init]
2024-04-10 12:21:46 +08:00

22 lines
437 B
Plaintext

menuconfig U8G2_COMPONENT_ENABLED
bool "Enable u8g2"
default n
config U8G2_COMPONENT_CXX
bool "compile u8g2 with c"
default y
depends on U8G2_COMPONENT_ENABLED
config U8G2_COMPONENT_CPP
bool "compile u8g2 with cpp"
default n
depends on U8G2_COMPONENT_ENABLED
config U8G2_COMPONENT_DYNAMIC
bool "compile component as dynamic(shared) lib"
default n
depends on U8G2_COMPONENT_ENABLED