more work on oscilloscope

This commit is contained in:
2023-10-22 23:23:19 +02:00
parent 816429b9fa
commit 9ca8853539
4 changed files with 27 additions and 16 deletions

View File

@ -59,13 +59,15 @@ export class Editor {
buttonElements: Record<string, HTMLButtonElement[]> = {};
interface: ElementMap = {};
blinkTimeouts: Record<number, number> = {};
oscilloscope_config: OscilloscopeConfig = {
osc: OscilloscopeConfig = {
enabled: true,
color: "#fdba74",
randomColor: true,
thickness: 2,
fftSize: 2048,
orientation: "horizontal",
is3D: true,
size: 1,
};
// UserAPI