Skip to content
This repository has been archived by the owner on Jan 18, 2024. It is now read-only.

v1.3

Compare
Choose a tag to compare
@teeminus teeminus released this 02 Mar 08:22
· 8 commits to main since this release

Changes:

  • Added support to rotate screen by 180 degree. Can be enabled by uncommenting the define LCD_ROTATE_180 in features.hpp.
  • Added static dimming of backlight. Can be enabled by uncommenting the define LCD_PWM_DIMMER in features.hpp. Brightness levels can be changed there as well.
  • Added support for turning off display backlight on inactivity. Can be enabled by uncommenting the define LCD_IDLE_OFF in features.hpp. Idle timeout can be changed there as well. Rotating or clicking the encoder knob will reactivate the display.
  • Added feature to restart the SPI bus by pressing the encoder knob for at least 3 seconds. The display backlight will turn off and on again to indicate that the SPI bus has been reset.
  • Added support for CS/Enable pin. This features will automatically reset the SPI bus when signalled by the display driver.
  • Added debug binaries to check if the display receives data from the 3D printer. A more detailed description of this firmware can be found in the wiki.

Please note:
Due to the changes of the CS/Enable pin behaviour, your screen might stop working in your current configuration. However, a fix for this problem has been added to Klipper v0.9.1-290 which is described in the wiki.