We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0bda227 commit eca6c05Copy full SHA for eca6c05
3 files changed
firmware/common/hackrf_core.c
@@ -31,6 +31,7 @@
31
32
#include "delay.h"
33
#include "gpio.h"
34
+#include "gpio_lpc.h"
35
#include "hackrf_core.h"
36
#include "hackrf_ui.h"
37
#include "i2c_lpc.h"
firmware/common/rad1o/smallfonts.h
@@ -41,6 +41,8 @@
41
/* Partially based on original code for the KS0108 by Stephane Rey */
42
/* Current version by Kevin Townsend */
43
44
+#include "rad1o/fonts.h"
45
+
46
extern const struct FONT_DEF Font_7x8;
47
48
#endif
firmware/common/rad1o/ubuntu18.h
@@ -1,6 +1,8 @@
1
#ifndef __RAD1O_UBUNTU18_H__
2
#define __RAD1O_UBUNTU18_H__
3
4
5
6
extern const struct FONT_DEF Font_Ubuntu18pt;
7
8
0 commit comments