Closed souphead closed 1 year ago
will check this soon, actually I didnt test the vga code, still too busy with the other platforms. Sent from my iPhoneOn Oct 17, 2023, at 3:02 AM, souphead @.***> wrote: ARDUINO_TTGO_T7_V14_Mini32 is used a few times in runtime.ccp but it doesn't seem to be defined anywhere. Causes problems with the definitions of vgawrite() and soundGenerator() .
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you are subscribed to this thread.Message ID: @.***>
Fixed now, wrong runtime.h prototypes and dependency handling. Compiles now but not tested on hardware.
Should be fixed now-
Am 17.10.2023 um 03:02 schrieb souphead @.***>:
ARDUINO_TTGO_T7_V14_Mini32 is used a few times in runtime.ccp but it doesn't seem to be defined anywhere. Causes problems with the definitions of vgawrite() and soundGenerator() .
— Reply to this email directly, view it on GitHub https://github.com/slviajero/tinybasic/issues/59, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACSY56HZ6GGQ5SHETSAZMRTX7XKKNAVCNFSM6AAAAAA6DANVIOVHI2DSMVQWIX3LMV43ASLTON2WKOZRHE2DMMZTGM4DSNI. You are receiving this because you are subscribed to this thread.
Yes compiles and seems to run OK. I have a few other questions but I'll ask them in a separate issue.
ARDUINO_TTGO_T7_V14_Mini32 is used a few times in runtime.ccp but it doesn't seem to be defined anywhere. Causes problems with the definitions of vgawrite() and soundGenerator() .