lcdwiki / LCDWIKI_kbv

Driver for Arduino with 8Bit & 16Bit 8080 Databus
MIT License
17 stars 13 forks source link

Change data pins #5

Open erdosip opened 2 years ago

erdosip commented 2 years ago

Hy,

The screen itself now using D2-D9 pins on Arduino (uno/mega) which locks the two interrupt pins. I'll elevate the board from the Uno with ribbon cables, and create a custom shield, where I possibly able to rewire the data pins.

I've checked the code, if there is maybe find out, where should I change the data pins, but without luck (okay, It possibly has to be changed in the mcu_8bit_magic.h, but as the filename says, it's a kind of magic (for me))

So if someone can help me to change the data pins for example D4-D11, i would be thrilled. Maybe - if possible - a new constructor would be the best, but if I have to hardwire the changes, it would be OK to me aswell.

Ohh, and I using the ILI9486 display (480*320).

Thanks, Peter