blurpy / transistor-tester

Documentation of my changes to the AVR transistor tester
142 stars 25 forks source link

compiled code not working #2

Closed gitterman closed 2 years ago

gitterman commented 2 years ago

Hi blurpy, didn't you need to adapt the pins for the LCD and the rotary encoder? In your adapted config_328.h you do not mention anything on this. At least from your supplied schematic, the encoder B pin is different to the default of Markus' firmware. Also, the 7735 seems to be connected differently.

blurpy commented 2 years ago

Hi, I have adjusted the configuration for the encoder and the lcd.

See here: https://github.com/blurpy/transistor-tester/commit/e2e808a6cabf67a0e06fa216ab1ddd5512815963

As I write on the page:

There are 3 configuration files in the firmware that needs to be adjusted. See the file "Clones" (from the firmware tgz) for the basic changes required to build a compatible firmware for the AY-AT. The additional changes I made are documented here.

I did not document the basic changes needed, as they are already documented in the firmware. Do the changes make sense now?