lv_conf.h 378 B

123456789101112131415161718
  1. // Copyright 2023 zzeneg (@zzeneg)
  2. // SPDX-License-Identifier: GPL-2.0-or-later
  3. #pragma once
  4. #include_next <lv_conf.h>
  5. #undef LV_FONT_DEFAULT
  6. #define LV_FONT_DEFAULT &lv_font_montserrat_28
  7. #undef LV_FONT_MONTSERRAT_14
  8. #define LV_FONT_MONTSERRAT_14 0
  9. #undef LV_FONT_MONTSERRAT_28
  10. #define LV_FONT_MONTSERRAT_28 1
  11. #undef LV_FONT_MONTSERRAT_48
  12. #define LV_FONT_MONTSERRAT_48 1