pokitto / PokittoLib

Library for making programs on Pokitto hardware
22 stars 16 forks source link

Fixed call to lcdRefreshMode1 in PokittoDisplay.cpp #150

Closed tuxinator2009 closed 3 years ago

tuxinator2009 commented 3 years ago

The definition of lcdRefreshMode1 in HWLCD and SIMLCD didn't match and the PokittoDisplay.cpp called the HW one, but this then broke when building for SIM. Updated the HWLCD function to match the parameters used by SIMLCD and updated PokittoDisplay.cpp to specify the update area.

Not sure if the update area is actually used but this is the simplest solution for now.