gjvanderheiden

Results 11 comments of gjvanderheiden

I have a 14,3. Check this [this link](https://gist.github.com/rob-hills/9134b7352ee7471c4d4f4fbd6454c4b9) Just the section on the file you have to put in usr/lib/firmware/brcm/brcmfmac43602-pcie.txt I changed the mac adres to my card's mac adres...

I used the [macbook12-spi-driver-dkms](https://aur.archlinux.org/packages/macbook12-spi-driver-dkms) from the AUR. It uses a patch.

> Could this be due to `usbmuxd` binding to the chip? I patched /usr/lib/udev/rules.d/39-usbmuxd.rules according to: https://github.com/libimobiledevice/usbmuxd/issues/138 Instead of using a new script to fix this issue. That works also....

> Are you running with just different usbmuxd rules? yes. I used the file content @KiLLeRRaT posted in https://github.com/libimobiledevice/usbmuxd/issues/138 This patch is supposed to be shipped in a new version...

@stefand that took some effort 💪already

@stefand I have MacBook 14,3 (A1707). In Mac OS System information, under hardware->Controller I see Apple T1 Security-chip. Firmware 14Y910. The AUR patch I use hasn't been updated, checked that...

Just did a new clone (git clone --recursive https://github.com/littlevgl/pc_simulator_sdl_eclipse.git), got this on mac os: clang: error: the clang compiler does not support -pg option on versions of OS X 10.9...

If I try project properties-> C/C++ Build -> Tool Chain Editor -> Current toolchain: MacOSX GCC (instead of Cross GCC) is compiles. CMake seams to work without editing, apart from...

I am! Got it working for version 8 en 9 with examples. Replace the lvgl dir with your fav. version. Generates with Python. https://github.com/gjvanderheiden/lv_binding_cpp This is weeks of work. I...

The only caveat is order of deletion, because the c lib deletes it's child objects. This is all fine, as long as you declare your object in the same order...