Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update my username in README.md #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ SPI init sequence is based off the Anycubic Kobra Neo Marlin fork [BSP SPI TFT d

Since the LCD used in the Kobra Go/Neo does not have touch, you can only use the display to view print stats. KlipperScreen does not currently support keyboard or rotary encoder control, and if it ever implements these features, then it would be possible to use the built-in rotary encoder for control. As it stands now - this is only for displaying printer info.

UPDATE: [wil-sys](https://github.com/wil-sys) has created a control interface for KlipperScreen using the rotary encoder as a mouse emulator. Check it out here: [KlipperScreen-Encoder-Driver](https://github.com/wil-sys/KlipperScreen-Encoder-Driver)
UPDATE: [SomeSpaceNerd](https://github.com/SomeSpaceNerd) has created a control interface for KlipperScreen using the rotary encoder as a mouse emulator. Check it out here: [KlipperScreen-Encoder-Driver](https://github.com/SomeSpaceNerd/KlipperScreen-Encoder-Driver)

Tested on a Raspberry Pi Zero 2W, but it should work on other Pi models, as long as they are supported by [fbcp-ili9341](https://github.com/juj/fbcp-ili9341)

Expand Down