Increase font size for Raspbian Brandy ?
-
- Posts: 4
- Joined: Tue 03 Apr 2018, 13:58
Increase font size for Raspbian Brandy ?
Is there a way ?
-
- Posts: 177
- Joined: Mon 02 Apr 2018, 21:51
Re: Increase font size for Raspbian Brandy ?
The font size changes depending on what screen MODE you're using.
You could try doing this:
The MOVE 0,0 is necessary because for some reason, brandy doesn't properly change MODE until you do a graphics operation.
You could try doing this:
Code: Select all
MODE 13: MOVE 0,0
-
- Posts: 4
- Joined: Tue 03 Apr 2018, 13:58
Re: Increase font size for Raspbian Brandy ?
Thank You !
Works perfectly.......

Works perfectly.......
-
- Posts: 23
- Joined: Mon 30 Jul 2018, 20:24
Re: Increase font size for Raspbian Brandy ?
Just a heads-up, Matrix Brandy, a fork of Brandy BASIC, doesn'thave that bug requiring a MOVE after a mode change.
(However, on my old Wheezy installation on my RPi2, you need to compile without -O2 else graphics functions mis-plot and can crash it. No idea the cause, as it doesn't do that on my CentOS 6 box.)
(However, on my old Wheezy installation on my RPi2, you need to compile without -O2 else graphics functions mis-plot and can crash it. No idea the cause, as it doesn't do that on my CentOS 6 box.)
Maintainer, Matrix Brandy BASIC VI and The Distillery