Add Laser / Spindle bitmap for LCD (#16068)

This commit is contained in:
Luu Lac
2019-12-01 21:20:15 -06:00
committed by Scott Lahteine
parent bdd0517a5b
commit 01e4b0c067
3 changed files with 207 additions and 22 deletions

View File

@ -46,6 +46,7 @@
class SpindleLaser {
public:
static cutter_power_t power;
static inline uint8_t powerPercent(const uint8_t pp) { return ui8_to_percent(pp); } // for display
static void init();