sammichSID OLED display (8-bit LCD driver)

Please help me!
I want an OLED display for the sammichSID.
I need an 8-bit LCD driver.
I can’t compile ASM code … I haven’t been able to configure it yet …
Please have someone compile a sammichSID firmware.
I will send a modified ASM file if I need to …
Grateful thanks!

I read a lot of guides.
Successfully compiled ASM code.
The OLED display works well with an 8bit driver.
If anyone needs the firmware, here is:

[setup_sammich_sid_8bit.hex](< base_url >/applications/core/interface/file/attachment.php?id=15779&key=0fa72a02f50e8a5fcda6284baa74208d)

3 Likes

Great that you learned the mysteries of compilation!

I uploaded your file to the wiki page too:
http://www.midibox.org/dokuwiki/doku.php?id=sammichsid

 

On 2/25/2022 at 9:09 AM, sfred said:

I read a lot of guides.
Successfully compiled ASM code.
The OLED display works well with an 8bit driver.
If anyone needs the firmware, here is:

[setup_sammich_sid_8bit.hex 223.19 kB · 1 download](< base_url >/applications/core/interface/file/attachment.php?id=15779&key=0fa72a02f50e8a5fcda6284baa74208d)

Thanks for the effort! I’ve tried it with Optronics Raystar (D2-P6-3) but I get garbled characters. Do I need to do any extra wiring (like mentioned in )? 

Don’t be mad at the late reply.
Yes, the “Jumpers” must be soldered together at the bottom of the PCB

Check connect:
PIC Pin 10 RE2 to J16:D3
PIC Pin 9  RE1 to J16:D2
PIC Pin 34 RB1 to J16:D1
PIC Pin 33 RB0 to J16:D0

Thanks a lot for coming back! I’ll give it a shot.