sanni / cartreader

A shield for the Arduino Mega that can back up video game cartridges.
GNU General Public License v3.0
2.23k stars 226 forks source link

Blank screen or one line only #836

Closed BenoitCaron closed 1 year ago

BenoitCaron commented 1 year ago

Hi, this is the second HW5 I'm assembling. The first one works fine, but this one doesn't.

Firmware 12.8 beta (red display)

Firmware 12.4 (green display):

Is my screen defective? I'm pretty sure I followed instructions to the letter, + my soldering doesn't seem bad :/

https://github.com/sanni/cartreader/assets/5237965/57268ce8-2fe7-4593-bfcc-f0d70a47cf39

https://github.com/sanni/cartreader/assets/5237965/da9552e2-79ea-4fc8-bbaf-a481c8cb4ed6

https://github.com/sanni/cartreader/assets/5237965/561369b6-04ea-447c-ab1f-cc5f5ac9758c

https://github.com/sanni/cartreader/assets/5237965/66e48d40-732a-40e6-b33d-fb2a290844a0

sanni commented 1 year ago

Looks like a short circuit somewhere near the SD slot. MOSI and SCK seem to be the only pins shared between the LCD and the SD card according to the schematics of the lcd module, so I would start there.

BenoitCaron commented 1 year ago

So these two points? They're not shorted :( IMG_0908

Ancyker commented 1 year ago

Are these pinn actually soldered?

image

BenoitCaron commented 1 year ago

Yes, they are.

BenoitCaron commented 1 year ago

Well my return window was closing so I returned the display and ordered a new one. I'll close this issue for now and will update it when the new display arrives.

BenoitCaron commented 1 year ago

Follow-up: received my new screen and it now works as expected, no changes whatsoever to the main board. First screen was defective. Thank you all for your help!