You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
3. **Set up fonts**: Use provided fonts from the [fonts](fonts) folder or convert custom fonts (see [Preparing Fonts](#preparing-fonts)).
43
+
3. **Set up fonts**: Use provided fonts from the [mcu-renderer-fonts](src/mcu-renderer-fonts) folder or convert custom fonts (see [Preparing Fonts](#preparing-fonts)).
44
44
4. **Draw text**:
45
45
```c
46
46
mr_set_font(&mr, &my_font);
@@ -63,7 +63,7 @@ mcu-renderer is a lightweight C graphics library designed for microcontrollers (
63
63
- For color displays, disable sleep mode using `mr_xxx_set_sleep(false)`.
64
64
65
65
2. **Configure fonts**:
66
-
- Use prebuilt fonts from the [fonts](fonts) folder or create custom fonts (see [Preparing Fonts](#preparing-fonts)).
66
+
- Use prebuilt fonts from the [mcu-renderer-fonts](src/mcu-renderer-fonts) folder or create custom fonts (see [Preparing Fonts](#preparing-fonts)).
67
67
- Set the active font with `mr_set_font()` before drawing text or retrieving metrics.
0 commit comments