FabGL Terminal Board for Z80 boards (MBC2) - BASIC demos for GPIOs, Sound and Graphics

preview_player
Показать описание
#ESP32 #Arduino #VGA #MBC2 #terminal

This video shows the FabGL terminal connected to a Z80 board (MBC2). The terminal has embedded some BASIC programs that through escape sequences sent to the terminal, allows to create graphics, sprites, generate sounds, get mouse position, read/write GPIOs digital and analog values.

Рекомендации по теме
Комментарии
Автор

wow this is opening up a whole new world of possibilities for the FABGL libraries especially when paired with the MBC2 Z80 system.

RoyAntaw
Автор

Great!!! And this board could be used with the V20-MBC too (V20 CPU with both CP/M-80 and CP/M-86) ad with the next 68k-MBC (68008 CPU with CP/M-68k) I'm currently designing...

Just--Fun
Автор

My home brew 6502 computer was using a TMS9918 with painful 40 columns and could only change whole screen text color. Picked up an ESP32 and dropped in FabGL and now my little programs look like super clean VGA dos text with multiple colors. However I am trying to figure out how to read the keyboard for user input while at the same time polling the mouse to detect button press over the same serial line. I’m not sure how to manage the esc sequence coming back for mouse status and user input at the same time.

sandvikcity
Автор

Is there a way to load and run this on TTGO T=Display with serial port instead of VGA and keyboard? Thank you!

bennygmooneyhan