From 8f46b9972d10badba085684823261d0848cb8da8 Mon Sep 17 00:00:00 2001 From: suchmememanyskill <38142618+suchmememanyskill@users.noreply.github.com> Date: Wed, 15 Jan 2025 22:18:36 +0100 Subject: [PATCH] Add aliexpress links --- README.md | 15 +++++++++++++++ _site/index.html | 44 ++++++++++++++++++++++++++++++++++++++++++-- 2 files changed, 57 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5d52b2a..97c5b83 100644 --- a/README.md +++ b/README.md @@ -42,6 +42,21 @@ If you found this project helpful, please consider a donation [to my Ko-Fi](http Thank you! +### Where to buy hardware +All links below are affiliate links. Please also check yourself if there is a cheaper version available than the ones below. I have only linked ones that i have personally bought. + +*ESP32-2432S028R (2.8" Resistive, Cheapest)* +- [USB C + microB version](https://s.click.aliexpress.com/e/_omjsYBJ) +- [Another USB C + microB version](https://s.click.aliexpress.com/e/_olKBkmz) +- [microB version](https://s.click.aliexpress.com/e/_oCWhgmN) + +*ESP32-2432S032C (3.2" Capacitive)* +- [Only the capacitive version is supported! USB-C](https://s.click.aliexpress.com/e/_okbSGmd) +- [IPS version (not that great of a screen), Only the capacitive version is supported! USB-C](https://s.click.aliexpress.com/e/_oFygVwt) + +*ESP32-3248S035C (3.5" Capacitive)* +- [microB version](https://s.click.aliexpress.com/e/_oCqygE9) + ### Screenshots (Quite literally shots of the screen. I'm sorry) diff --git a/_site/index.html b/_site/index.html index da92100..b3766a9 100644 --- a/_site/index.html +++ b/_site/index.html @@ -8,7 +8,7 @@ font-family: 'Roboto', sans-serif; } - TT { + TT { font-family: 'Terminal', monospace; background-color: #080a0b; } @@ -24,7 +24,8 @@ max-width: 750px; } - .main > section > :not(:first-child) { + .main > section > :not(:first-child), + .indent { margin-left: 20px; } @@ -44,6 +45,17 @@ #changelog-body { white-space: break-spaces; } + + .where-to-get details summary::marker + { + content: ''; + } + + .where-to-get details[open] summary p + { + display: none; + } + @@ -83,6 +95,34 @@
If you found this project helpful, please consider a donation to my Ko-Fi.
It would help out a lot in the development of this project, due to the need to buy the screens.
Thank you!
(Click to expand)
+All links below are affiliate links. Please also check yourself if there is a cheaper version available than the ones below. I have only linked ones that i have personally bought.
+ ESP32-2432S028R (2.8" Resistive, Cheapest) + + ESP32-2432S032C (3.2" Capacitive) +If you experience any issues with this project, or have any feature requests for the project, please report them on the issues tab on Github.