Skip to content

v1.0.0

Compare
Choose a tag to compare
@fdivitto fdivitto released this 09 Dec 16:16
· 536 commits to master since this release
  • general improvements, optimizations and bug fixes
  • added VGA2Controller (2 colors, resolution up to 1280x768 black/white)
  • added VGA4Controller (4 colors, resolution up to 1024x768 with 4 colors)
  • added VGA8Controller (8 colors, resolution up to 800x600 with 8 colors)
  • added new modelines (1280x768, 1024x768, 800x600, 720x576, etc..)
  • improved PSRAM compatibility
  • added new 14 fixed width fonts for terminal
  • added UIWINDOW_PARENTCENTER to center windows and dialogs
  • avoid flickering by balancing cores
  • removed flickering with VGAxController display controllers
  • terminal: added custom escape sequences to control GPIOs, sound, graphics, sprites, mouse
  • terminal: improved ANSI standard compliance
  • ansiterminal: added sample Basic programs
  • added uiApp::runAsync() to run UI apps in different task
  • added HardwareTest example
  • support for TTGO 1.4 SD Card
  • removed Arduino.h dependencies
  • added VGADirectController class
  • added DirectVGA example
  • added Songs example (thanks to Carles Oriol)
  • added DirectVGA_ElMuro example (thanks to Carles Oriol)
  • added ClassicRacer (thanks to Carles Oriol)
  • added "SAY" text-to-speech program in Multitasking CP/M
  • implemented Spanish keyboard layout and dead keys (thanks to Carles Oriol)
  • VIC20: changes UI style and done general improvements
  • VIC20: improved keyboard emulation and change of layout
  • Altair8800: improved disk handling