James Hughes
James Hughes
Reference this issue reported on the forum. https://www.raspberrypi.org/forums/viewtopic.php?f=28&t=247800 Appears that setting resolution on HDMI:1 is affecting HDMI:0
This PR does a number of things: 1. Renames the oled_i2c example to ssd1306_i2c to match other example folder names that use the device name 2. Merge code from another...
No fritzing parts available for the device so no diagrams
If I have the following or similar, where the #ifndef is not terminated: ``` [source,c] ---- #ifndef HARDWARE_REGS_DEFINED #define HARDWARE_REGS_DEFINED ---- ``` Syntax highlighting in the rest of the file...
After much code shuffling, I now need to go over the code with my Doxygen hat on. In addition, there is a known comment issue in rapvid/yuv around the get_sensor_defaults...
Simply fixes three compiler warnings generated by gcc (4.6).
Requires firmware changes but will detect at run time if the firmware supports the HW cursor and enabled/disable as necessary. The required firmware has been in the wild for some...
https://github.com/ARM-software/CMSIS_6/blob/3a011aac12eef1d778f05aba3a9d07d1ca5d2004/CMSIS/Core/Include/core_cm33.h#L2995 https://github.com/ARM-software/CMSIS_6/blob/3a011aac12eef1d778f05aba3a9d07d1ca5d2004/CMSIS/Core/Include/core_cm33.h#L3022