jan Posted February 27, 2023 at 04:59 PM Share Posted February 27, 2023 at 04:59 PM (edited) Hallo, für das Rotary Encoder Bricklet wünsche ich mir eine rp.set_count(position int). Dies würde vieles vereinfachen. Beim Stepper Bricklet ist diese Funktion eine riesige Hilfe (BrickletSilentStepperV2.set_current_position(position)). Das Rotary Encoder Bricklet könnte ich dann einfacher für eine Menü-Navigation verwenden, gerade weil nach oben hin dann einfach gesagt werden kann if rp.get_count()>10: rp.set_count(10) Vielen Dank Jan Edited February 27, 2023 at 05:01 PM by jan Quote Link to comment Share on other sites More sharing options...
borg Posted March 4, 2023 at 09:26 PM Share Posted March 4, 2023 at 09:26 PM Ja das können wir machen. Aber wäre dafür nicht sowas wie # Set Range of Rotary Encoder Bricklet from 0 to 10 rp.set_range(0, 10) besser? Quote Link to comment Share on other sites More sharing options...
jan Posted March 5, 2023 at 07:31 AM Author Share Posted March 5, 2023 at 07:31 AM Das mit dem set_range klingt auch sehr gut. Für eine Menüsteuerung wäre es halt von Vorteil trotzdem zusätzlich ein rp.set_count(5) zu haben, damit ich den selben Menüpunkt (vom Hauptmenü) wieder einstellen kann, wenn ich das Untermenü verlassen habe. Quote Link to comment Share on other sites More sharing options...
borg Posted March 9, 2023 at 09:48 AM Share Posted March 9, 2023 at 09:48 AM Ich hab es mir mal auf die TODO-Liste geschrieben. Kann da allerdings kein Datum versprechen, wir sind aktuell etwas überausgelastet. Quote Link to comment Share on other sites More sharing options...
jan Posted March 9, 2023 at 01:40 PM Author Share Posted March 9, 2023 at 01:40 PM OK. super. Ich danke trotzdem schon mal. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.