Commit Graph

330 Commits

Author SHA1 Message Date
suchmememanyskill c8e34598ca Merge branch 'master' of https://github.com/suchmememanyskill/CYD-Klipper-Display 2025-09-30 00:19:48 +02:00
suchmememanyskill 77086b8ecf update virtual printer 2025-09-30 00:19:41 +02:00
Sims 93f3935480 Fix #178 2025-08-19 00:51:29 +02:00
suchmememanyskill 3e23ba935d Merge branch 'dev' v2.1.2 2025-08-18 23:29:01 +02:00
Stefan Naewe 07d5f95b00 use correct spelling for WiFiClientSecure.h (#202)
It's "WiFiClient..." and not "WifiClient..."

Signed-off-by: Stefan Naewe <stefan.naewe@gmail.com>
2025-08-10 14:14:53 +02:00
suchmememanyskill 19fb87d0bb Add support for esp32-JC3248W535C 2025-07-10 14:55:16 +02:00
suchmememanyskill d126697cb0 Better CI pipeline 2025-07-10 00:45:25 +02:00
suchmememanyskill 63a0ca5233 Fix bad code 2025-07-09 23:55:50 +02:00
suchmememanyskill c929b5e270 Merge main 2025-07-09 23:49:04 +02:00
Dylan Pryke-Watanabe b6c2b505e0 Add support for JC3248W535C (Guition 3.5" ESP32-S3 Display) (#189)
* Guition Display outputs to screen

* Fix Display Flushing and Touch Screen works now!

* fix UI rotations

* set default orientation to 2

* Start trying to implement horizontal software rotation

* remove -w flag

* cleanup

* Rename to JC3248W535C

* Update lv_conf.h

* replace URL
2025-07-09 23:44:27 +02:00
Madrajib Lab 40932518ae serial_console: Add support to handle delete/arrow keys (#195)
This change adds support to serial console to handle delete
left & right arrow and backspace key by changing
result buffer based on the keypress and emulating the movement
with espace characters in the terminal.

This patch also takes care of buffer flow handling by checking
the cur and index with the max available length for each operations.
2025-07-09 23:42:57 +02:00
Madrajib Lab 266b5d76b1 lvgl API: use lv_obj_has_state to check state value (#198) 2025-07-09 23:42:29 +02:00
Madrajib Lab 4067f94407 platfromio: Update LovyanGFX from 1.2.0 to 1.2.7 (#196) 2025-07-09 23:41:46 +02:00
Evgeny Kapusta 5b7770246e feat: add Guition JC8048W550 display support (#185)
* Update readme

* Update README.md

* Add aliexpress links

* feat: add Guition JC8048W550 display support

* feat: adjust configuration for board

* feat: add option for jc8048w550 on page and in ci script

* fix: missing CYD_PORTS entry

---------

Co-authored-by: Sims <38142618+suchmememanyskill@users.noreply.github.com>
2025-05-02 23:42:06 +02:00
suchmememanyskill 04a3b78b21 Add crowpanel 3.5 inch to html 2025-02-09 02:37:37 +01:00
Sims 7c564e8ab8 Merge pull request #166 from suchmememanyskill/dev
Hopefully fix webflash for s3
v2.1.1
2025-02-09 01:57:02 +01:00
suchmememanyskill 5c0ee08135 Hopefully fix webflash for s3 2025-02-09 01:14:07 +01:00
Sims e6b5d17f6a Merge pull request #164 from suchmememanyskill/dev
v2.1.0
v2.1.0
2025-02-01 19:39:18 +01:00
suchmememanyskill d8a9b13fe1 Fix compile 2025-02-01 17:37:06 +01:00
suchmememanyskill fbc2964ad8 Make serial script work with both sudo and not sudo 2025-02-01 17:20:06 +01:00
suchmememanyskill d616ef5a6d Allow running service under root 2025-01-28 21:50:21 +01:00
suchmememanyskill 9bfbb1cb0e Change keyboard for bambu setup (#161) 2025-01-28 21:23:02 +01:00
suchmememanyskill 8d8e36fde9 Merge #152 2025-01-28 21:20:22 +01:00
Kire Dyfvelsten 4e3cd69b63 Sunton esp32 2.2" c (#151)
* Update readme

* Update README.md

* driver definition? for a vertical 2.2" with touch

* Update platformio.ini

* Update esp32-2432S022C-vertical.json

* Update esp32-2432S022C-vertical.json

---------

Co-authored-by: Sims <38142618+suchmememanyskill@users.noreply.github.com>
2025-01-28 21:19:36 +01:00
Sims 3aeb67cfdd esp32-CROWPANEL-35C (#159)
* :)

* Correct screen rotation

* Remove brightness adjustment

* Silence buzzer

* Fixes from atomique
2025-01-28 21:16:46 +01:00
suchmememanyskill 8f46b9972d Add aliexpress links 2025-01-15 22:18:36 +01:00
suchmememanyskill 0992f466cf Fix Klipper params being non-blocking 2025-01-12 00:13:26 +01:00
suchmememanyskill f8ed3afd06 Don't ignore first popup message (Klipper) 2025-01-11 23:50:58 +01:00
suchmememanyskill fdfa2d014f Properly clear input buffer for serial 2025-01-11 17:15:26 +01:00
suchmememanyskill 1efaa616e1 Add 2x scale gcode preview option 2025-01-10 22:28:35 +01:00
Sims 5756b31744 Update README.md 2025-01-10 18:15:56 +01:00
suchmememanyskill 99b70622fe Update readme 2025-01-09 23:14:15 +01:00
Sims b3d405b355 Merge pull request #139 from suchmememanyskill/dev
v2.0.0 - Happy new year!
v2.0.0
2025-01-09 23:05:35 +01:00
Sims 1cd6c8fd92 Merge pull request #131 from suchmememanyskill/printer-interface
Seperate backend from frontend, abstract printer implementation
2025-01-09 22:35:32 +01:00
suchmememanyskill 7b0497c75b Fix crowpanel compile 2025-01-09 22:35:13 +01:00
Sims df610168c0 Merge branch 'dev' into printer-interface 2025-01-09 22:16:43 +01:00
Madrajib Lab d0f90a56d0 Add support for crowpanel 2.8inch display (#134)
* Add support for crowpanel 2.8inch display

* Add support for crowpanel 2.8inch display

---------

Co-authored-by: Sims <38142618+suchmememanyskill@users.noreply.github.com>
2025-01-09 22:15:03 +01:00
suchmememanyskill b67f091c46 Add alt for esp32-8048S043C-SD (#135) 2025-01-09 22:12:05 +01:00
suchmememanyskill 71119e1648 Make UI more specific per printer type, hide settings 2025-01-09 22:00:53 +01:00
suchmememanyskill 660723d596 Fix arduinojson compile 2025-01-09 21:12:50 +01:00
suchmememanyskill 5ec2ba66e4 Change some spelling, set timeout on bambu loop 2024-12-22 23:20:36 +01:00
suchmememanyskill 4fc16ecc92 Fan profiles: On to 100% 2024-12-22 23:04:12 +01:00
suchmememanyskill 161c10a43b Start print in bambu integration 2024-12-22 00:14:49 +01:00
suchmememanyskill 093dd5efff Add fan/speed controls to bambu 2024-12-21 22:04:51 +01:00
Sims 4dd70aa3ea Add bambu panels 2024-12-19 18:17:40 +01:00
suchmememanyskill f4498e95cd Make octoprint work after testing 2024-12-15 22:06:01 +01:00
suchmememanyskill b342e58cfc Install python packages in venv 2024-12-15 13:10:12 +01:00
suchmememanyskill 211fe15aee Fix compile errors 2024-12-15 12:13:32 +01:00
Sims abbb0b2f7e We have 3 2024-12-15 01:16:46 +01:00
Sims 6aa74633a8 Add min fetcher for octoprint 2024-12-15 01:15:58 +01:00