Skip to content

Latest commit

 

History

History
24 lines (22 loc) · 713 Bytes

DefaultLvglConfigurations.md

File metadata and controls

24 lines (22 loc) · 713 Bytes

Default lv_conf.h Configuration

Windows

  • Set LV_COLOR_DEPTH to 32.
  • Set LV_USE_STDLIB_MALLOC to LV_STDLIB_CLIB.
  • Set LV_USE_STDLIB_STRING to LV_STDLIB_CLIB.
  • Set LV_USE_STDLIB_SPRINTF to LV_STDLIB_CLIB.
  • Set LV_MEM_SIZE to (256 * 1024U).
  • Set LV_DEF_REFR_PERIOD to 10.
  • Set LV_USE_OS to LV_OS_WINDOWS.
  • Set LV_USE_LOG to 1.
  • Set LV_LOG_PRINTF to 1.
  • Set LV_FONT_MONTSERRAT_20 to 1.
  • Set LV_FONT_MONTSERRAT_24 to 1.
  • Set LV_FONT_MONTSERRAT_26 to 1.
  • Set LV_USE_FS_WIN32 to 1.
  • Set LV_FS_WIN32_LETTER to 'C'.
  • Set LV_USE_SYSMON to 1.
  • Set LV_USE_PERF_MONITOR to 1.
  • Set LV_USE_MEM_MONITOR to 1.
  • Set LV_USE_WINDOWS to 1.
  • Set LV_USE_DEMO_WIDGETS to 1.
  • Set LV_USE_DEMO_BENCHMARK to 1.