blog
blog lvgl 

所属分类:嵌入式/单片机/硬件编程
开发工具:C
文件大小:0KB
下载次数:0
上传日期:2023-06-22 19:11:49
上 传 者sh-1993
说明:  关于LVGL嵌入式GUI库的帖子、新闻和教程,
(Post, News and Tutorials about LVGL embedded GUI library,)

文件列表:
CNAME (12, 2023-12-19)
Gemfile (68, 2023-12-19)
LICENSE (1068, 2023-12-19)
_config.yml (710, 2023-12-19)
_includes/ (0, 2023-12-19)
_includes/analytics.html (259, 2023-12-19)
_includes/footer.html (231, 2023-12-19)
_includes/head.html (2050, 2023-12-19)
_includes/navigation.html (329, 2023-12-19)
_layouts/ (0, 2023-12-19)
_layouts/default.html (198, 2023-12-19)
_layouts/empty.html (14, 2023-12-19)
_layouts/home.html (1860, 2023-12-19)
_layouts/post.html (1619, 2023-12-19)
_pages/ (0, 2023-12-19)
_pages/about.md (586, 2023-12-19)
_pages/last_posts.md (770, 2023-12-19)
_pages/last_posts2.md (819, 2023-12-19)
_posts/ (0, 2023-12-19)
_posts/2017-07-03-dithering.md (6219, 2023-12-19)
_posts/2017-07-15-stm32f429_disco_port.md (5818, 2023-12-19)
_posts/2017-07-23-pic32mz_da.md (4502, 2023-12-19)
_posts/2017-12-21-release_v5_0.md (2579, 2023-12-19)
_posts/2018-01-03-linux_fb.md (7358, 2023-12-19)
_posts/2018-03-12-release_v5_1.md (6350, 2023-12-19)
_posts/2018-10-01-release_v5_2.md (3566, 2023-12-19)
_posts/2018-10-05-png_converter.md (15262, 2023-12-19)
_posts/2018-12-06-contributing.md (8216, 2023-12-19)
_posts/2018-12-13-extend-lvgl-objects.md (16242, 2023-12-19)
_posts/2018-12-26-references.md (2642, 2023-12-19)
_posts/2019-01-03-qt-creator.md (3286, 2023-12-19)
_posts/2019-01-08-hardware-button.md (3578, 2023-12-19)
_posts/2019-01-31-esp32.md (9617, 2023-12-19)
_posts/2019-02-02-use-ipod-nano6-lcd-for-littlevgl.md (11081, 2023-12-19)
_posts/2019-02-20-micropython-bindings.md (17726, 2023-12-19)
... ...

# LVGL blog ## Writing a blog post about your experiences Have you ported LVGL to a new platform? Have you created a fancy GUI? Do you know a great trick? You can share your knowledge on LVGL's blog! It's super easy to add your own post: - Fork and clone the [blog repository](https://github.com/lvgl/blog) - Add your post in Markdown to the `_posts` folder. - Store the images and other resources in a dedicated folder in `assets` - Create a Pull Request ## Installing and Running Jekyll The blog uses [Jekyll](https://jekyllrb.com/) to convert the `.md` files to a webpage. You can easily [run Jekyll offline](https://jekyllrb.com/docs/) to check your post before creating the Pull request. A specific version of Bundle is needed for running Jekyll (1.12). Here is a step-by-step guide for installing Ruby and Jekyll, building and serving the blog. **Please run these commands under `blog` directory.** ### Installing Ruby ```bash sudo apt-get install ruby-full build-essential zlib1g-dev echo '# Install Ruby Gems to ~/gems' >> ~/.bashrc echo 'export GEM_HOME="$HOME/gems"' >> ~/.bashrc echo 'export PATH="$HOME/gems/bin:$PATH"' >> ~/.bashrc ``` ### Installing Jekyll ```bash gem install jekyll bundler ``` ### Installing Blog's version of Bundler ```bash gem install bundler -v 1.12 bundle _1.12_ install ``` ### Building and Serving the blog ```bash bundle exec jekyll build bundle exec jekyll serve ```

近期下载者

相关文件


收藏者