Has AGD changed the emag board from surface mounting to socketing the microcontroller?
Could I get a little more information about the display driver?
Is the display driver an off the shelf component? Is it built into the display?
Could I get a little more information about the display driver?
Is the display driver an off the shelf component? Is it built into the display?


I will start a post later with some "responsible" code (i.e. no full auto or low solenoid dwell times) when I find some more time.
If you look at the code I reset the serial communication (PD.6, PB.2 & PB.3) after each byte. I don't believe you have to do this for each byte, but instead could write all 40 bytes in succession. However the code works and we are only talking about a saving maybe few hundred miliseconds so I never bothered optimizing it further. Just make sure you don't call anything but the blank display routine in the middle of your firing routine as it will throw off all your timing. If you have access to an oscilloscope like me, hook your board up to an oscilloscope and fine-tune your firing sequences after you have written your code.
Comment