Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Ben Rose

Pages: 1 ... 25 26 27
391
Missed this Mike. The OLED on TinyScreen uses SPI for data and commands, but the chip select and other control lines(along with the buttons) are attached to an I2C GPIO chip. This trades 7 I/O on the main controller for an I2C address, which allows TinyScreen to be compatible with all our other boards.

The Wire library has unnecessary overhead, but we want to cause as few software conflicts as possible- you can definitely change the buffers to be very small, 2 bytes should work without causing issues in the library logic, but I haven't tested that.

392
TinyDuino Processors & TinyShields / Re: TinyScreen.cpp
« on: March 04, 2015, 02:04:45 PM »
Hi Chad and Mike, we now have the library maintained at https://github.com/TinyCircuits/TinyCircuits-TinyScreen_Lib

It is also currently being integrated into codebender's supported libraries, so the included library files in codebender examples will go away and the maintained codebender library will be referenced instead.

There have been a few bug fixes done, but I'd like to figure out that setBrightness() issue. I haven't been able to reproduce the issue, so please post your example project.

Thanks,
Ben

Pages: 1 ... 25 26 27
SMF spam blocked by CleanTalk