Commit Graph

8 Commits

Author SHA1 Message Date
Reed Nightingale e6fa6f935b Fix zraw assignment issue that was preventing touch press-and-hold from working 2020-05-05 21:25:52 -07:00
Reed Nightingale b3a7e34d1b Replace 16-bit read style with slower, but apparently more reliable 8-bit read style 2020-05-05 20:36:03 -07:00
Reed Nightingale 488e462c6c Debugging checkpoint 2020-05-05 19:54:07 -07:00
Reed Nightingale f113551aa6 Use beginTransaction for spi, since it's surprisingly less additional memory than the setClockDivider call. Also, add SPI cleanup to early return case 2020-04-21 21:06:19 -07:00
Reed Nightingale b2e17548c2 Remove more redundant checks 2020-02-15 18:44:29 -08:00
Reed Nightingale b116be8644 Remove redundant check 2020-02-15 18:43:10 -08:00
Reed Nightingale 3438bef4fb Clean up types a bit 2020-02-15 18:42:06 -08:00
Reed Nightingale 947624518d Move touch functions to their own files 2020-02-09 18:41:13 -08:00