Skip to content

Commit

Permalink
Update gui-backup.txt
Browse files Browse the repository at this point in the history
This is a Python script that creates a graphical user interface (GUI) using the PyQt5 library for controlling a scanner. The GUI includes buttons for starting and stopping the scanner, adjusting LED brightness, and returning the scanner to its home position. The script also includes code for initializing the neopixels and cleaning up the GPIO pins on exit. The scanner functionality is defined in the scanner module. The GUI elements are organized using a combination of QVBoxLayout and QHBoxLayout, and customized QSpinBox and QSlider classes are used to modify the appearance of input fields. The script is designed to run on a Raspberry Pi with a 7-inch touchscreen display.
  • Loading branch information
admineral authored Mar 23, 2023
1 parent f22ebc5 commit 7f134d3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Community contributions/gui-backup.txt
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,6 @@ spinBox_anzahlEbene.setValue(1)




# Add labels for the input fields
input_label = QLabel("Photos Per Level:")
input_label.setStyleSheet("color: white; font-size: 20px;")
Expand Down

0 comments on commit 7f134d3

Please sign in to comment.