You've already forked M5Stack_Linux_Libs
mirror of
https://github.com/m5stack/M5Stack_Linux_Libs.git
synced 2026-05-20 11:01:38 -07:00
22 lines
437 B
Plaintext
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
|
|
|