InfiniTimeOrg / InfiniSim

Simulator for InfiniTime user interface without needing a PineTime
GNU General Public License v3.0
164 stars 66 forks source link

update st7789 initialization due to upstream changes #107

Closed Boteium closed 1 year ago

Boteium commented 1 year ago

let's update the InfiniTime version and change the main.cpp so that it can be built with current version.

-Pinetime::Drivers::St7789 lcd {lcdSpi, Pinetime::PinMap::LcdDataCommand};
+Pinetime::Drivers::St7789 lcd {lcdSpi, Pinetime::PinMap::LcdDataCommand, Pinetime::PinMap::LcdReset};