This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ 8.430] | |
X.Org X Server 1.20.8 | |
X Protocol Version 11, Revision 0 | |
[ 8.430] Build Operating System: Linux Manjaro Linux | |
[ 8.430] Current Operating System: Linux thread 5.8.0-2-MANJARO #1 SMP PREEMPT Sat Aug 8 17:55:27 UTC 2020 x86_64 | |
[ 8.430] Kernel command line: BOOT_IMAGE=/@/boot/vmlinuz-5.8-x86_64 root=UUID=b2cd43b2-8e91-4995-89ab-9ccec9813b74 rw rootflags=subvol=@ quiet apparmor=1 security=apparmor udev.log_priority=3 radeon.cik_support=0 radeon.si_support=0 amdgpu.cik_support=1 amdgpu.si_support=1 amdgpu.dc=1 | |
[ 8.430] Build Date: 01 August 2020 07:25:56AM | |
[ 8.430] | |
[ 8.430] Current version of pixman: 0.40.0 | |
[ 8.430] Before reporting problems, check http://wiki.x.org |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"lastUpload":"2020-03-06T16:20:20.661Z","extensionVersion":"v3.4.3"} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//Almost entirelly lifted directly from https://github.com/igrr/esp32-cam-demo | |
//Just clocked a little differently and has chained buffers. | |
//This totes works with the I2S bus on the ESP32 for READING 16 wires simultaneously. | |
//Can be clocked off of I2S's internal controller or an external clock. | |
#define I2S_D0 4 | |
#define I2S_D1 5 | |
#define I2S_D2 18 | |
#define I2S_D3 19 | |
#define I2S_D4 36 |