Touch UI updates for Cocoa Press (#15986)

This commit is contained in:
Scott Lahteine
2019-11-24 06:08:05 -06:00
committed by GitHub
parent 441e822fb3
commit b11551c767
149 changed files with 638 additions and 271 deletions

View File

@ -231,6 +231,16 @@ namespace ExtUI {
#endif
#endif
#if ENABLED(CASE_LIGHT_ENABLE)
bool getCaseLightState();
void setCaseLightState(const bool);
#if DISABLED(CASE_LIGHT_NO_BRIGHTNESS)
float getCaseLightBrightness_percent();
void setCaseLightBrightness_percent(const float);
#endif
#endif
/**
* Delay and timing routines
* Should be used by the EXTENSIBLE_UI to safely pause or measure time