E3V3SE_display_klipper
E3V3SE_display_klipper copied to clipboard
[Klipper mod] Connect display with host via a klipper "serial bridge" implementation
A serial bridge was already proposed and implemented by @ E4ST2W3ST, but it need to be adapted for the ender 3 v3 se with the following changes:
- [Change port forwarding to match E3V3 serial port (from USART1 to USART 2 (RX on PA3, TX on PA2) ]
- [ Create virtual rotary button that generates UART messages from rotary button state]
- [Port existing Display, Screen interface and printer interface to klippy]
- [Packaging and release]