GithubHelp home page GithubHelp logo

stephenshizl / lvgl-watch Goto Github PK

View Code? Open in Web Editor NEW

This project forked from diylxy/lvgl-watch

0.0 0.0 0.0 20.12 MB

Open-Smartwatch手表,基于LVGL8.0

License: GNU General Public License v3.0

Shell 0.02% JavaScript 0.01% C++ 17.29% Python 0.60% C 81.94% Processing 0.04% Makefile 0.05% HTML 0.01% CMake 0.03% Dockerfile 0.01%

lvgl-watch's Introduction

lvgl-watch

暂停开发

Open-Smartwatch手表第三方固件、源代码,基于LVGL8.0
GitHub tag (latest by date)
需要在GPIO2上接一个振动电机
如果需要红外遥控功能,则需要在GPIO4上接一个红外发射LED,接法:3V3->LED->GPIO4
视频链接:Bilibili

本项目为PlatformIO项目,不能用Arduino编译,但是用的是Arduino/C++语言。编译时可以使用VSCode PlatformIO扩展或命令行下的PlatformIO编译器编译

直接烧录编译好的bin文件

不推荐这种方法,如果想获取最新内容,请直接编译master分支
如果没有编译器,也可以使用release里的文件烧录。(我没有测试这种方法,不确定可用) 把它们放在同一个文件夹下,然后输入指令如下(需要安装esptool: sudo apt install esptool):
esptool --baud 921600 write_flash -z --flash_mode dio --flash_freq 40m --flash_size detect 0x1000 ./bootloader_dio_40m.bin 0x8000 ./partitions.bin 0xe000 ./boot_app0.bin 0x10000 ./firmware.bin

lvgl-watch's People

Contributors

diylxy avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.