usermods/usermod_v2_four_line_display_ALT/readme.md
This usermod could be used in compination with usermod_v2_rotary_encoder_ui_ALT.
Press the encoder to cycle through the options:
Press and hold the encoder to display Network Info. If AP is active, it will display the AP, SSID and Password
Also shows if the timer is enabled.
See the pair of usermods in action
Copy the example platformio_override.sample.ini to the root directory of your particular build.
These options are configurable in Config > Usermods
enabled - enable/disable usermodtype - display type in numeric format
pin - GPIO pins used for display; SPI displays can use SCK, MOSI, CS, DC & RSTflip - flip/rotate display 180°contrast - set display contrast (higher contrast may reduce display lifetime)screenTimeOutSec - screen saver time-out in secondssleepMode - enable/disable screen saverclockMode - enable/disable clock display in screen saver modeshowSeconds - Show seconds on the clock displayi2c-freq-kHz - I2C clock frequency in kHz (may help reduce dropped frames, range: 400-3400)Note: the Four Line Display usermod requires the libraries U8g2 and Wire.
2021-10