Supported Hardware - Bricksnspace/MegaBASIC GitHub Wiki

Display

  • Serial via Arduino USB port (no dedicated display). You can connect via serial terminal and use your PC as display/keyboard. No colors/graphic functions available, of course.
  • ST7735S-based color 1,8" TFT display (128x160px) with SPI interface and SD card slot. Comes with eight pin interface, and four more pin for SD card.
  • SSD1306-based 0,96" OLED monochrome display (126x64px). Four pin connector with I2C interface, with various hardware address. Exact type unknown.
  • ILI9341-based color 2.2" to 2.8" TFT display (320x240px) with SPI interface and SD card slot. Comes with display connector and SD connector on other side.

Keyboard

  • Serial via Arduino USB port. You can use a serial terminal as a keyboard (see Display above)
  • PS/2 keyboard. Using Arduino PS/2 library (see library documentation for wiring).
  • XBox360 Chatpad modified as a tiny keyboard.

SD/microSD card reader

  • can read and write file
  • can save and load BASIC programs