aboutsummaryrefslogtreecommitdiffhomepage
path: root/Cart_Reader/README.md
AgeCommit message (Collapse)Author
2024-03-02Code optimization, cleanup, and stylizationAncyker
* Reduced PROGMEM / DRAM usage slightly (Using defaults w/HW5: Before -> 214,668 bytes / 5,757 bytes; After -> 213,414 bytes / 5,751 bytes) * Optimized some menu options and calls * Added more string constants and implemented them where found. * Fixed some stylization * Constants should always be uppercase. * Features should use the `ENABLE_<feature name>` format. * Options for features should use the `OPTION_<feature name>_<option name>` format. * Added ENUMs for more clarity and better type checking. * Moved some defines over to `constexpr` and `const` types. These are preferred over preprocessor constants when not intended for use with `#if` and other preprocessor language.
2022-10-12Update README.mdsanni
2022-10-08Update README.mdsanni
2022-08-08Update README.mdV9.4sanni
2022-07-08Fix some newly introduced compile errorssanni
2022-06-09Update README.mdsanni
2021-12-16Update README.mdsanni
2021-11-20Update README.mdsanni
2021-11-15Prepare for new hardware versionsanni
2021-10-24V7.0: Add basic support for MKS MINI12864 V3sanni
https://www.aliexpress.com/item/1005003098864693.html
2021-10-17Update README.mdmajorpbx
Added RTClib link to the Readme.
2020-10-28V5.5: Reduce memory usage in Filebrowsersanni
2019-10-04Move needed libraries into Releasessanni
2019-09-27Update README.mdsanni
2019-09-05Update README.mdsanni
2019-02-08Update README.mdsanni
2018-10-30Update README.mdsanni
2018-05-05Update README.mdsanni
2017-07-10Update README.mdsanni
2017-06-10Create README.mdsanni
2017-03-27Update README.mdsanni
2017-03-26Update README.mdsanni
2017-02-15Update README.mdsanni
2016-07-04Initial commitsanni