Guido Lehwalder
Guido Lehwalder
I did try to compile such a config - worked for SPI (0), after creating a **ESP8266SdFat.h** which has the following code (to use your SdFat.h and not the original...
> SPI_HALF_SPEED, SPI1 This doenst seem to like me :( ``` Q:\1A_RunCPM\RunCPM_v5_7_master_28092021\RunCPM-master\RunCPM_Pico_21082025_SD_MakerPiPico\RunCPM_Pico_21082025_SD_MakerPiPico.ino: In function 'void setup()': RunCPM_Pico_21082025_SD_MakerPiPico:157:40: error: no matching function for call to 'SdFat32::begin(int, long unsigned int, SPIClassRP2040&)' 157...
> It looks like you're running a different SD library. Can you double check you're not running an external verino of SdFat or SD? Compile logs should have that info....
I reworked the "source" to a (final) code which I could use (with other pin numbers or spi-bus) also on the normal Rpi Pico, The RC2040 Pico and the Cytron...
> So, maybe you're pulling in an incompatible SD library? That library also has to come from the repo, not from Adafruit or Arduino, or it won't have the add'l...
I added the V2.1 changes to my "fork", but Wordstar v4.0 freezes also there at exit :(
Dear @soviet9922 In the ANSI-Terminal .ino you will find the following definition for the serial port: ``` // UART Pins for normal serial Port #define UART_SRX 34 #define UART_STX 2...
I added keymap=DE but it didnt changed anything :( Where could I get a "kernel DE version"? Does BMC128 have a Keyboard-Debug-Option like the GTK3-version of VICE? This would make...
Ahh - you meant the kernal not a Circle Kernel ;) I also did try to load charg_de and kernal_de manually or replacing kernal/chargen in /C128 but had no effect...
Hi, I dont know why the Cytron Maker Pi Pico Board doenst use the SPI-Pins like in the Pinout: **Normal RPi Pico** SPI0 // Pin 19 - GPIO 14 -...