André van Schoubroeck
André van Schoubroeck
I have a Raspberry Pi 1 B, the old model wit 256 MB RAM. It runs up to where it jumps to the kernel and then nothing appears in the...
Still getting no response from the kernel. I am wondering about the device tree and cmdline.txt, as I understand this project uses the simple UART rather then the PL11 UART....
From what I've read, there should be support for it on the rpi3. However as the rpi1 used a different kernel it might not be in there. Anyhow, I have...
Is there any update on the possibility to convert PcbLib files?
I would suggest, rather then returning a bool, returning an int containing a status code, so it can differentiate between address nack and data nack.
I have some implementation of this I use with libusb when it returns "not supported" on windows. Then I extract the vid, pid and serialnumber, and match it against the...
It seems this is a problem caused by sdcc. _cinit looks like referring to its C library. `sdcc --use-non-free -mpic16 -p18f2550 --no-crt blink_led.c` builds without the error message, confirming it...
Additional... using my first proposal to fix, everything is too wide, Another proposal would be ``` ucg->arg.len--; ucg->arg.pixel.pos.x++; ``` right before the call into the driver. I might have to...
Open the image with The Gimp and save as C source code. Then loop through the pixel data and write them pixel for pixel. ``` typedef struct { uint8_t r;...
I can't imagine an easier way then for loops.