The dump_* examples were removed because the serial_transfer example now handles that use-case more generically.
6 lines
380 B
C++
6 lines
380 B
C++
#pragma once
|
|
#include <cstdint>
|
|
extern uint32_t _binary_font_sperrypc_sperrypc_8x8_data_start __asm("_binary_font_sperrypc_sperrypc_8x8_data_start");
|
|
extern uint32_t _binary_font_sperrypc_sperrypc_8x8_data_end __asm("_binary_font_sperrypc_sperrypc_8x8_data_end");
|
|
extern uint32_t _binary_font_sperrypc_sperrypc_8x8_data_size __asm("_binary_font_sperrypc_sperrypc_8x8_data_size");
|