Skip to content

A simulator to test small helper functions using U8G2.

License

Notifications You must be signed in to change notification settings

songzhishuo/u8g2-simulator

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

u8g2-sim

This is an attempt to speed up UI development for Arduino projects using the U8G2 library (https://github.com/olikraus/u8g2/).

You can see a running demo here: https://p3dt.net/u8g2sim/

Hint: it is still very buggy. Please report bugs via github 👍

This is a lot of copy & paste from the original project u8g2.

How to Develop

Clone this repo.

npm install
npm run build
npm run start

The build step is required s.th. the dev server can pick up the static font files from dist/.

Open http://localhost:8081/#

About

A simulator to test small helper functions using U8G2.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 99.8%
  • TypeScript 0.2%
  • C++ 0.0%
  • JavaScript 0.0%
  • Shell 0.0%
  • SCSS 0.0%