You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When trying to install on a recent Raspberry Pi distribution (as of 1 Jan 2024), I encountered some issues
The menubar has no "hide" option.
The titlebar of LMN-3 is not getting hidden even with the config option.
Both these issues can be solved by using raspi-config and asking to switch to X11 instead of using Wayland.
If you want to configure the auto-hide option without using a mouse, you may copy /etc/xdg/lxpanel/LXDE-pi/panels/panel to .config/lxpanel/LXDE-pi/panels/panel and edit the "autohide" to set it to 1
The "rotate=90 did rotate the image during the boot... but not under the graphic mode.
You need to go to the "Screen Configuration" then Layout>Screen>DPI-0>Orientation>Right
Joystick don't generate any events
The code seems correct, need to check if the joystick is correctly connected on the PCB.
No way to shutdown properly
A firmware modification should allow to use the Teensy as both Midi and Keyboard (needs changes to the teensy4 system includes) and use a key combination to send ctrl+alt+delete as keyboard keypresses. A good candidate could be Lemon + joystick button. (Looking into it)
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
When trying to install on a recent Raspberry Pi distribution (as of 1 Jan 2024), I encountered some issues
Both these issues can be solved by using raspi-config and asking to switch to X11 instead of using Wayland.
If you want to configure the auto-hide option without using a mouse, you may copy /etc/xdg/lxpanel/LXDE-pi/panels/panel to .config/lxpanel/LXDE-pi/panels/panel and edit the "autohide" to set it to 1
The "rotate=90 did rotate the image during the boot... but not under the graphic mode.
You need to go to the "Screen Configuration" then Layout>Screen>DPI-0>Orientation>Right
Joystick don't generate any events
The code seems correct, need to check if the joystick is correctly connected on the PCB.
No way to shutdown properly
A firmware modification should allow to use the Teensy as both Midi and Keyboard (needs changes to the teensy4 system includes) and use a key combination to send ctrl+alt+delete as keyboard keypresses. A good candidate could be Lemon + joystick button. (Looking into it)
Beta Was this translation helpful? Give feedback.
All reactions