Copy Code display = Seg7x4(i2c, address=0x71) If you intend to chain multiple displays together, you will need to alter the address of subsequent boards bybridging the address pins in various combinations. If yo
I believe that, like me, other RTClib users get clock inaccuracy with the DS3231. Arduino Forum contributor@gfvalvohelped me to implement its adjustment after a simple addition to RTClib.h. So directly below the section // /*! @briefRTC based on the DS3231 chip connected via I2C and th...
This repository has been archived by the owner on Dec 16, 2018. It is now read-only. adafruit/micropython-adafruit-ssd1306Public archive Notifications Fork57 Star99 Code Issues Pull requests Actions Projects Security Insights Additional navigation options...
Adafruit_I2C - Remove readU16Rev and readS16Rev Adafruit_I2C - Updated readU16/readS16 for correct 16-bit reads 0.0.17 Fix SPI memory leaks Clean up of PWM code (bit-hacker, jwcooper) Remove UART debug statements 0.0.16 Add polarity as optional fourth parameter to PWM.start(). Valid va...
# between I2C and SPI implementations (I2C needs an extra byte). self.poweron() self.init_display() def init_display(self): for cmd in ( SET_DISP | 0x00, # off # address setting SET_MEM_ADDR, 0x00, # horizontal # resolution and layout SET_DISP_START_LINE | 0x00, ...