/* * File: dejavu.h * Author: torsten.roemer@luniks.net * https://dejavu-fonts.github.io/License.html * * Created on 23. April 2023, 18:41 */ #ifndef DEJAVU_H #define DEJAVU_H #include "font.h" /** * DejaVu font. */ extern const __flash Font dejaVuFont; #endif /* DEJAVU_H */