Franc Marx

Results 14 comments of Franc Marx

@gucio321 w := g.NewMasterWindow(....) w.SetTargetFPS(60) works :) thanks

@gucio321 PlotAxisFlagsTime doesn't work, it is commented out, Flags.go line 503 ``` // plot axis flags. const ( PlotAxisFlagsNone PlotAxisFlags = PlotAxisFlags(imgui.PlotAxisFlagsNone) PlotAxisFlagsNoLabel PlotAxisFlags = PlotAxisFlags(imgui.PlotAxisFlagsNoLabel) PlotAxisFlagsNoGridLines PlotAxisFlags = PlotAxisFlags(imgui.PlotAxisFlagsNoGridLines)...

@gucio321 old code was: ``` g.Plot("header"). XAxeFlags(g.PlotAxisFlagsTime). YAxeFlags(g.PlotAxisFlagsNoLabel,g.PlotAxisFlagsNoLabel,g.PlotAxisFlagsNoLabel). Plots(...), ``` it switches to time scale for x-axis, looks like this: ![image](https://github.com/AllenDang/giu/assets/5364683/05bed4ab-a45f-497b-b2fa-fe6a54bec121)

@uli-rpi > I've changing from Dallas component to 1-Wire, and `plattform: dallas` to `plattform: dallas_temp`, after that everything works as usual again do you have _ds18**B**20_ or _ds18**S**20_ devices ?...