Skip to content
Snippets Groups Projects
Commit 30b07626 authored by Niklas Roy's avatar Niklas Roy
Browse files

with cool style from rahix 8)

parent 1a1b9caf
No related branches found
No related tags found
No related merge requests found
Pipeline #4989 passed
/* Includes ------------------------------------------------------------------*/ /* Includes ------------------------------------------------------------------*/
#include "fonts.h" #include "fonts.h"
// 8x8 font (only 5x8 used) for card10 // 8x8 font (only 5x8 used) for card10
// License: Public Domain // License: Public Domain
const uint8_t Font8_Table[] = const uint8_t Font8_Table[] = {
{
// 32: ' ' // 32: ' '
0x00, // ........ 0x00, // ........
0x00, // ........ 0x00, // ........
...@@ -868,4 +866,3 @@ sFONT Font8 = { ...@@ -868,4 +866,3 @@ sFONT Font8 = {
5, /* Width */ 5, /* Width */
8, /* Height */ 8, /* Height */
}; };
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment