Commit graph

  • dfa8717cb7
    Update README.md master Limor "Ladyada" Fried 2019-09-27 14:35:37 -0400
  • 9176d2452c
    Merge pull request #28 from abhinuvpitale/patch-1 Limor "Ladyada" Fried 2019-06-23 15:43:50 -0400
  • 65d9d64273 add command to blank display Timothy Fenney 2019-03-28 19:08:56 -0400
  • f9fee97363 Merge branch 'master' of https://github.com/anescient/Adafruit_Python_SSD1306 Timothy Fenney 2019-03-20 16:31:56 -0400
  • 01fceace6b add Dockerfile Timothy Fenney 2019-03-20 14:37:12 -0400
  • 12ae5ec3cf add requirements.txt Timothy Fenney 2019-03-20 14:19:47 -0400
  • eab5947a99
    Update SSD1306.py Abhinuv Nitin Pitale 2018-09-18 16:22:37 -0700
  • 7befc237fa add 96x16 test image anescient 2018-09-18 17:04:23 -0500
  • 334bb067b6 load display using vertical addressing and Image.tobytes anescient 2018-09-18 14:15:56 -0500
  • e6c8433dee fix encoding issue of stats.py Henry Zhang 2018-06-22 21:06:28 +0800
  • 8819e2d203 bump version to 1.6.2 v1.6.2 Brennen Bearnes 2018-05-30 14:54:07 -0600
  • 4a54871899 add long description from README.md update_ez_install Brennen Bearnes 2018-05-30 13:11:48 -0600
  • 857703afab update install instrux to mention pip Brennen Bearnes 2018-05-23 11:09:54 -0600
  • 5c542dbbab
    Massive speedup on I2C display updates Daniel Von Fange 2018-05-19 10:11:26 -0400
  • de976ac3b6 remove deprecated ez_setup.py, instruct users to install setuptools Brennen Bearnes 2018-05-17 10:26:53 -0600
  • f28a5022d0 update ez_setup.py to latest/last (?) release Brennen Bearnes 2018-05-16 13:52:14 -0600
  • c139c26a0c Work on rounding Henryk Plötz 2018-05-08 14:15:40 +0200
  • f2a0460e1e Only send partial buffer Henryk Plötz 2018-05-08 13:51:18 +0200
  • 09d1bbad84 Keep track of a bounding box in self._bb and only update those pages on display() Henryk Plötz 2018-05-08 13:28:08 +0200
  • f398b85cfe Added example which displays a clock. Daniel Mikusa 2018-02-19 14:33:57 -0500
  • 14314d7407 Added support for 128x64 display Jeff Kubascik 2017-12-24 09:57:36 -0800
  • ee9ebeabe9 Added support for the 2.3" 128x32 OLED display, which uses the SSD1305 Jeff Kubascik 2017-12-18 16:09:37 -0800
  • b7eccd1c7a Merge branch 'master' of https://github.com/adafruit/Adafruit_Python_SSD1306 jmzjmzjmz 2017-06-07 17:25:35 -0400
  • 6b157eace0 added cat image to demo :) jmzjmzjmz 2017-06-07 17:25:27 -0400
  • cd6b6df8be Update stats.py Limor "Ladyada" Fried 2017-06-01 23:38:44 -0400
  • 45074876ee Merge pull request #13 from sylvandb/sdb-no-reset-2016 Limor "Ladyada" Fried 2017-06-01 23:22:37 -0400
  • 92317c049c added stat monitoring demo jmzjmzjmz 2017-04-17 15:08:23 -0400
  • 39344b1531 added buttons.py to examples jmzjmzjmz 2017-04-10 16:32:19 -0400
  • 902e762c30 Fix python 3 pip install issue with ez_setup relative import. Tony DiCola 2016-10-19 22:08:52 +0000
  • 42e45c8d0d Make it optional to use the RST pin Sylvan Butler 2016-08-02 21:52:18 -0600
  • 925ca30e58 Add GitHub pull request template Tony DiCola 2016-05-27 13:23:54 -0700
  • 990dd7b8a4 Add GitHub issue template Tony DiCola 2016-05-27 13:21:27 -0700
  • 1f11579c72 Add GitHub issue template Tony DiCola 2016-05-27 12:45:36 -0700
  • cf0b00d7c3 Python 3 support tweaks, support for pillow library. Tony DiCola 2016-04-14 23:02:27 +0000
  • 8a2b57e01a Merge d8dd762451 into 46228668bd Pat Thoyts 2015-12-05 01:07:52 +0000
  • d8dd762451 Support python3 and while maintaining support for python 2.6+ Pat Thoyts 2015-12-04 23:45:40 +0000
  • 46228668bd Clarify font location in comments. Tony DiCola 2015-05-15 10:23:03 -0700
  • 0ae6f5a496 Clarify font location in comments. Tony DiCola 2015-05-15 10:22:26 -0700
  • 65aa03fcd0 Fix bug with last commit where 96x16 class didn't follow more recent I2C changes. Tony DiCola 2014-12-16 19:47:29 +0000
  • a6dcf2f0b4 Merge pull request #3 from larsbo/master Tony DiCola 2014-12-14 22:13:48 -0800
  • de0b4f17ab Update library to support FT232H I2C and SPI devices. Tony DiCola 2014-11-20 21:19:12 -0800
  • 7bfe6808a1 added support for 96x16 (8.4") OLED display larsbo 2014-09-24 20:51:53 +0200
  • 39b54b23ef Fix bug missing the addition of i2c_address to subclasses. Tony DiCola 2014-07-26 15:28:18 -0700
  • a2823590f2 Add optional i2c_address parameter to init function for overriding the address of the SSD1306 display. Tony DiCola 2014-07-26 15:08:00 -0700
  • 8f8eb33cb2 Merge branch 'master' of https://github.com/adafruit/Adafruit_Python_SSD1306 Tony DiCola 2014-06-25 09:57:50 -0700
  • e7006bd712 Bump Adafruit_GPIO dependency up to v0.3.0 to get SPI mode fix. Tony DiCola 2014-06-25 09:57:32 -0700
  • 0466cf7d03 Add example of i2c bus config and software SPI. Tony DiCola 2014-06-24 13:04:47 -0700
  • cb6c0a419d Update README.md Tony DiCola 2014-06-23 21:33:22 -0700
  • 2c58f1935b Initial commit. Tony DiCola 2014-06-23 21:30:50 -0700
  • 1651f9eb75 Initial commit Tony DiCola 2014-06-23 21:15:05 -0700