Commit Graph

  • 94ac5938b2 fixed bad documentation of the 2in9 epd Christoph Groß 2018-07-26 15:16:28 +0200
  • 7b9f742f2e
    add support checkmark for 2.9 epd Chris 2018-07-24 10:05:53 +0200
  • f76227a861
    Merge pull request #5 from Caemor/better_readme Chris 2018-07-23 15:14:26 +0200
  • 1495309352 Merge branch 'master' of github.com:Caemor/eink-waveshare-rs into better_readme Christoph Groß 2018-07-23 14:55:48 +0200
  • 20a4b9ef84
    Merge pull request #4 from Caemor/fast_update_feature_gated Chris 2018-07-23 14:55:08 +0200
  • da4c767bd7 Merge branch 'master' of github.com:Caemor/eink-waveshare-rs into better_readme Christoph Groß 2018-07-23 14:54:03 +0200
  • 51ef655819 rebase Christoph Groß 2018-07-23 14:44:28 +0200
  • 92c399707c added a comment Christoph Groß 2018-07-23 14:33:55 +0200
  • 0a18416da7
    Merge pull request #3 from Caemor/add_2in9_device Chris 2018-07-23 11:21:25 +0200
  • 9f5d748e07 Forgot to remove a samll test comment line within the last commit Christoph Groß 2018-07-23 10:42:23 +0200
  • 2c7807265c -fixed a doc test error in the interface file even though it's unknown why that was even recognized as a doc test - fixed a few documentation links and warnings Christoph Groß 2018-07-23 10:41:28 +0200
  • 1f2c68d16d Finished 2in9 support, now it needs to be tested Christoph Groß 2018-07-20 13:25:30 +0200
  • 5e03c3c39a Stablised traits and interfaces, converted epd4in2 to it, and started real work on epd2in9 Christoph Groß 2018-07-19 16:46:15 +0200
  • 80e5c0ffb1 improved traits, now it should be ready to convert 4.2" Christoph Groß 2018-07-19 11:08:26 +0200
  • ceee294cda Started some shared traits between the different epds, saving now Christoph Groß 2018-07-18 17:03:11 +0200
  • 4cd9b26a24 Started work on 2in9 waveshare device, but nothing much besides copying has yet happened Christoph Groß 2018-07-17 16:02:14 +0200
  • a47e965b83 further small readme improvements Christoph Groß 2018-07-16 14:03:49 +0200
  • e61792eb2a further improvements Christoph Groß 2018-07-16 13:42:46 +0200
  • 4690dd70a4 further improvments Christoph Groß 2018-07-16 13:40:52 +0200
  • ac3eca7548 Added a few more devices to the overview in the readme Christoph Groß 2018-07-16 13:35:20 +0200
  • 66f70b3244 Hide the Fast Update which possible might lead to Ghosting/Burn-in effects behind a feature gate Christoph Groß 2018-07-16 12:37:39 +0200
  • 10703dab70 Improved and updated Readme Christoph Groß 2018-05-30 15:53:01 +0200
  • 1568cc2890
    Merge pull request #1 from Caemor/graphics_buffer Chris 2018-05-30 15:01:30 +0200
  • 5cfa3e8b1f Added mutable reference to buffer directly in graphics. Christoph Groß 2018-05-30 14:20:19 +0200
  • 450049ef0f Removed function never used warning Christoph Groß 2018-05-29 14:12:14 +0200
  • 98fe6e2f3e Updated Example to the version of the lib Christoph Groß 2018-05-29 14:09:50 +0200
  • 4090fb4ead Made draw_char and draw_string ready for tests Christoph Groß 2018-05-29 14:06:36 +0200
  • 7312b92e87 Improved and updated Readme Christoph Groß 2018-05-29 12:01:35 +0200
  • 3fe78b9862 Travis CI image link was still wrong, it's fixed now Christoph Groß 2018-05-29 10:11:05 +0200
  • b3dcef29e3 Fixed broken link to build status Christoph Groß 2018-05-29 09:02:07 +0200
  • 0265d3ba79 Merge branch 'master' of github.com:Caemor/eink-waveshare-rs Christoph Groß 2018-05-29 08:49:13 +0200
  • 71e7ff915d Fixed broken example Christoph Groß 2018-05-29 08:49:05 +0200
  • 3fa576732c Merge branch 'master' of github.com:Caemor/eink-waveshare-rs Chris 2018-05-28 16:57:44 +0200
  • fc877efb60 forgot to save before the last commit Christoph Groß 2018-05-28 16:02:42 +0200
  • e59926e0c7 Improved work on Font Handling, still not finished and also added a few testcases Christoph Groß 2018-05-28 16:02:06 +0200
  • 156eb43eda Added simple test case for command addresses, so no regression should happen. Christoph Groß 2018-05-28 14:48:45 +0200
  • f180815f87 Added seperate 8x8 Char and String Drawing, Improved Color Struct, Further work was done on other Font and String drawing. Added even more test cases for Drawings Christoph Groß 2018-05-28 14:48:22 +0200
  • b022ec1dbb Use Drawing::Color instead of hardcoded values Christoph Groß 2018-05-28 14:46:19 +0200
  • f8f6b05e72 Documented broken char and string drawing Chris 2018-05-28 00:38:35 +0200
  • 81966846ba reversed the wrong change of state Chris 2018-05-28 00:32:31 +0200
  • e56753c677 make draw_string accept string slices instead of char slices Chris 2018-05-28 00:20:10 +0200
  • 869866d997 for further testing purposes, draw_byte is still not stable Chris 2018-05-28 00:18:38 +0200
  • 38a400a83f added fonts and chars, but more improvement is needed there Chris 2018-05-27 22:03:26 +0200
  • a26e8f0a86 Fixed bug from previous commit Chris 2018-05-26 20:12:46 +0200
  • d4abd54b56 added fast partial update to embedded_linux example Chris 2018-05-26 20:11:19 +0200
  • c9578109cf Improved Drawing Documentation, improved example Chris 2018-05-26 19:50:12 +0200
  • 03f2cbc942 decreased the change of a overflow happening in draw_pixel, some more calculations and improvements are needed Chris 2018-05-26 17:38:51 +0200
  • 2272ef80ee improved embedded_linux example Chris 2018-05-26 17:28:58 +0200
  • 89259d3c78 maybe the full buffer was to much for rpi spi transmission, testing now Chris 2018-05-26 17:20:40 +0200
  • f1d49651e4 embedded_linux example: further improvements to panics Chris 2018-05-26 17:16:23 +0200
  • 7d3c95bf7c fixed error in example Chris 2018-05-26 17:13:22 +0200
  • d30cec2c0e further improved error messages on panic for embedded linux example Chris 2018-05-26 17:04:48 +0200
  • 0099d509d8 pin change in the example Chris 2018-05-26 16:47:11 +0200
  • a067e3a662 better error handling, still far from perfect for embedded linux example Chris 2018-05-26 16:36:25 +0200
  • d68703d648 improvements to the drawing part, only needs a few more small additions (filled circle, chars, strings,...) and few small changes to the readme Christoph Groß 2018-05-25 16:26:52 +0200
  • 9d8a326c82 started work on the drawing part Christoph Groß 2018-05-24 16:38:49 +0200
  • 1286afa73f another try at the travis.yml Christoph Groß 2018-05-24 15:08:18 +0200
  • a8f93b81bc did i fix travis now? Christoph Groß 2018-05-24 15:04:27 +0200
  • 6fb99f9dc5 removed f3 example for now Christoph Groß 2018-05-24 14:44:17 +0200
  • 2feff5b9fa added drawing mod to the library, improved readme, fixed travis.yml, made rpi example working with a better pin config, Christoph Groß 2018-05-24 14:43:46 +0200
  • 3fa5a12d24 new travis try Christoph Groß 2018-05-24 13:27:47 +0200
  • d7873661ae added tests for the examples to travis Christoph Groß 2018-05-24 13:18:42 +0200
  • aff8b83ac3 updated version to v0.2 of embedded_hal, but broke f3 example Christoph Groß 2018-05-22 12:02:03 +0200
  • ba5d44a1d7 fixed documentation tests by ignoring them as they are just examples not build for running Chris 2018-05-11 15:28:31 +0200
  • 954c5f862d fixed ci? Chris 2018-05-11 15:11:10 +0200
  • ba674d595d removed deploy from travis and whiteline Christoph Groß 2018-05-11 14:13:46 +0200
  • 2df5eeea89 added ci Christoph Groß 2018-05-11 14:02:55 +0200
  • 3a9420c046 added license question Christoph Groß 2018-05-11 12:16:05 +0200
  • fcbcc82b97 Added examples, small updates to the readme and other small documentation changes Christoph Groß 2018-05-11 11:43:03 +0200
  • d82a3d82f9 making delay public Christoph Groß 2018-05-11 11:36:56 +0200
  • d75a3f3e96 some changes Christoph Groß 2018-05-09 16:50:54 +0200
  • 5797f20345
    Create License.md Chris 2018-05-04 13:25:57 +0200
  • c5ec59dae1
    Initial commit Chris 2018-05-04 12:45:49 +0200