Commit Graph

15 Commits

Author SHA1 Message Date
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
bwucke
41aa073ae0 Serial console (#117)
* Update readme

* Update README.md (#95)

* v1.6.4 (#113)

* Fix gcode previews with special chars not loading

* Add .gitignore file (#108)

* Bulletproof ci.py (#107)

* Implement file sorting (implement #89)

* Set chip family to ESP32-S3 for specific models (fix #67)

* Add files menu to params panel while printing (implement #80)

* Update ci.py (#110)

Typo fix for ESP32-S3 boards array name

---------

Co-authored-by: Sebastian Göls <6608231+Abrynos@users.noreply.github.com>
Co-authored-by: Miroslav Zuzelka <mzuzelka@gmail.com>

* Added serial console

* backspace, minor tweaks

* - added temporary_config alongside global_config, to hold non-persistent configuration
- added macros LOG, LOG_F, LOG_LN conditional on temporary_config.debug for Serial.print/printf/println
- put all debug to console behind these macros
- added 'debug' serial command to toggle temporary_config.debug, defaults to REPO_DEVELOPMENT
- added 'echo' serial command to toggle remote echo, temporary_config.remote_echo
- added #define DISPLAY_SECRETS to global_config.h, to censor wifi password and api key on serial console
- added entries about serial console to README.md and to _site/index.html

* restored -DREPO_DEVELOPMENT=1 (m)

* Build failed on esp32-3248S035C, reduced console input buffer size (static char cmdline) as it was failing to fit.

* typo

* A lot of what should be LOG_F was LOG_LN instead
Handling undefined REPO_DEVELOPMENT when initializing temporary_config.debug

---------

Co-authored-by: Sims <38142618+suchmememanyskill@users.noreply.github.com>
Co-authored-by: Beebles <102569435+beebls@users.noreply.github.com>
Co-authored-by: Sebastian Göls <6608231+Abrynos@users.noreply.github.com>
Co-authored-by: Miroslav Zuzelka <mzuzelka@gmail.com>
Co-authored-by: Bartosz Wucke <b.wucke@a-ster.pl>
2024-08-02 21:16:45 +02:00
suchmememanyskill
2e5a2dfbeb Add note about clearing touch calibration 2024-03-29 22:14:21 +01:00
suchmememanyskill
ae3348d61e Fix a bit of wording 2024-03-16 11:02:24 +01:00
suchmememanyskill
be3b2ddb24 3248S035C Vertical 2024-03-13 19:50:20 +01:00
suchmememanyskill
d0d80e8980 Imrpove site 2024-03-12 22:06:52 +01:00
suchmememanyskill
4302c4492c More CI changes 2024-02-09 21:44:21 +01:00
suchmememanyskill
adea917a5d html changes 2024-02-09 19:19:20 +01:00
suchmememanyskill
4daa0aa549 Extract display timeout from driver 2024-02-09 18:53:17 +01:00
suchmememanyskill
2d6c2e8d10 Fix up smartdisplay driver, update readme, update install page 2024-02-08 23:35:31 +01:00
suchmememanyskill
725d76d9c5 Modify CI further 2024-02-07 23:39:25 +01:00
suchmememanyskill
53441c86c4 Add kofi to site 2024-01-05 23:20:47 +01:00
suchmememanyskill
c0651a50a7 Initial release 2023-11-13 17:07:54 +01:00
suchmememanyskill
ecc9e5ea99 Try 4 2023-11-13 16:30:12 +01:00