I hereby claim:
- I am sdalu on github.
- I am sdalu (https://keybase.io/sdalu) on keybase.
- I have a public key ASCv2aE75UWWctjCVsNcZdK13bVikHTCHp7x27fqRzP3Ago
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
For the LCD/Joystick HAT: https://www.waveshare.com/1.44inch-lcd-hat.htm
PIN Mapping:
Symbol | Raspberry Pi PIN (BCM) | Description |
---|---|---|
KEY1 | P21 | Button 1/GPIO |
KEY2 | P20 | Button 2/GPIO |
KEY3 | P16 | Button 3/GPIO |
Joystick Up | P6 | Joystick Up |
/* | |
ChibiOS - Copyright (C) 2006..2015 Giovanni Di Sirio | |
Licensed under the Apache License, Version 2.0 (the "License"); | |
you may not use this file except in compliance with the License. | |
You may obtain a copy of the License at | |
http://www.apache.org/licenses/LICENSE-2.0 | |
Unless required by applicable law or agreed to in writing, software |
/* | |
ChibiOS - Copyright (C) 2006..2015 Giovanni Di Sirio | |
Licensed under the Apache License, Version 2.0 (the "License"); | |
you may not use this file except in compliance with the License. | |
You may obtain a copy of the License at | |
http://www.apache.org/licenses/LICENSE-2.0 | |
Unless required by applicable law or agreed to in writing, software |
<?xml version="1.0" encoding="UTF-8"?> <!-- -*- XML -*- --> | |
<!DOCTYPE pkconfig PUBLIC "-//freedesktop//DTD PolicyKit Configuration 1.0//EN" | |
"http://hal.freedesktop.org/releases/PolicyKit/1.0/config.dtd"> | |
<!-- See the manual page PolicyKit.conf(5) for file format --> | |
<config version="0.1"> | |
<match user="root"> | |
<return result="yes"/> |