FabGL
FabGL copied to clipboard
ESP32 Display Controller (VGA, PAL/NTSC Color Composite, SSD1306, ST7789, ILI9341), PS/2 Mouse and Keyboard Controller, Graphics Library, Sound Engine, Game Engine and ANSI/VT Terminal
CP437 has characters that can be printed (at least by poking them to screen memory) in the range 0-31 and 127, but now they cannot be printed in e.g. NetworkTerminal...
CH32V003_Driver CH32V003.h and .c contains source of the driver needed to communicate with CH32V003 chip. wiiNunchuk.h and .c contains source of device driver to use WiiNunchuk device with FabGL library....
Hi, I did compile the Multitasking-CP/M for a TTGO VGA32. After the first compile WIFISCAN did told me to activate **HAS_WIFI** in **/src/defs.h** but here it was already activated with...
In PS/2 Keyboard Virtual Keys: When I select BE (7) or NO (8) Layout some keys close to Return cause the program to crash and reboot or print garbage. I...
Thanks for this great library. I have tried displaying an image with : https://github.com/fdivitto/FabGL/discussions/160 but it doesn't seems to work. I can see that this code is an adaption of...
I had great fun building and writing a game for the open source Uzebox games console. Today I got to thinking about what sort of spec and form a Uzebox...
The dead keys using AltGr doesn't work with the Norwegian keyboard layout in NetworkTerminal or in VIC20 URL and Filename input boxes. It's the dead keys for ~ (tilde) and...
aquarium on telehack.com never works in NetworkTerminal, but always works using other Telnet-clients
The program `aquarium` on `telnet telehack.com` never works in NetworkTerminal, but always works using other Telnet-clients at the same time. At first I thought this had to do with load...
Some keys with letters in the German and Norwegian keyboard layouts are unaffected by capslock. It's Ü Ä Ö (Uuml Auml Ouml) and Å Æ Ø (Aring AElig Oslash) for...
The WINDOWSIZE is reported to the Telnet server to be 80x25 even though it is 80x34, in my case. This is a problem if you run `more`/`less` or edit files...