FYI: If anyone is using an SSD1306 display with the i2c_hardware library, you may need to set the i2c_level to false. This was tripping me up. I have a 128x32 display connected to a 12F1840 running a real time clock program and it kept locking up within a few minutes. The problem was resolved with this line:
const bit _i2c_level = false I was using "true" based on the comment in the library. If "false" is a more tolerant level perhaps the library comment could indicate that? Regards, Mike On Saturday, July 18, 2020 at 10:43:30 AM UTC-4, RobJ wrote: > > Hi all, > > I created a library for the graphic display module using the SSD1306 > display controller. > > For more info (with video) see: http://justanotherlanguage.org/node/321 > > The library will be available in the next bee package. > > Kind regards, > > Rob > -- You received this message because you are subscribed to the Google Groups "jallib" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jallib/35981006-63b1-45a0-ae30-82c07c1a3137o%40googlegroups.com.
