MKS_MINI, FYSETC RGB, backlight (#15334)

This commit is contained in:
DrDitto
2019-09-25 17:41:04 -06:00
committed by Scott Lahteine
parent ddd9d9032a
commit 04e4eb35be
5 changed files with 154 additions and 82 deletions

View File

@@ -21,7 +21,7 @@
*/
/**
* ultralcd_DOGM.cpp
* lcd/dogm/ultralcd_DOGM.h
*
* Implementation of the LCD display routines for a DOGM128 graphic display.
* by STB for ErikZalm/Marlin. Common LCD 128x64 pixel graphic displays.
@@ -30,9 +30,9 @@
* License: http://opensource.org/licenses/BSD-3-Clause
*
* With the use of:
* u8glib by Oliver Kraus
* https://github.com/olikraus/U8glib_Arduino
* License: http://opensource.org/licenses/BSD-3-Clause
* u8glib by Oliver Kraus
* https://github.com/olikraus/U8glib_Arduino
* License: http://opensource.org/licenses/BSD-3-Clause
*/
#include "../../inc/MarlinConfigPre.h"