Skip to content

tml89/M5PaperHassPanel

 
 

Repository files navigation

M5Paper Home-Assistant Panel

Features

  • WIP

Requirement

Installation

Change your Wifi SSID and password(src/wifi_info.h).

#ifndef _WIFI_INFO_H_
#define _WIFI_INFO_H_

const char *ssid = "ssid";
const char *password = "password";

#endif

Note

If you want to change the image of the button, use the following.
https://github.com/m5stack/M5EPD/tree/main/tools/image2gray

If you want to change the font, use the following.
https://github.com/m5stack/M5EPD/tree/main/tools/ttf2bin

About

M5Paper Paneel for Home-Assistant

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 99.8%
  • C++ 0.2%