15748 Commits (7473241438f3c9b7c7e701d6d2e3128d31ba2058)
 

Author SHA1 Message Date
Jason Smith 9507c49b18
Fix mega2560ext environment (#19730) 4 years ago
thinkyhead 87b07d6f2f [cron] Bump distribution date (2020-10-14) 4 years ago
Keith Bennett 64711e0d56
If needed, home before G34 (#19713) 4 years ago
Victor Oliveira bf33b2f862
Watchdog Refresh for LVGL Asset Load (#19724) 4 years ago
Jason Smith 54315252c7
Add NUCLEO-F767ZI dev board (#19373)
Co-authored-by: Lorenzo Delana <lorenzo.delana@gmail.com>
4 years ago
Scott Lahteine 733eb127e9 Simple bool in soft_endstops_t 4 years ago
Victor Oliveira 2132efa981
TFT followup fixes (#19710) 4 years ago
thinkyhead da79674f84 [cron] Bump distribution date (2020-10-13) 4 years ago
Scott Lahteine ae36ed3903 Move @section temperature 4 years ago
Victor Oliveira cc4db8e4a9
Fix UTF8 handling for Color UI (#19708) 4 years ago
Keith Bennett f9f8fd37de
Sanity-check mutually-exclusive G34 features (#19706) 4 years ago
Earle F. Philhower, III 193c0a52d9
Add loose soft endstop state, apply to UBL fine-tune (#19681)
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
4 years ago
Jason Smith f5139f8bf4
Add D100 Watchdog Test (#19697) 4 years ago
Victor Oliveira c0920bbf6a
TFT Refactoring (#19192)
* split tft folder in two: tft for color ui; tft_io for shared tft code

* after the files got moved, now the code was moved to the right place

* classic ui using TFT IO init lcd codes

* feature to compile tft_io when enabled

* compiling fix

* lvgl spi tft working with tft io init codes

* there is no need for separeted fsmc and spi class in lvgl anymore, as tft io handle everything

* remove debug

* base for TFT rotation and mirroring API, and ILI9488 support

* ST7796S rotate and mirror support

* ST7789V rotate and mirror support

* ST7735 rotate and mirror support

* ILI9341 rotate and mirror support

* ILI9328 rotate and mirror support

* R61505 rotate and mirror support

* MKS TFT definitions

* more configs for mks tfts

* update config

* naming typo

* to configure the user interface

* ANYCUBIC_TFT35

* tft configs

* support for SSD1963

* tft display types

* updated conditionals lcd; first board fully working with the new code - all 3 ui!

* compatiblity

* changed name

* move classic ui file name

* rename TURN -> ROTATE

* GRAPHICAL_TFT_ROTATE_180 deprecated

* first fsmc board fully working - chitu v5

* mks robin nano v1.2 + tft 35 ok!

* right pin name

* anycubic tft tested in a TRIGORILLA_PRO

* chitu v6

* nano 32 tft orientation

* mks tft43

* mks tft43 rotation

* fixed LONGER LK tft setup

* GRAPHICAL_TFT_UPSCALE defined by the display type

* better offsets defaults

* Update Configuration.h

* Update tft_fsmc.cpp

* Update Conditionals_LCD.h

* Tweak comments

* update nano tests

* Revert "update nano tests"

This reverts commit a071ebbfad30e28855a4a5695ec8a726542a1a65.

* default tft

* outdated comments

* to not break non-vscode builds

* upscale tft 35

* support tft 180 rotation for color ui

* Each TFT Driver is responsible for its default color mode.

* use auto detect in mks displays, because some of them could be shipped with diferent drivers

* extra s

* unused code

* wrong -1

* missing mirror options

* Smaller regex pattern

* Comment updates

* Clean up old defines

* Apply pins formatting

* GRAPHICAL_TFT_ROTATE_180 => TFT_ROTATE_180

* MKS_ROBIN_TFT_V1_1R

* merge fix

* correct resolution

* auto is default, dont need be there, and it will allow the user to configure it even for named displays

* to not use rotation with MKS_ROBIN_TFT_V1_1R

* i like () in macros

* avoid sleepy commits

* default for st7789 is rgb

* nano follow up

* to allow ili9328 rotation

* default is rgb

* boards merge follow up

* to match bootloader orientation

* HAS_TOUCH_XPT2046 is not hal specific anymore

* lets not forget LPC

* 180 rotation for ili9328 and R61505

* Clean up whitespace

Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
Co-authored-by: Scott Lahteine <github@thinkyhead.com>
4 years ago
Scott Lahteine bcf65aa503
Fix screen click reading too often (#19696)
Co-authored-by: andreibobirica <39415547+andreibobirica@users.noreply.github.com>
4 years ago
Jason Smith a866a758cc
Allow MAX31865 resistance values configuration (#19695) 4 years ago
InsanityAutomation e7838c5f79
G34 Mechanical Gantry Calibration (like Prusa M915) (#18972)
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
4 years ago
qwewer0 f21b91f1a7
Add REPORT_TRAMMING_MM option (#19682)
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
4 years ago
Jason Smith edda32e6b4
Fix motion compile w/out probe-oriented settings (#19684) 4 years ago
Victor Oliveira 639b0b8f50
Option to prevent (extra) Watchdog init on STM32 (#19693) 4 years ago
Victor Oliveira 18dd0d00a6
Implement wait_for_user for Color UI (#19694) 4 years ago
Jason Smith 24fd19259d
Fix I2C_ADDRESS sign warning (#19685) 4 years ago
thinkyhead bdd555990b [cron] Bump distribution date (2020-10-12) 4 years ago
Jason Smith c762b7c91b
Fix various errors, warnings in example config builds (#19686)
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
4 years ago
Jason Smith 45731bd022
Fix at90usb1286 build (#19687)
* Skip check for USBCON during dependency detection
* Ignore incompatible Teensy_ADC library, which requires Teensy >= 3
* Add IS_AT90USB

Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
4 years ago
Scott Lahteine 492ba2a111
Digipots refactor / cleanup (#19690) 4 years ago
thinkyhead 349465b168 [cron] Bump distribution date (2020-10-11) 4 years ago
Scott Lahteine 98427ea92a Save PLR on resume from pause (#19676)
Co-Authored-By: shahab <32130261+SHBnik@users.noreply.github.com>
4 years ago
Victor Oliveira a90edd5eb4
Restore correct STM32 port-bits code (#19678) 4 years ago
Serhiy-K 6fdaaf3d20 Fixes for TFTGLCD Panel, FastIO (#19614) 4 years ago
ellensp 406f8363bc
HAS_CHARACTER_LCD => HAS_MARLINUI_HD44780 (#19673) 4 years ago
Victor Oliveira 8e03a4cb93
Keep HAL tasks running during PID Autotune (#19671) 4 years ago
thinkyhead 1403260487 [cron] Bump distribution date (2020-10-10) 4 years ago
Scott Lahteine 6831341ab4 Batch appercase hex values 4 years ago
Scott Lahteine 0988af453c
Optional `M42`/`M226`; Add more features filters (#19664) 4 years ago
Victor Oliveira 631457ffea Support for Debug Codes - Dnnn (#19225)
Co-authored-by: Scott Lahteine <thinkyhead@users.noreply.github.com>
4 years ago
石立枫 bec1844954
Support for FLY MINI (#19185) 4 years ago
Keith Bennett e6d0a8ef66
Fix touch ifndefs (#19661) 4 years ago
Giuliano Zaro 70ab146cbb
Update Italian language (#19654) 4 years ago
thinkyhead 33b2e12886 [cron] Bump distribution date (2020-10-09) 4 years ago
Samantaz Fox 1de29026d5
Fix and improve Makefile / CMake (#19640) 4 years ago
Scott Lahteine 854af7a4bf Permit touch calibration override 4 years ago
Scott Lahteine f72c559824 Use 0xFF (not 'ff') for byte transfer 4 years ago
ellensp 321afd5fef
Apply env:mega2560ext to relevant boards (#19624) 4 years ago
qwewer0 91df2bea80
Update PROBE_OFFSET_WIZARD comment (#19652) 4 years ago
thinkyhead 5de2946999 [cron] Bump distribution date (2020-10-08) 4 years ago
qwewer0 c650b752f1
More accessible PROBE_OFFSET_WIZARD (#19647) 4 years ago
ellensp c12f41ec6f
Restore ° to 6x9 small info font (#19645) 4 years ago
Scott Lahteine 2c6ec0c999 Chamber vent/fan followup 4 years ago
Scott Lahteine f1e563d8cf Fix small font section directive, mixer warning 4 years ago