Maik Stohn
9da94c247a
fixed bad lcd commit from makr3d
#elsif does not exist #elif is correct
преди 11 години
Michael Mayer
e509cdbeb0
added contrast control function for gLCDs
преди 11 години
Michael Mayer
99b7e926e7
added MaKr3d Melzi board
преди 11 години
Scott Lahteine
5dabc95409
Apply all changes from latest Marlin_V1
Diffed and merged, preserving my updates
преди 11 години
Maik Stohn
da05b3ba94
faster GLCD (ST7920 SW-SPI) implementation / fixes
- fixed long menu entries (>14 or >18 chars) caused overrun in dogm lcd
implementation
- fixed pin set problem when in interrupt
- much faster ST7920 SW-SPI implementation
- increased ST7920 framebuffer size for more speed
преди 11 години
Maik Stohn
7ee70c2248
Fix: removed wrong ; at end of define
преди 11 години
Robert F-C
40eb07bad4
Revert and extend previous change pin check change
Reviert previous change of #if BLAH_PIN > 0 to #if defined(BLAH_PIN) &&
BLAH_PIN > -1. Unfortunately some times pin 0 is used. For my sins I've
gone through and replaced all unsafe checks of #if BLAH_PIN > -1 with
the safe version.
преди 11 години
Maik Stohn
bd33cf4a9f
fixed typo / added "const" to defines for newer gcc compatibility
преди 11 години
Maik Stohn
8d80cbbf4c
fix broken LCD commit #dfa549f268 from buildrob - GLCD/DOGM implementation was ignored
преди 11 години
MaikStohn
7ac6d7f78e
FIX: Speedup - no explicit display clear needed in u8glib
преди 11 години
MaikStohn
13596e8722
Added RepRapDiscount FULL GRAPHIC Smart Controller
преди 11 години
MaikStohn
3a6abe1d6e
Removed STB custom font hack from u8glib library and moved to marlin project
преди 11 години
MaikStohn
16afbf9bfa
FIX: adopted latest changes from hitachi implementation
преди 11 години
Dirk Eichel
6c66cae694
GLCD init screen cosmetics
преди 11 години
Dirk Eichel
5d3862f9d1
Modified u8glib logo on welcome screen
преди 11 години
Dirk Eichel
0b320f75e9
Removed debug code, add some comments
преди 11 години
Dirk Eichel
4a141a694f
Marlin code for GLCD display
This contains the menues, status screen etc...
преди 11 години