1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-12-02 10:24:11 +01:00
LibrePilot/flight/targets/boards/osd/firmware/inc/font_outlined8x8.h

13 lines
319 B
C
Raw Normal View History

2013-04-05 22:46:56 +02:00
/**
* Super OSD, software revision 3
* Copyright (C) 2010 Thomas Oldbury
*
* Please note the font data here is covered under Creative
* Commons licenses (version 3.0 BY-SA) and *not* the GPL.
*/
// Lookup table.
extern const char font_lookup_outlined8x8[256];
// Data.
extern const char font_data_outlined8x8[];