Added a light-weight status screen for the ST7920
- The status screen uses the ST7920 character generator to greatly reduce SPI traffic and MCU load when updating the status screen. - Has been tested with the RepRapDiscount Full Graphics Smart Controller but should work with any LCD that uses an ST7920 or fully compatible controller.
This commit is contained in:
		| @@ -1516,7 +1516,18 @@ | ||||
| // RepRapDiscount FULL GRAPHIC Smart Controller | ||||
| // http://reprap.org/wiki/RepRapDiscount_Full_Graphic_Smart_Controller | ||||
| // | ||||
| // If USE_ST7920_LIGHTWEIGHT_UI is uncommented, then an alternative | ||||
| // light-weight status screen will be used that takes advantage of | ||||
| // the ST7920 character-generator to conserve MCU resources. | ||||
| // | ||||
| // Since the lightweight status screen can only show a status | ||||
| // message or the position, but not both, set DELAY_TO_SHOW_POSITION | ||||
| // to the number of seconds until the position is revealed after a new | ||||
| // status message is drawn. | ||||
|  | ||||
| //#define REPRAP_DISCOUNT_FULL_GRAPHIC_SMART_CONTROLLER | ||||
| //#define USE_ST7920_LIGHTWEIGHT_UI | ||||
| //#define DELAY_TO_SHOW_POSITION 20 | ||||
|  | ||||
| // | ||||
| // MakerLab Mini Panel with graphic | ||||
|   | ||||
		Reference in New Issue
	
	Block a user