mirror of
https://github.com/MarlinFirmware/Configurations.git
synced 2025-08-08 06:24:04 -06:00
📝 Update http links, misc. cleanup
This commit is contained in:
parent
27e44456cc
commit
9cfbc08d74
32 changed files with 504 additions and 506 deletions
|
@ -16,9 +16,10 @@
|
|||
* GNU General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU General Public License
|
||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*
|
||||
*/
|
||||
#pragma once
|
||||
|
||||
/**
|
||||
* Custom Status Screen bitmap
|
||||
|
@ -27,11 +28,9 @@
|
|||
* and enable CUSTOM_STATUS_SCREEN_IMAGE in Configuration.h.
|
||||
*
|
||||
* Use the Marlin Bitmap Converter to make your own:
|
||||
* http://marlinfw.org/tools/u8glib/converter.html
|
||||
* https://marlinfw.org/tools/u8glib/converter.html
|
||||
*/
|
||||
|
||||
#pragma once
|
||||
|
||||
#define STATUS_LOGO_WIDTH 32
|
||||
|
||||
const unsigned char status_logo_bmp[] PROGMEM = {
|
||||
|
@ -65,4 +64,3 @@ const unsigned char status_logo_bmp[] PROGMEM = {
|
|||
B00000000,B00011111,B11000000,B00000000,
|
||||
B00000000,B00000000,B00000000,B00000000
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue