Delphi-PRAXiS

Delphi-PRAXiS (https://www.delphipraxis.net/forum.php)
-   Software-Projekte der Mitglieder (https://www.delphipraxis.net/26-software-projekte-der-mitglieder/)
-   -   Adafruit Crate Font for Adafruit_GFX.h (https://www.delphipraxis.net/195774-adafruit-crate-font-adafruit_gfx-h.html)

ATS3788 24. Mär 2018 12:22

Adafruit Crate Font for Adafruit_GFX.h
 
Liste der Anhänge anzeigen (Anzahl: 1)
https://learn.adafruit.com/adafruit-...ry/using-fonts
https://github.com/adafruit/Adafruit_ILI9341

The Idea of this Project was, to use the given CMD shell and create a nice GUI to create
a nice font for LCD Displays

This is for Arduino Users and the Wonderful Library from Adafruit,which
I use for the ILI9341 Display

In my case it did not work with header files I have to include
the font this way
Code:
#include <Adafruit_GFX.h> // Hardware-specific library
#include <MCUFRIEND_kbv.h>
#include "Comic12pt.c"
#include "comici10pt.c"

void PrintGradZeichen(void)
{
      tft.setFont(&_comici_grad10pt_);
      tft.print('°');
      tft.setFont(&_comici10pt_);
}
in PrintGradZeichen I'm able to load just the "°" Char, so we don't waste memory with all the Junk Chars in between.

You can try to load a font with Get Automatic Font name, but this does not work always
so with get Manual font name write the font name "comic.ttf" without the extantion into the right Edit Field.
Then press Font Convert. This does not work sometimes with the first Hit so press it again then you get the Header then
press Convert to source save this file into the right Folder I use Sloeber Eclipse and it works perfect.

ATS3788 7. Nov 2018 20:48

AW: Adafruit Crate Font for Adafruit_GFX.h
 
Sorry da ist was falsch gelaufen werde das bereinigen wenn ich wieder in Deutschland bin.:oops:

ATS3788 3. Dez 2018 20:34

AW: Adafruit Crate Font for Adafruit_GFX.h
 
Liste der Anhänge anzeigen (Anzahl: 1)
Wie gesagt Sorry Mein AntiVir hat die Datei fonconvert.exe gelöscht gehabt.


Alle Zeitangaben in WEZ +1. Es ist jetzt 06:36 Uhr.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024-2025 by Thomas Breitkreuz