LCD2USB icon indicating copy to clipboard operation
LCD2USB copied to clipboard

How to adapt to atmega 328p?

Open CelsoCaldeira opened this issue 5 years ago • 1 comments

would it be possible to adapt this project to run with an atmega328p? more specifically with an arduino pro micro/mini? how hard could it be to do this? I know the clock is different so some changes might need to be made... the pcb would need to be redesigned i know this too. thanks for any helpful info!

CelsoCaldeira avatar Aug 17 '20 06:08 CelsoCaldeira

would it be possible to adapt this project to run with an atmega328p? more specifically with an arduino pro micro/mini? how hard could it be to do this? I know the clock is different so some changes might need to be made... the pcb would need to be redesigned i know this too. thanks for any helpful info!

Were you able to adapt it to ATMEGA 328P? Atmega 328p is backwards compatible, it can run the code written for Atmega 8, the pins look exactly the same, I need to burn the code and try it.

plazmax avatar Nov 20 '23 19:11 plazmax