# LGFX_Fonts Externally managed fonts for [LovyanGFX](https://github.com/lovyan03/LovyanGFX) / [M5GFX](https://github.com/M5Stack/M5GFX). ## Requirements - LovyanGFX >= 1.2.20 - M5GFX >= 1.2.20 ## Usage ```cpp #include <LovyanGFX.hpp> // or <M5GFX.h> #include <LGFX_Fonts.hpp> ``` ## Available Features ### Emojis See [ReadMe.emojis.md](ReadMe.emojis.md) ### LVGL Fonts See [ReadMe.LVGLfonts.md](ReadMe.LVGLfonts.md) ## Credits/Thanks - [Lovyan03](https://github.com/Lovyan03) maintainer/author of [LovyanGFX](https://github.com/lovyan03/LovyanGFX) and [M5GFX](https://github.com/M5Stack/M5GFX) - [d4rkmen](https://github.com/d4rkmen) provided the tool [extract_emoji.py](scripts/extract_emoji.py) - [lvgl](https://github.com/lvgl) lv_font format and montserrat fonts - [googlefonts/noto-emoji](https://github.com/googlefonts/noto-emoji/blob/main/fonts/NotoColorEmoji.ttf) emojis font
707c9ef4ec55181eaea2e882fb2c55f9eca329f1
idf.py add-dependency "tobozo/lgfx_fonts^1.1.2"