pullenrc

Results 11 comments of pullenrc

Hello! hopefully I can get some assistance, particularly with compiling opencv on the EZ WFB 1.6 image. I keep getting the error when compiling: `/root/opencv-3.3.1/modules/python/src2/cv2.cpp:1674:1: fatal error: error writing to...

Thank you for the reply @tbeauchant! I have compiled opencv many times on Raspbian, however, always with a GUI, and always from the /home instead of /root. Would compiling it...

I was successfully able to install opencv 3.3.1 by increasing the size of /tmp `mount -o remount,size=5G /tmp/` /tmp was previously 8M, which I guess is not big enough. During...

Hello again, @careyer I am trying to send an opencv stream to the ground pi, I am trying to do all of my processing on the air side. I have...

@knox1138 For testing you can get the current active layer by calling self._state.active_layers[0] after the while loop starts in Keyboard.Go()

I'm gonna get on that merged state business tonight, looks interesting. No drugs, but heavy, liberal use of scotch doesn't hurt. I have started some oled integration, with mode badges...

I had to create some place holders, and some new classes for the oleds. The mode information for the master branch is accessible in the class InternalState, via a call...

My bad, the line number is 201 from the master branch, and 319 in my fork. Also, I assumed your comments were based on the master branch, as that was...

I hear ya, I am self taught as well, and by no means a pro. Just been banging my face on the keyboard longer.

It's not in the gui state yet, but I did start on a translator for the qmk configurator json output, which prints a kmk keymap. https://github.com/pullenrc/kmk_firmware/tree/master/qmk_parser