Do you work for a fellow named Dave, by any chance....?
One slight problem
I recently had a problem using an SSD1306 on a PIC16F18313. The display would not show text until I reset the MCU by pulling the MCLR line low. Looks like it's a charge pump delay problem. Something to do with the SSD1306_SETPRECHARGE handling. The only solution I've found so far is to call InitGLCD_SSD1306 explicitly at the start of my code - i.e. essentially calling it twice. I suspect you are not allowing enough of a precharge delay. Incidentally, I note that it seems to be impossible to use PSet...
Hi guys. I am prepared to help out with the Linux side of things, such as the installation scripts. However, I must strongly suggest moving from a .sh script to something less sucky. Scripting in Bash is like pulling teeth. All modern Linux installations have several scripting languages available to them right out of the box. Why do things the hard way? Ruby would be my first choice; however I would also be prepared to consider Python, Lisp or Perl. I have extensive experience in both Ruby and L...
Well, I'm not sure what's changed, but now it doesn't work at all, even on the 32-bit...
Incidentally: # LD_ASSUME_KERNEL=2.2.5 statifier ./linux-setup ./linux-setup-static...
Well, I'm not sure what's changed, but now it doesn't work at all, even on the 32-bit...
When I run statifier on a 32-bit executable it produces an executable that will run...