micromenu/inc/fonts/basic_5x4.h

13 lines
127 B
C
Raw Permalink Normal View History

2018-11-02 08:27:20 +00:00
//
// Created by jedi on 11/2/18.
//
2021-02-24 19:37:27 +00:00
#pragma once
2018-11-02 08:27:20 +00:00
2021-02-24 19:37:27 +00:00
#include "gfx/Font.h"
2018-11-02 08:27:20 +00:00
2021-02-24 19:37:27 +00:00
namespace micromenu {
extern Font basic_5x4;
}
2018-11-02 08:27:20 +00:00