adafruit / Adafruit_TouchScreen

Arduino library for 4-wire resistive touchscreens
http://www.adafruit.com/index.php?main_page=product_info&cPath=35&products_id=333
Other
272 stars 212 forks source link

adds support for ATMega1284P #40

Open soeren-helbig opened 1 year ago

soeren-helbig commented 1 year ago

The current typedef of RwReg is not compiled for ATMega1284P MCUs. With this Pull-Request the ATMega1284P is added to the list of 8-bit MCUs and so the typedef will be compliled.

Tested this fix with a 3.5'' touch tft and seems to work fine with ATMega1284P MCUs.