a5:lcd-firmware

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
a5:lcd-firmware [2018/07/07 13:35] โ€“ samuelpinchesa5:lcd-firmware [2020/12/25 02:13] (current) โ€“ external edit 127.0.0.1
Line 1: Line 1:
 ====== A5 & A3S MKS-TFT28 LCD firmware ======= ====== A5 & A3S MKS-TFT28 LCD firmware =======
  
-The A5 and A3S printers have separate main motherboard and LCD modules, and each has their own separate firmware. The firmware on the LCD module can be upgraded quite easily. The firmware files must be placed on an SD card, which must be inserted into the hidden slot inside the printer, located on the back side of the LCD module. When the LCD is powered up, it will begin the firmware update automatically.+The A5 and A3S printers have separate main motherboard and LCD modules, and each has their own separate [[a5:firmware|firmware]]. The firmware on the LCD module can be upgraded quite easily. The firmware files must be placed on an SD card, which must be inserted into the hidden slot inside the printer, located on the back side of the LCD module. When the LCD is powered up, it will begin the firmware update automatically.
  
 JGAurora do not supply any source code for the LCD module, as they are using a proprietary 3rd party product LCD module made by MakerBase (MKS-TFT28 v1.3). However, the firmware configuration is set by a text file, making it easy to change some of the settings. However, the raw __unconfigured__ LCD firmware is available from the LCD module manufacturer "MakerBase" at [[https://github.com/makerbase-mks|Github]]. JGAurora do not supply any source code for the LCD module, as they are using a proprietary 3rd party product LCD module made by MakerBase (MKS-TFT28 v1.3). However, the firmware configuration is set by a text file, making it easy to change some of the settings. However, the raw __unconfigured__ LCD firmware is available from the LCD module manufacturer "MakerBase" at [[https://github.com/makerbase-mks|Github]].
Line 7: Line 7:
 The custom community LCD firmware is the same as the original JGAurora LCD firmware, with some changes to the configuration. These changes add the "[[a5:babystepping|babystepping]]" control feature to the LCD module - for more infomation on this feature see [[a5:babystepping|this article on babystepping with the A5]]. Please note, this feature requires that you have [[a5:firmware|upgraded the main motherboard firmware to the community firmware]]. Thanks to Karl Johnson for the hard work adding baby stepping and other features to the LCD firmware configuration.  The custom community LCD firmware is the same as the original JGAurora LCD firmware, with some changes to the configuration. These changes add the "[[a5:babystepping|babystepping]]" control feature to the LCD module - for more infomation on this feature see [[a5:babystepping|this article on babystepping with the A5]]. Please note, this feature requires that you have [[a5:firmware|upgraded the main motherboard firmware to the community firmware]]. Thanks to Karl Johnson for the hard work adding baby stepping and other features to the LCD firmware configuration. 
  
-=== Download LCD Firmware ===ย +======= Download LCD Firmware =======ย 
-Official Factory LCD Firmware: [[https://www.dropbox.com/sh/nwjksul4eulsp95/AAA8y-xkX94OBYXSsjqcptQTa?dl=0| A5]], [[https://www.dropbox.com/sh/ek7qbnj09xgyi0k/AAALvBVsxNOtY6VrCay6nPtqa?dl=0|A3S]]+====A5====ย 
 +Official Factory LCD Firmware: [[https://www.dropbox.com/sh/nwjksul4eulsp95/AAA8y-xkX94OBYXSsjqcptQTa?dl=0| A5]]
  
-Custom Community LCD Firmware: [[https://www.dropbox.com/s/ccreium22rki3cq/JGAurora%20A5%20Custom%20LCD%20firmware%20-%2020180111.zip?dl=0|A5]][[https://www.dropbox.com/s/39859ij0vc6acpz/JGAurora%20A3S%20Custom%20LCD%20firmware%20-%2020180111.zip?dl=0|A3S]]+**Custom Community LCD Firmware: **ย 
 +  * [[https://www.dropbox.com/s/64ogugm1l92ed9c/JG%20A5%20Custom%20LCD%20Firmware%20-%20v3.03.zip?dl=0|V3.03 Custom A5 LCD Firmware (December 2018)]]ย 
 +  * [[https://www.dropbox.com/s/6wjjd2a7n5ue9yq/JGAurora%20A5%20Custom%20LCD%20firmware%20-%20030718%20Version%20B.zip?dl=0|V3.01 Custom A5 LCD Firmware (July 2018)]]ย 
 +  * [[https://www.dropbox.com/s/ccreium22rki3cq/JGAurora%20A5%20Custom%20LCD%20firmware%20-%2020180111.zip?dl=0|Old custom A5 LCD firmware here.]]
  
 +====A3S====
 +Official Factory LCD Firmware: [[https://www.dropbox.com/sh/ek7qbnj09xgyi0k/AAALvBVsxNOtY6VrCay6nPtqa?dl=0|A3S]]
 +
 +**Custom Community LCD Firmware: **
 +  * [[https://www.dropbox.com/s/9h5hu9jo4acd1tl/JGAurora%20A3S%20Custom%20LCD%20firmware%20-%2020180111%20Version%20B.zip?dl=0|Custom A3S LCD Firmware V3.01]] - Aug 2018: I've updated the homing positions for the A3S custom LCD firmware, in order to make levelling the bed easier. 
 +  * [[https://www.dropbox.com/s/b5z9rjla7fktya1/JG%20A3S%20Custom%20LCD%20firmware%20-%20v3.03.zip?dl=0|Custom A3S LCD Firmware V3.03]] - Dec 2018: Updated firmware for the A3S LCD module. [[https://jgauroraforum.com/discussion/comment/2541|Discussion]]
  
 ==== How to Flash === ==== How to Flash ===
Line 34: Line 44:
  
  
-===== Info on LCD module helpful if you want to make your own changes to the custom buttons =====+===== Further Info on MKS-TFT28 LCD module =====ย 
 +The following links may be helpful to people interested in making their own changes to the functions and icons of the LCD module.
  
   * [[https://jgauroraforum.com/discussion/76/lcd-firmware-explanation#latest|JGAurora Forum discussion on customising MKS LCD buttons]]   * [[https://jgauroraforum.com/discussion/76/lcd-firmware-explanation#latest|JGAurora Forum discussion on customising MKS LCD buttons]]
   * [[http://marlinfw.org/docs/gcode/G000-G001.html|Detail on other GCode commands and their functions]]   * [[http://marlinfw.org/docs/gcode/G000-G001.html|Detail on other GCode commands and their functions]]
   * [[https://jgauroraforum.com/discussion/28/mks-lcd-flashing-firmware-modifications-and-logo-icon-customisation|Customising LCD icons]]   * [[https://jgauroraforum.com/discussion/28/mks-lcd-flashing-firmware-modifications-and-logo-icon-customisation|Customising LCD icons]]
-  * LCD Module documentation: [[https://www.dropbox.com/s/ztsxgta4idoz47q/MKS-TFT28-32-datasheet.pdf?dl=0|1]], [[https://www.dropbox.com/s/x63f1yo1qoxyyiz/MKS-TFT32-DataSheet.pdf?dl=0|2]], [[https://www.dropbox.com/s/wgud3vaxoh88k5n/MKS-TFT-photo-of-description.pdf?dl=0|3]]+  * Various Official MKS-TFT28 LCD Module PDF documentation: [[https://www.dropbox.com/s/ztsxgta4idoz47q/MKS-TFT28-32-datasheet.pdf?dl=0|1]], [[https://www.dropbox.com/s/x63f1yo1qoxyyiz/MKS-TFT32-DataSheet.pdf?dl=0|2]], [[https://www.dropbox.com/s/wgud3vaxoh88k5n/MKS-TFT-photo-of-description.pdf?dl=0|3]]
   * [[https://jgauroraforum.com/discussion/comment/891|Error in documentation: custom button 2 was removed!!]]   * [[https://jgauroraforum.com/discussion/comment/891|Error in documentation: custom button 2 was removed!!]]
  
  
a5/lcd-firmware.1530934556.txt.gz ยท Last modified: 2020/12/25 02:13 (external edit)