FastLED 3.9.15
Loading...
Searching...
No Matches
ttf_covenant5x5.h
Go to the documentation of this file.
1#pragma once
2
3// Embedded Covenant5x5 font (9.9 KB, 5x5 pixel font)
4// License: CC BY 4.0 - https://heraldod.itch.io/bitmap-fonts
5
6#include "fl/stl/span.h"
7#include "fl/stl/stdint.h"
8
9namespace fl {
10namespace ttf {
11
12// Get the embedded Covenant5x5 TTF font data as a span
13fl::span<const u8> covenant5x5();
14
15} // namespace ttf
16} // namespace fl
fl::span< const u8 > covenant5x5()
Base definition for an LED controller.
Definition crgb.hpp:179