harbaum / LCD2USB

Cheap and simple USB to HD44780 text LCD interface
http://www.harbaum.org/till/lcd2usb/
137 stars 41 forks source link

How to adapt to atmega 328p? #6

Open CelsoCaldeira opened 4 years ago

CelsoCaldeira commented 4 years ago

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!

plazmax commented 10 months ago

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.