You are also from Germany I think, I am from Brussels.
I typically order from Mouser but I was lucky to have a small electronic shop nearby selling parts.
He just retired 2 months ago unfortunately...
I have not...
Looking great!
You went for the full ladder of resistors which is not a bad thing.
So you directly used the I2S audio chip directly on the PCB, I never went that far (I used the module from amazon)... ;-)
Most...
for the emulators you need the PSRAM soldered on the T4.1 and of course the analog joystick + the 3 buttons. See IOPIN.h, should be also on the schematic of the MCUME project.
This is the min config (some emus don't...
Hi Frank,
The 12bits mode was never tested and probably will not work.
Only the 8bits mode works (same resistor values as for the uVGA project on T3.6 that you know very well!)
Happy to have an expert on board!
...
Nice module, if the project is open source, may be you don't need any MCU at all to drive it as it actually has the 12 bits digital input for the Amiga.
I was not very enthusiastic the past month since I fail adding...
12 bits in and 12bits out would be needed , probably ending up in using a Teensy4.1. Not sure if price would be that interesting compare to current RAPI zero solution with HDMI out.
few possibilities,
- screen refresh too slow because of the SPI display (you can try go above the clock, normally it uses 60000000MHz in the DMA driver)
- it does sync on timer interrupt (myTimer.begin(vblCount,...
the new pinout was introduced for T4.1 VGA because I needed more pins and because of the flexio usage.
With my original ILI PCB, in lopins.h, it should end up in the else and I use those pins.
Because the code...
This problem is familiar to me. I will try again this w.e on my handled version.
Normally no need for the I2C keyboard.
You edited the option file and selected the proper options there I guess.
The menu does not...
Hi,
I have not used I2S with the TFT display.
TFT_RST is not mandatory AFAIK. I used ILI and ST display. As I recall at least for the ST display it is not. I think same for ILI.
TFT_CD/ you mean DC. As I said I...