Skip to content

Guislice with UTFT and SSD1963 #413

Answered by Pconti31
PrattTechnologies asked this question in Q&A
Discussion options

You must be logged in to vote

@PrattTechnologies @ImpulseAdventure A little research shows that you can use any of the fonts listed on this web page
UTFT Fonts
Say you wanted to use Ubuntu 24x32 pixels. Download it into your arduino\library\UTFT folder, ubuntu.c
Now in the Builder the closest font would be FreeMono, Regular, size 24.
Create your project and do a code gen.
Edit your projectname_GSLC.h file and add this

// ------------------------------------------------
// Program Globals
// ------------------------------------------------
extern uint8_t Ubuntu[];

Then find the font settings in this same file and modify as so:

  // ------------------------------------------------
  // Load Fonts
  // -----------------…

Replies: 6 comments 11 replies

Comment options

You must be logged in to vote
2 replies
@PrattTechnologies
Comment options

@PrattTechnologies
Comment options

Comment options

You must be logged in to vote
3 replies
@PrattTechnologies
Comment options

@Pconti31
Comment options

@PrattTechnologies
Comment options

Comment options

You must be logged in to vote
3 replies
@PrattTechnologies
Comment options

@Pconti31
Comment options

@PrattTechnologies
Comment options

Comment options

You must be logged in to vote
2 replies
@PrattTechnologies
Comment options

@Pconti31
Comment options

Comment options

You must be logged in to vote
1 reply
@PrattTechnologies
Comment options

Answer selected by PrattTechnologies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants