mirror of
https://github.com/jayofelony/pwnagotchi.git
synced 2025-07-01 18:37:27 -04:00
Small final edit
This commit is contained in:
1
.idea/pwnagotchi.iml
generated
1
.idea/pwnagotchi.iml
generated
@ -2,6 +2,7 @@
|
|||||||
<module type="PYTHON_MODULE" version="4">
|
<module type="PYTHON_MODULE" version="4">
|
||||||
<component name="NewModuleRootManager">
|
<component name="NewModuleRootManager">
|
||||||
<content url="file://$MODULE_DIR$">
|
<content url="file://$MODULE_DIR$">
|
||||||
|
<excludeFolder url="file://$MODULE_DIR$/.venv" />
|
||||||
<excludeFolder url="file://$MODULE_DIR$/venv" />
|
<excludeFolder url="file://$MODULE_DIR$/venv" />
|
||||||
</content>
|
</content>
|
||||||
<orderEntry type="jdk" jdkName="Python 3.12 (pwnagotchi)" jdkType="Python SDK" />
|
<orderEntry type="jdk" jdkName="Python 3.12 (pwnagotchi)" jdkType="Python SDK" />
|
||||||
|
@ -25,7 +25,7 @@ class DummyDisplay(DisplayImpl):
|
|||||||
self._layout['friend_name'] = (int(width/12), int(height/10))
|
self._layout['friend_name'] = (int(width/12), int(height/10))
|
||||||
self._layout['shakes'] = (0, height-int(height/25))
|
self._layout['shakes'] = (0, height-int(height/25))
|
||||||
self._layout['mode'] = (width-int(width/8), height - int (height/25))
|
self._layout['mode'] = (width-int(width/8), height - int (height/25))
|
||||||
lw, lh = fonts.Small.getsize("W")
|
lw, lh = fonts.Small.getbbox("W")
|
||||||
self._layout['status'] = {
|
self._layout['status'] = {
|
||||||
'pos': (int(width/48), int(height/3)),
|
'pos': (int(width/48), int(height/3)),
|
||||||
'font': fonts.status_font(fonts.Small),
|
'font': fonts.status_font(fonts.Small),
|
||||||
|
@ -9,7 +9,7 @@ dependencies = [
|
|||||||
"PyYAML", "dbus-python", "file-read-backwards", "flask", "flask-cors",
|
"PyYAML", "dbus-python", "file-read-backwards", "flask", "flask-cors",
|
||||||
"flask-wtf", "gast", "gpiozero", "inky", "numpy", "pycryptodome", "pydrive2", "python-dateutil",
|
"flask-wtf", "gast", "gpiozero", "inky", "numpy", "pycryptodome", "pydrive2", "python-dateutil",
|
||||||
"requests", "rpi-lgpio", "rpi_hardware_pwm", "scapy", "setuptools", "shimmy", "smbus", "smbus2",
|
"requests", "rpi-lgpio", "rpi_hardware_pwm", "scapy", "setuptools", "shimmy", "smbus", "smbus2",
|
||||||
"spidev", "toml", "tweepy", "websockets",
|
"spidev", "toml", "tweepy", "websockets", "prctl",
|
||||||
]
|
]
|
||||||
|
|
||||||
requires-python = ">=3.11"
|
requires-python = ">=3.11"
|
||||||
|
Reference in New Issue
Block a user