Scott Lahteine
7d8c6b3f3c
Add 20x4 option for Sainsmart LCD ( #9740 )
7 years ago
Scott Lahteine
c4ec01d59b
Conditionals for SWITCHING_EXTRUDER
In reference to #5367 . SWITCHING_EXTRUDER was not fully implemented for EXTRUDERS > 2.
7 years ago
Scott Lahteine
704d33c374
Special override of LCD_WIDTH
7 years ago
Scott Lahteine
16739264d3
Add UltiController v2.1 support
Add compatibility with the original screen bord from Ultimaker 2 printer (UltiController v2.1 with the PG-2864ALBP I2C display)
7 years ago
GMagician
f27c89980a
[2.0.x] Simplify bltouch configuration ( #9488 )
7 years ago
Thomas Moore
f7efac57b7
Multi-host support
7 years ago
Scott Lahteine
1c41de16d4
Trailing whitespace clean
7 years ago
Even
ea1a8d1223
add original RADDS LCD + Controller
adds setup for the original Radds Display+Controller+SD Card Reader PCB
http://doku.radds.org/dokumentation/lcd-display/
7 years ago
Scott Lahteine
957bbab57f
Update inc files for parity with 1.1.x
7 years ago
Dan Delaney
b055d8c39c
[2.0.x] Adding support for using the MKS_12864OLED with the SSD1306 controller ( #8814 )
* Adding support for using the MKS_12864OLED with the SSD1306 controller
* Update comment for correct controller type
7 years ago
Scott Lahteine
15d05748df
Adding support for the Tronxy and Zonestar LCD
7 years ago
Scott Lahteine
82f45c3e6a
Patch G33 misuse of PROBE_MANUALLY
7 years ago
Scott Lahteine
ca7d36d9ed
RAMPS pins for ANET_KEYPAD_LCD
7 years ago
Scott Lahteine
93ba72ea83
Add SERIAL_PORT -1, set on SBASE, STM32F103RET6
7 years ago
android444
9cc1d8e312
[2.0.x] Support for SilverGate Board
7 years ago
Thomas Moore
51fafccc16
[2.0.x] Enable hardware serial ports on LPC1768 ( #8004 )
* Enable hardware serial ports on LPC1768
* Fix compilation errors with other HALs
* FIx order of includes in LPC1768 HAL main.cpp
* Add support for RX_BUFFER_SIZE and TX_BUFFER_SIZE options in Configuration_adv.h
7 years ago
Scott Lahteine
4e2baeb3e1
Update indentation, file-wrapping for Marlin 2.0.x
7 years ago
Scott Lahteine
9e5cbf0198
BQ should set this in its config, and does
7 years ago
Jeffrey Li
eeb4611606
Add proper support for the AZSMZ 12864 LCD on a SMART RAMPS
7 years ago
Slawomir Ciunczyk
a11e6a1022
Different NEOPIXEL types
Same as #7728 but for 2.0.x,
Lot of cleanup and remove references in whole code to other "LED files" than leds.h. Now will be much easier to add next drivers/libraries. e.g. FastLED. But bad news, currently FastLED is suporting only RGB devices (no RGBW)
7 years ago
Scott Lahteine
e9bcb9d048
Add 4 new LCD displays
7 years ago
Scott Lahteine
f99d1dedae
Fixing #7833
Derived from #7873
7 years ago
Scott Lahteine
ef90b49fff
Remove extra NEWPANEL settings in Conditionals_LCD.h
7 years ago
Scott Lahteine
7a29f802d0
Fix ENCODER_PULSES_PER_STEP for G3D_PANEL
7 years ago
Scott Lahteine
3d8a0ab4b2
Module updates
7 years ago
Scott Lahteine
5be07b5db2
Move 'inc' files
7 years ago
Bob-the-Kuhn
7342d5c07a
ST7565
7 years ago
GMagician
6127154af3
Fix identation by tab
There was a tab instead of spaces
7 years ago
GMagician
405a2132f3
#7529 compile fix
I made an error in previous fix
7 years ago
GMagician
869d7f3703
#7504 missing part
#7504 integration has missed this part.
When more than 1 servo is used with bltouch it's impossible to predefine default servo delay for it.
In my original fix I completely removed this part but maybe this is a better compromise
7 years ago
GMagician
e9c72978c7
Implement SERVO_DELAY as array
This modify give SERVO_DELAY x servo basis
7 years ago
C. Scott Ananian
890e7a16a9
Add support for Printrbot Neopixel RGBW strip.
Connected as described at http://printrbot.com/shop/led-strip/
Based on patch by Kelly Anderson <kelly@xilka.com> at
http://www.xilka.com/printrbot/marlin/1.1.4/20170707/
7 years ago
Tannoo
aaacef9441
Corrections ( #7231 )
20x4 map integration. Also some minor changes to the UBL Menu layout. Both 20x4 LCD's and Graphical LCD panels should have similar functionality now.
7 years ago
Scott Lahteine
c6d430670a
Clear SHOW_BOOTSCREEN with no LCD
7 years ago
Scott Lahteine
232a10410d
LCD_FOR_MELZI
7 years ago
Scott Lahteine
abd6ba62b4
Some cleanups for ubl lcd mesh map
7 years ago
Scott Lahteine
5b11b33854
Add support for Průša MK2 Multiplexer
8 years ago
Bob-the-Kuhn
9651d01e1a
Add Skynet/ANET A10 support
8 years ago
Scott Lahteine
6c45fa7dcc
Apply #elif in LCD conditionals
7 years ago
Scott Lahteine
786cdea124
Ensure REPRAPWORLD_KEYPAD_MOVE_STEP is defined
7 years ago
Bob-the-Kuhn
325f09ea6c
Add link to custom LiquidCrystal library by F. Malpartida
7 years ago
Scott Lahteine
445227c807
Fix missing LCD_STR_REFRESH
8 years ago
dot-bob
0bc66bf22c
PCA9632 PWM color LED support
Add support for the PCA9632 PWM color LED driver used on the Ultimaker 2 and Wanhao Duplicator 6.
8 years ago
Scott Lahteine
efc198f952
Spacing, const, comments
8 years ago
Roxy-3D
0dd0033b33
Save up to 94 bytes of RAM on 20x4 LCD Display machines ( #6964 )
* Save up to 94 bytes of RAM on 20x4 LCD Display machines
Moved the custom screen characters out of RAM into Program Memory. With
SD-Card support and the Progress Bar enabled, this saves 94 bytes of RAM
memory.
This was tested using the example_configurations/FolgerTech-i3-2020
files. So a couple small changes to those files snuck into this Pull
Request.
Probably... We can find similar savings in the Graphics LCD code it we
comb through it. And if so... That is the place we really need to
save RAM memory!
* Tidy up white space and indentation
8 years ago
Scott Lahteine
445865ea03
REPRAPWORLD_KEYPAD is NEWPANEL but not ULTIPANEL
8 years ago
Scott Lahteine
75badae2f8
Disable PROBE_MANUALLY for UBL
Plus some other UBL tweaks.
8 years ago
fixoid
c2321b1cdd
Separate SWITCHING_NOZZLE and SWITCHING_EXTRUDER
8 years ago
Scott Lahteine
081bf1f879
Patch #else / #endif comments
8 years ago
Scott Lahteine
a9487c9443
Reduce redundancy in BLTOUCH conditionals
8 years ago