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
- Host: GitHub
- URL: https://github.com/sudodevinci/screensynth
- Owner: sudoDeVinci
- License: mit
- Created: 2024-06-27T02:14:57.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-03-04T16:46:33.000Z (3 months ago)
- Last Synced: 2025-03-04T17:36:50.609Z (3 months ago)
- Topics: arduino-mega, audio-processing, c, cpp, esp32, esp32-arduino, hardware-design, multiprocessing, music-theory, real-time-rendering, video-processing
- Language: C++
- Homepage: https://devinci.cloud
- Size: 15.8 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.

## 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).