[wip] controllers and display
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#include "main.h"
|
||||
#include "display_gfx.h"
|
||||
|
||||
#include "bitmap_disp_buttons.h"
|
||||
|
||||
// clang-format off
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
#pragma once
|
||||
|
||||
#include "display_gfx.h"
|
||||
|
||||
typedef enum
|
||||
{
|
||||
DISP_BTN_FREQ,
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
#include "main.h"
|
||||
#include "font_gfx.h"
|
||||
|
||||
#include "bitmap_fonts.h"
|
||||
|
||||
// clang-format off
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
#pragma once
|
||||
|
||||
#include "font_gfx.h"
|
||||
|
||||
/* Font data for standard 5x7t */
|
||||
extern const uint8_t font5x7[];
|
||||
extern const GFX_font_t font5x7Info;
|
||||
|
||||
Reference in New Issue
Block a user