ESP32-S3 lvgl: YetAnotherSketchpad 2025
ESP32-S3 Yet Another SketchpadA demo project for ESP32-S3 using LVGL to implement a sketchpad on a 320 x 240 TFT display. This is a sibling project to YetAnotherStockPriceTracker and uses the same hardware. Almost 90% of the code is referenced from lv_100ask_sketchpad, but updated for LVGL v9.2.2 and fixed for compatibility with ESP32-S3. Project Core Values For learning purposes. The implementation is kept simple and straightforward. No fancy stuff, make it work. How This Project May Help ...
Hexo Blog finetune 2025
Add the tags and categories pageYou need to use below command to generate the web page for the tags and categories. Otherwise, it will show nothing on the tags and categories page. 123hexo new page tagshexo new page categories Update the scafflodsUpdate the post.md in scafflods folder and add tags and ctegorees for each blog when using the hexo new command 12345title: {{ title }}date: {{ date }}categories: {{ categories }}tags: ...
Hello World
Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub. Quick StartCreate a new post1$ hexo new "My New Post" More info: Writing Write new post1hexo new [layout] <title> Run server1$ hexo server More info: Server Generate static files1$ hexo generate More info: Generating Deploy to remote sites1$ hexo deploy Short cut for Clean and de...
How to Create a Hexo Blog on GitHub Pages in 2025- Pitfalls & Key Notes
IntroductionA step-by-step guide to setting up a Hexo blog on GitHub Pages in 2025, highlighting common pitfalls and important notes for a smooth experience. Prerequisites nvs To install the Node.js Download v1.7.1: https://github.com/jasongin/nvs/releases Node.js Using nvs to install > v22.17.0 Git v2.21.0.windows.1 GitHub account Basic command line knowledge Step 0: Install nvs and hexo-cli Downlaod and install the nvs You may encounter the below Policy error Update...
Init
Common command on hexoClean and deply the blog 123hexo cleanhexo d -g
