Skip to content

squix78/esp8266-oled-ssd1306-font-converter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Running the dev environment:

mvn spring-boot:run

Building docker image:

mvn clean package
docker build -t squix78/displaytools:1.0.4 .

Building docker on ARM for x86

docker buildx build --platform linux/amd64 -t thingpulse/esp-iot-flasher:1.0.4 .

Running docker image:

docker run -p 8880:8080 squix78/displaytools:1.0.4

About

WebApp to create fonts for the esp8266-oled-ssd1306 library

Resources

License

Stars

Watchers

Forks

Packages

No packages published