Jon Raymond

Results 15 comments of Jon Raymond

I've noticed you have added an addition command line argument of -B0.5 (bit clock at 1500000 hrz) which is too fast to program chips with the stock clock settings. This...

Finally actual Atmel-ICE support! This is wonderful.

This can be be done outside of this library but still along the same lines as your suggestion. Here is an example of how I have done it in the...

You can use this library to display graphics it just takes a little preprocessing to get it to work. **Example 1: Display a 8x8 custom character** 8x8 pixel image ![Pointer](https://user-images.githubusercontent.com/10263751/54692501-1e74f300-4af3-11e9-99fb-5df6f711b8fb.jpg)...

Agreed, graphics such as that are outside of the scope of this wonderful little library. If you need something like that you might check out this [ library](https://github.com/lexus2k/ssd1306) as it...

@IAmOrion Glad you picked up on the byte counter problem. Scrolling the image sideways is pretty simple with this library. Just add another for loop for the "c" variable. (Oh...

The irony that there are 2 typos in this issue complaining about a typo is not lost on me.

The examples compile without issue for me. @johncblacker Please enable the "Show verbose output during: Compilation" in File/Preferences and post your full error.

oled.set2X(); will double the font size. https://github.com/greiman/SSD1306Ascii/blob/master/examples/Wire128x64/Wire128x64.ino shows good usage of this.

@paulskirk53 I'm trying to use a 4809 as a spi slave and ran into the same issue you did. Wondering if you have a running code you would be willing...