uLisp ESP32 VGA Mini Computer


#41

Hi,

I updated my github repository of uLisp-3.0a and reduced the SymbolTableSize to get FabGl and sdcardsupport working in parallel (TTGO-T8 board should work now with FabGl and sdcard enabled).
When using this version please make sure that the definitions matches your board.

Have fun!

Best regards,
Kaef


#42

Hi,
To dig out this topic :-)
I have a Lilygo VGA32 V1.4 Controller with 4Mo PSRAM and 16Mo flash (https://ae01.alicdn.com/kf/S27cda16b033b408fb7a8ee54b2caba1aU.jpg) The ulisp-4.0b-esp.ino compiles without error on it.
When I try to boot it, I get a blank screen. What I didn’t do is to apply the diff file; is it necessary?
Does anyone got this board to work fine with this ulisp version?
Best wishes


#43

In Arduino IDE the card is configured as this;
Arduino runs on core 1
Events run on core 1
Is it good?


#44

What do you use in arduino under tools - partition scheme ?


#45

Hi,
Thanks for your reply.
I use ESP32 DEV MODULE as card and partition scheme "default 4MB with spiffs (1.2 MB APPS, 1.5 MB SPIFFS)
Best regards