Scott Lahteine
3dc49fd1c6
Split up hotend / bed drawing
5年前
Luu Lac
5d81d7cefe
if no HOTENDS
5年前
Scott Lahteine
c44b5fd13a
Try to fit logo by narrowing icons
6年前
Scott Lahteine
584c86bed1
More "zero extruders" changes (#15213 )
6年前
Luu Lac
8bca3fcf2c
Display chamber with HAS_TEMP_CHAMBER (#15194 )
6年前
Ludy
6172cd2528
CHAMBER integration to GLCD (#14981 )
6年前
Ludy
6715fd159c
Animated Marlin boot screen (#14961 )
6年前
Scott Lahteine
750a16ad38
Fix MIN/MAX function collision with macros
6年前
Scott Lahteine
b6546ea33a
Add include guards to some headers
6年前
Scott Lahteine
93cd66ac11
Tweaky change from (C) to (c)
6年前
InsanityAutomation
123e58d9c3
Heated Chamber for Graphical LCD (#14190 )
6年前
Scott Lahteine
6214c997c0
Remove includes of <binary.h>
6年前
Scott Lahteine
0feeef2604
Update copyright in headers
6年前
kAdonis
637fb20c75
Allow 4 fan animation frames (#12772 )
6年前
Scott Lahteine
daf07e4200
Align classic bed icon consistently
6年前
Scott Lahteine
7a361ad36a
Alternative fan image option (#12579 )
* Alternative fan bitmap
* Move bed over by 3px
6年前
Scott Lahteine
4f9ec9ab45
Add heating progress bars (#12543 )
6年前
Scott Lahteine
b57343c255
Put status screen options in Configuration_adv.h
6年前
Scott Lahteine
ee423dcdd0
Invert hotend bitmaps, by default
6年前
Scott Lahteine
4def8b3b5e
Expanded options for _Statusscreen.h (#12455 )
See the PR for full details. The updated system will be documented on the website in the near future.
6年前
N95JPL
b780b69c62
Use font ascent and descent for line positioning (#12224 )
6年前
Scott Lahteine
a964f098b3
Make dogm status screen a CPP
6年前
Scott Lahteine
d5017e2788
Add status screen with 4 nozzles
6年前
Scott Lahteine
d74e333c0f
Make sure FAN_ANIM_FRAMES is defined
7年前
Scott Lahteine
ec05408453
Add 3-frame fan animation to bitmaps (#10654 )
7年前
Scott Lahteine
cb46cb8480
Add HAS_HEATED_BED conditional (#10495 )
7年前
Scott Lahteine
8f9262f3fe
Fix path to _Statusscreen.h
7年前
Scott Lahteine
0542b03750
Fix bootscreen include path
Fix #9759
7年前
Scott Lahteine
bf5df306e1
Fix compile error with SHOW_BOOTSCREEN disabled
Fix #9530
Fix #9524
7年前
Scott Lahteine
79796b22ad
Fix up _Bootscreen.h and _Statusscreen.h
7年前
Scott Lahteine
6339b506c0
Make sure binary.h is included as needed
7年前
Scott Lahteine
fa432508b0
Followup to Ender config
7年前
Scott Lahteine
f887719a40
Creality Ender board support
7年前
GMagician
5fb6dd1424
Bmp fix
Clockwise arrow fixed
7年前
Scott Lahteine
1ef1052ae1
Phatter arrows for Z offset overlay
7年前
Scott Lahteine
5926c9c97b
Followup for MESH_EDIT_GFX_OVERLAY
7年前
cdedwards
6296ab2173
Add GFX overlay to UBL mesh edit (#8038 )
* Add GFX overlay to UBL mesh edit
Fixed misplaced HAS_TEMP_BED in dogm_bitmaps.h
rename _lcd_babystep_zoffset_overlay to _lcd_zoffset_overlay_gfx and move it out of BABYSTEP_ZPROBE_OFFSET to we can use it for over things. Add this function into UBL mesh edit screen.
update all Configuration.h to add ENABLE_MESH_EDIT_GFX_OVERLAY
* Add Sanity to UBL insanity
Need to check for DOGLCD otherwise error out.
7年前
Scott Lahteine
ce1638e32f
Add Babystep Z graphic overlay
See PR #7593
8年前
Scott Lahteine
cc92e544a5
Move 'lcd' files
8年前
João Brázio
8ecee431c4
Updates u8glib's bmp2hex converter
9年前
Scott Lahteine
cd441ce652
SINGLENOZZLE: EXTRUDERS versus HOTENDS
9年前
João Brázio
451000387d
Remove the hotbed icon when HAS_TEMP_BED is false
9年前
Scott Lahteine
0da744b7b0
Further cleanup of comments, partial Doxygen-style
Following up on #3231
9年前
jbrazio
5e5d250832
Added gplv3 header to all Marlin files
9年前
Scott Lahteine
0c7f7ebcfb
Styling adjustments (PR#2668 & PR#2670)
Keep "astyled" reformatting
10年前
AnHardt
4f46df5dab
Make bootscreen configurable for the graphic displays
Saves about 473 byte of progmem and 28 bytes of RAM.
10年前
Scott Lahteine
58cfcd4239
Overridable Options - Part 5
Apply `ENABLED` / `DISABLED` macros to files needing only a small
number of changes.
10年前
Scott Lahteine
a22a228bcc
Rename files to move them in the IDE
10年前
AnHardt
c20606b8d7
Replaced some literal constants with defines
Replaced calculation to centre bitmap with fixed values.
Saved 20 bytes.
10年前
Steffen Vogel
905aab3b85
added missing #endif
10年前