Skip to the content.

MycilaEasyDisplay

License: MIT Continuous Integration PlatformIO Registry

Arduino / ESP32 library for the JSY-MK-194T single-phase two-way electric energy metering module

The library is designed to offer a dead simple 6 lines of 25 characters each.

    Mycila::EasyDisplay.setPowerSaveDelay(0);
    Mycila::EasyDisplay.begin(type, clk_pin, data_pin, rotation);

    char lines[MYCILA_DISPLAY_LINE_COUNT][MYCILA_DISPLAY_LINE_LENGTH];
    ...
    Mycila::EasyDisplay.print(lines);