Real, really tiny BASIC computer based on arduino (ATMEGA 1284P)

I made a, really tiny basic computer based on arduino (ATMega 1284P). Video out is through OLED (126x64), and it provides quite clear character (even small, it can be read out). If this is based on general LCD (not OLED), we cannot read such a small character.. The keyboard is the hacked one (re-programmed) Xbox chatpad. By the original function of TinyBasicPlus, program can be saved in EEPROM of ATMega1284P (up to 4kB), and also, by “auto run“ function of TinyBasicPlus, you can made “data display“ by infi
Back to Top