Skip to content

OLED

/stm.cgi?oled

  • Configure the OLED settings.

    GET /stm.cgi?oled=A*B*C*D*E
    
    • A determines whether the function is enabled, integer 0-1
    • B is text of 1st line, string
    • C is text of 2nd line, string
    • D is text of 3rd line, string
    • E is text of 4th line, string

    Important

    Several characters in line fields need to be replaced:

    % --> !
    

    Example:

    http://192.168.1.100/stm.cgi?oled=0*%20%20%20%20Uptime=!6110*V=!0620%20T=!1320*line3*line4
    

/stm.cgi?i2cofreq

  • Set the communication frequency with the OLED display.

    GET /stm.cgi?i2cofreq=A
    
    • A is the frequency in kHz, integer 50-400

    Example:

    http://192.168.1.100/stm.cgi?i2cofreq=100
    

Last update: 2020-09-21
Back to top