Ahoy,
I don't really do anything too special with EB NG other than set a screen 3 (to use with HDMI or A/V modes) and load my TI99 font file.
This is my config.ini:
keyboard=1
mode=3
font=0
keyword_sep_optional=0
language=0
filter=0
cursor_color=0xff009500
beep_volume=3
phys_mode=0
tv_norm=0
color0=0,0,0
color1=192,192,192
color2=255,255,255
color3=128,128,128
color4=10,120,160
color5=140,140,140
color6=244,233,123
color7=214,91,189
color8=50,50,255
color9=238,137,17
color10=84,255,0
color11=0,0,0
This is my autoexec.bas:
10 REM TI99 font start
20 LOAD FONT "TI99.ttf"
30 FONT "TI99"SIZE 8,8
40 FILES
50 END
Line "40 FILES" is just to see that it changed to the TI99 font.
I just got back from my last RAD treatment today (WooHoo!!) so I'll try to set up later after my head clears and check everything for sure.
I have a Kano 10" monitor I use on my HiFiPi system and RPi OS didn't like the 1280x800 resolution until I adjusted to a closer one before boot. And the default orientation on those monitors puts the screen upside down (horizontal tablet not vertical monitor) so I had to rotate RPi OS 180 degrees to use the monitor in vertical orientation. That is not a problem with the Vilros screen.
daveyb