基于 vtalpaert/esp-scope 编译 - 采样率 1Hz-83kHz - ADC1_CH0 (GPIO 1) 输入 - WiFi AP + Web UI - 内置 PWM 测试信号 (GPIO 4) - 单通道,0-3.3V 输入范围
26 lines
603 B
Plaintext
26 lines
603 B
Plaintext
{"widget": {
|
|
"debug": "on",
|
|
"window": {
|
|
"title": "Sample Konfabulator Widget",
|
|
"name": "main_window",
|
|
"width": 500,
|
|
"height": 500
|
|
},
|
|
"image": {
|
|
"src": "Images/Sun.png",
|
|
"name": "sun1",
|
|
"hOffset": 250,
|
|
"vOffset": 250,
|
|
"alignment": "center"
|
|
},
|
|
"text": {
|
|
"data": "Click Here",
|
|
"size": 36,
|
|
"style": "bold",
|
|
"name": "text1",
|
|
"hOffset": 250,
|
|
"vOffset": 100,
|
|
"alignment": "center",
|
|
"onMouseUp": "sun1.opacity = (sun1.opacity / 100) * 90;"
|
|
}
|
|
}} |