Commit graph

  • 44b35472ed changed to adafruit look-up tables Brian Y 2019-12-15 23:42:31 -05:00
  • 048b9ccd7c Update epd2in7.py Brian Y 2019-12-15 23:09:10 -05:00
  • ffcc222136 Update epd2in7.py Brian Y 2019-12-15 23:07:38 -05:00
  • fb35d846dd Revert "removed DATA TRANSMISSION 1" Brian Y 2019-12-15 21:57:42 -05:00
  • cfde106b75 removed DATA TRANSMISSION 1 Brian Y 2019-12-15 21:55:17 -05:00
  • 0ccee61931 added POWER_OFF command to sleep function Brian Y 2019-12-15 19:51:07 -05:00
  • 56db0d4e19 removed set_lut from clear Brian Y 2019-12-15 19:23:42 -05:00
  • fc555dd5c0 use original look-up tables Brian Y 2019-12-15 18:20:20 -05:00
  • d0c413b0fe changed set_lut to use list of tuples instead of dictionary Brian Y 2019-12-15 18:17:22 -05:00
  • e3bdb4fe5c reduced ReadBusy delay Brian Y 2019-12-15 18:13:23 -05:00
  • b57191ed1b quick lut Brian Y 2019-12-15 17:54:21 -05:00
  • 900355f1e2 reverted to original look-up table data Brian Y 2019-12-15 17:51:43 -05:00
  • a96c6f7def use writebytes2 Brian Y 2019-12-15 17:49:08 -05:00
  • 25f11d3aed added wrapper for spi_writebytes2 Brian Y 2019-12-15 17:34:14 -05:00
  • 6c23879c9b write byte as list Brian Y 2019-12-15 16:35:28 -05:00
  • 620360fd7e extract bytes from data Brian Y 2019-12-15 16:34:12 -05:00
  • d21813443b fixed usage of wrong function Brian Y 2019-12-15 16:31:03 -05:00
  • 1ab7b8cf2d corrected usage of wrong module Brian Y 2019-12-15 16:30:35 -05:00
  • 997a1ccfef added missing comma Brian Y 2019-12-15 16:29:26 -05:00
  • 96e61363e9 created send_command_and_data function Brian Y 2019-12-15 16:28:58 -05:00
  • 4304c79472 refactored set_lut Brian Y 2019-12-15 16:01:07 -05:00
  • 60c50c5627 modified look-up tables Brian Y 2019-12-15 13:31:55 -05:00
  • 7f94152dc3 changed PLL clock frequency Brian Y 2019-12-14 23:10:36 -05:00
  • c0ab4936dd changed panel setting resolution Brian Y 2019-12-14 21:20:27 -05:00
  • 43b2e73539 changed panel setting display resolution Brian Y 2019-12-14 21:18:27 -05:00
  • f114b978c3 Update epd2in7.py Brian Y 2019-12-14 21:04:02 -05:00
  • 5114ec4c37 combined individual commands into single line Brian Y 2019-12-14 21:03:23 -05:00
  • 61668176d6 changed booster BT_PHA and PHB to 10ms, strength 0, 0.27uS Brian Y 2019-12-14 20:09:36 -05:00
  • fdcf44bb86 Update epd2in7.py Brian Y 2019-12-14 18:04:55 -05:00
  • aae0c1e1b3 lowered VDH and VDL voltage settings to lowest values Brian Y 2019-12-14 18:01:25 -05:00
  • 140c8f1fd8 lowered power setting for black and white pixels Brian Y 2019-12-14 17:58:55 -05:00
  • 1061a0ef56 removed second delay from reset Brian Y 2019-12-14 17:24:15 -05:00
  • b1cdbd720c Update epd2in7.py Brian Y 2019-12-14 17:02:55 -05:00
  • fa00a82c0d example uses japanese; modified look up tables Brian Y 2019-12-14 16:51:31 -05:00
  • 202800dad6 changed example to use japanese font Brian Y 2019-12-14 16:38:01 -05:00
  • d72b527088 Update epd2in7.py Brian Y 2019-12-14 16:33:07 -05:00
  • 3931a2e28c Update epd2in7.py Brian Y 2019-12-14 16:30:24 -05:00
  • 00c776fc3b Update epd2in7.py Brian Y 2019-12-14 16:26:47 -05:00
  • 4aaa0ebc79 truncated look up tables Brian Y 2019-12-14 16:23:23 -05:00
  • ace0d01239 increased SPI max_speed_hz to 18000000 Brian Y 2019-12-14 13:30:42 -05:00
  • b88de95121 changed RST_PIN to pin 10 Brian Y 2019-12-13 22:02:34 -05:00
  • 06e28d3c1c changed RST_PIN to 13 Brian Y 2019-12-13 21:47:02 -05:00
  • 438900da1b changed RST_PIN definition to Board 12 Brian Y 2019-12-13 21:41:30 -05:00
  • 327951bc4a removed module exit from sleep function Brian Y 2019-12-12 22:48:02 -05:00
  • c97edeb9bd Revert "removed sleep from example test" Brian Y 2019-12-12 22:46:42 -05:00
  • 4dd4fb4ac9 removed sleep from example test Brian Y 2019-12-12 22:43:14 -05:00
  • cf1fcf7bb7 Update epd2in7.py Brian Y 2019-12-12 22:38:43 -05:00
  • 576cc16a16 Revert "added delays to clear" Brian Y 2019-12-12 22:29:00 -05:00
  • c7709d94df Update epd2in7.py Brian Y 2019-12-12 22:21:00 -05:00
  • e648edaf6e changed sleep commands Brian Y 2019-12-12 22:12:40 -05:00
  • 931d8011da Update epd2in7.py Brian Y 2019-12-12 19:07:45 -05:00
  • 53daf71531 swapped 0x25 command with LUT_WHITE_TO_WHITE Brian Y 2019-12-11 22:05:00 -05:00
  • 01a50b1615 added missing self to gray_luts Brian Y 2019-12-11 21:59:29 -05:00
  • 275203940f Update epd2in7.py Brian Y 2019-12-11 21:54:25 -05:00
  • 4d1ad75a94 added delay after sleep command Brian Y 2019-12-11 00:04:46 -05:00
  • 14d2c79a88 modified sleep hex Brian Y 2019-12-10 23:57:04 -05:00
  • 0b35a0cce1 Revert "added delay after sleep" Brian Y 2019-12-10 22:52:24 -05:00
  • a9a2edf8c2 Revert "corrected typo" Brian Y 2019-12-10 22:52:21 -05:00
  • 8a0eca2449 corrected typo Brian Y 2019-12-10 22:48:35 -05:00
  • b044e93764 added delay after sleep Brian Y 2019-12-10 22:45:06 -05:00
  • 4cfb3d8576 reverted example sleep times Brian Y 2019-12-10 22:41:22 -05:00
  • 46a789db21 changed set_lut to python for loop Brian Y 2019-12-10 22:37:50 -05:00
  • 165fe442bd corrected erroneous send_command to send_data Brian Y 2019-12-10 22:28:38 -05:00
  • 7cbe26943b changed lut_ww to python for loop Brian Y 2019-12-10 22:27:09 -05:00
  • 25e037ffe5 Update epd2in7.py Brian Y 2019-12-10 21:17:37 -05:00
  • 3981c09ff0 Update epd2in7.py Brian Y 2019-12-10 21:14:24 -05:00
  • 578408d46e added commands as global variables Brian Y 2019-12-10 20:18:58 -05:00
  • d8f5f4bc11 reduced delays between each display Brian Y 2019-12-10 19:52:33 -05:00
  • 06525ab320 added delays to clear Brian Y 2019-12-10 19:47:52 -05:00
  • 18cd0b0e53 added delay between power off and deep sleep commands Brian Y 2019-12-10 19:41:50 -05:00
  • b13fe9de18 Update epd2in7.py Brian Y 2019-12-10 19:29:28 -05:00
  • 272e467da0 fix 5.83bc imagesize hnwangkg-ezio 2019-12-10 17:27:46 +08:00
  • 8b7a410976 changed dc pin definition Brian Y 2019-12-09 23:33:13 -05:00
  • 20a2991a1d Revert "truncated lut_ww" Brian Y 2019-12-09 23:06:05 -05:00
  • 554c7f78eb Revert "truncated lut_bw" Brian Y 2019-12-09 23:06:02 -05:00
  • 88866feee4 Revert "truncated lut_bb" Brian Y 2019-12-09 23:05:58 -05:00
  • b077693960 Revert "truncated lut_wb" Brian Y 2019-12-09 23:05:51 -05:00
  • 33596d8d00 Revert "doubled screen changes for lut_bw and lut_wb" Brian Y 2019-12-09 23:05:45 -05:00
  • 21b49e7f18 doubled screen changes for lut_bw and lut_wb Brian Y 2019-12-09 23:03:40 -05:00
  • 2b652fcd01 truncated lut_wb Brian Y 2019-12-09 22:59:57 -05:00
  • 4462121908 truncated lut_bb Brian Y 2019-12-09 22:58:15 -05:00
  • a81dd1de5b reduced readbusy delay Brian Y 2019-12-09 22:57:11 -05:00
  • 7760c42767 truncated lut_bw Brian Y 2019-12-09 22:56:31 -05:00
  • 89879f1a3c truncated lut_ww Brian Y 2019-12-09 22:48:42 -05:00
  • 47e5cf8b09 Revert "partial pin changes" Brian Y 2019-12-09 22:40:24 -05:00
  • 27c6c92895 partial pin changes Brian Y 2019-12-09 22:26:01 -05:00
  • 5b471bebd4 Update epdconfig.py Brian Y 2019-12-09 21:27:40 -05:00
  • 9031aaf342 changed pin defintions to known working set Brian Y 2019-12-09 21:17:46 -05:00
  • a1b21e5b18 changed CS pin definition Brian Y 2019-12-09 21:14:27 -05:00
  • eb95bedc5a changed CS pin definition Brian Y 2019-12-09 21:05:28 -05:00
  • 2dfa7a0ffa changed pin definitions Brian Y 2019-12-09 20:52:16 -05:00
  • 1395815ec1 changed space indentation to tab Brian Y 2019-12-04 23:26:46 -05:00
  • fe92a4336a epdconfig rewrite Brian Y 2019-12-04 23:23:51 -05:00
  • d0433da40e
    Update README.md phuzybuny 2019-12-02 22:59:32 -05:00
  • 8ac141f75a Update epdconfig.py Brian Y 2019-12-02 22:44:48 -05:00
  • a41858d39d Revert "Update epd2in7.py" Brian Y 2019-12-02 22:08:10 -05:00
  • ab67257482 Revert "modified Rock64 SPI max speed" Brian Y 2019-12-02 22:08:03 -05:00
  • 0f41e7d6a5 Revert "Revert "Changed tabs to spaces"" Brian Y 2019-12-02 22:07:54 -05:00
  • 3f1f3cc874 Revert "Changed tabs to spaces" Brian Y 2019-12-02 22:05:34 -05:00
  • f961e9bec0 Update epd2in7.py Brian Y 2019-12-02 22:00:39 -05:00