Add orbitron font as per bsx' wish. Update ubuntu font file with licence

This commit is contained in:
Stefan `Sec` Zehl 2011-05-16 11:54:47 +02:00
parent d7cade6bce
commit 638e7ad09d
4 changed files with 1629 additions and 1 deletions

View File

@ -10,6 +10,7 @@ OBJS =
OBJS += smallfonts.o
OBJS += ubuntu18.o
OBJS += orbitron14.o
OBJS += display.o
OBJS += render.o

1611
lcd/orbitron14.c Normal file

File diff suppressed because it is too large Load Diff

3
lcd/orbitron14.h Normal file
View File

@ -0,0 +1,3 @@
#include "fonts.h"
extern const struct FONT_DEF Font_Orbitron14pt;

View File

@ -1,6 +1,12 @@
#include "ubuntu18.h"
/* Font data for Ubuntu 18pt */
/* Font data for Ubuntu Regular 18pt */
/* Copyright 2010 Canonical Ltd. Licensed under the Ubuntu Font Licence 1.0
*
*/
/* This file created by makefont.pl by Sec <sec.org> */
/* Bitmaps */
const uint8_t Ubuntu18ptBitmaps[] = {
@ -1539,3 +1545,10 @@ const struct FONT_DEF Font_Ubuntu18pt = {
126, /* last char */
Ubuntu18ptBitmaps, Ubuntu18ptLengths
};
/* Font metadata:
* Name: Ubuntu Regular 18pt
* Height: 23 px (3 bytes)
* Maximum width: 23 px
* Storage size: 1778 bytes (compressed by 53%)
*/