uho / ESP32forthStation

Stand alone Forth computer with LillyGo TTGO VGA32 single board computer and ESP32forth
GNU General Public License v3.0
16 stars 3 forks source link

upgrading ESP32forthStation to latest ueforth #1

Open farvardin opened 3 months ago

farvardin commented 3 months ago

Hello @uho

I got a TTGO VGA32 board, and I've installed ESP32Forth Station on it. It works so far, but it's an old version, so I thought of updating to latest ueforth. I've compared the original ESP32forth 7.0.6.6 with the version modified for the forth station, and I've added it to the lastest ESP32forth v7.0.7.18 It compiles, but it's not functional: I only get a prompt (from FABGL) but can't type, there is not initialisation. I don't really know what to do, I suppose it shouldn't be too complicated to upgrade it, but so far I'm stuck now. I've put my attempt there if you want to have a look:

https://github.com/farvardin/ESP32forthStation

farvardin commented 2 months ago

someone made this:

https://github.com/ufud-org/ueforth/blob/VGA32/ueforth/esp32/template.ino

:)