Closed zeitue closed 3 years ago
Scope: this allows the code to run on the Teensy 4.1's processor The TouchScreen.h file was modified to include the i.MX RT1060 under the 32 bit RwReg
i.MX RT1060
This change would only effect the Teensy 4.1 and other boards which use the i.MX RT1060, it should allow others to work with this library as well.
The tests appear to work.
please run clang-format on the file so it passes CI!
I ran clang format with the default settings on the file which I changed clang-format -i TouchScreen.h
clang-format -i TouchScreen.h
it worked!
Scope: this allows the code to run on the Teensy 4.1's processor The TouchScreen.h file was modified to include the
i.MX RT1060
under the 32 bit RwRegThis change would only effect the Teensy 4.1 and other boards which use the
i.MX RT1060
, it should allow others to work with this library as well.The tests appear to work.