Page 1 of 1

font size was reduced?

PostPosted: Sat Apr 12, 2014 1:17 pm
by albertinjo
Hello

I just flashed a new version of alien killer to my breadboarduino (now called crabator) and I can see the font size of all text was reduced. My opinion is that the previous (bigger) font size was better and easier to read.

Re: font size was reduced?

PostPosted: Sat Apr 12, 2014 1:39 pm
by rodot
You can now choose between two font sizes in settings.c, setting #define TINY_FONT to either 1 or 0.
The small font is not a readable as the large one, but it allows you to display 21 characters per line instead of 14, a huge difference! I plan to change the library to be able to use both small and large font in a same game. It will allow you to both display easy-to-read menus and save some screen estate during game.