An open API service indexing awesome lists of open source software.

https://github.com/sudodevinci/screensynth

VGA LCD version of the CRTelecaster from Electronicos Fantasticos
https://github.com/sudodevinci/screensynth

arduino-mega audio-processing c cpp esp32 esp32-arduino hardware-design multiprocessing music-theory real-time-rendering video-processing

Last synced: 2 months ago
JSON representation

VGA LCD version of the CRTelecaster from Electronicos Fantasticos

Awesome Lists containing this project

README

        

# ScreenSynth

An LCD guitar synthesizer based on the popular CRTelecaster design of the band ElectronicosFanasticos.


There are a few differences in the models:
1. Using an LCD instead of a CRT.
2. Sound and visual systems are independant.
3. Guitar "strings" are ToF sensors instead of soft potentiometers.

![First Image](media/IMG_4919.jpg)
![Second Image](media/IMG_4920.jpg)
![Third Image](media/IMG_4922.jpg)

## LCD

The LCD is driven by a Raspberry Pi Pico H using a very ingenuitive [driver by HughMaingauche](https://github.com/HughMaingauche/PICO-VGA-Micropython).