Merge pull request #7 from Caemor/try_rustfmt
Chris
2018-08-13 08:23:31 +0200
7893862eb6Updated the example for the current status
Christoph Groß
2018-08-08 15:35:25 +0200
cd593c51cbMake the code more readable with a few already introduced adapter functions (e.g. command_with_data)
Christoph Groß
2018-08-08 15:35:08 +0200
7fa1a27f40Shortened TypeDefinitions, made init a private function, added a crate internal extended waveshareinterface, added a combined Connection_interface::data_and_command function, added a wake_up function, added a updated_and_display_partial_frame_function
Christoph Groß
2018-08-08 15:10:51 +0200
99d1d66a3cadd copy and clone traits to color
Christoph Groß
2018-08-08 15:05:15 +0200
956a04d0f1Make Connectioninterface private
Christoph Groß
2018-08-08 15:04:53 +0200
e253b33704renamed terminate command to NOP
Christoph Groß
2018-08-08 15:03:51 +0200
cd98033204first steps to rustfmt althought it sometimes doesn#t exactly looks good
Christoph Groß
2018-08-07 16:00:13 +0200
Merge pull request #6 from Caemor/add_1in54-epd
Chris
2018-08-07 10:26:29 +0200
23be76a848Renamed example to embedded_linux_epd4in2 instead of embedded_linux to make the display which is used in this example more explicit
Christoph Groß
2018-08-07 10:04:23 +0200
7758e37e1a- Made Connectioninterface public in root module, - fixed the example (which needed updated dependencies)
Christoph Groß
2018-08-07 09:19:50 +0200
49bad9c547fixed the wrong reference to the epd2in9 display instead of the 1in54
Christoph Groß
2018-08-07 09:17:45 +0200
835e25d133Used cargo clippy to fix a few bad coding styles
Christoph Groß
2018-08-06 15:23:21 +0200
4870b72336reduced visibility of commands as they normally should only be needed interally
Christoph Groß
2018-08-06 15:10:51 +0200
864626f8fdremoved all now uneccessary stuff from type_a as it's back to the direct display module (epd1in54 and epd2in9)
Christoph Groß
2018-08-06 14:55:02 +0200
5c8972ec46small epd removel update
Christoph Groß
2018-08-06 14:54:20 +0200
121a61b72dremoved the unused epd stuff
Christoph Groß
2018-08-06 14:52:42 +0200
a08b285cf7removed display trait
Christoph Groß
2018-08-06 14:52:23 +0200
e439153862Epds isn't really needed
Christoph Groß
2018-08-06 14:51:50 +0200
6ca5d58919still a feature gate update
Christoph Groß
2018-08-06 14:51:31 +0200
bd4efa4f6badded feature gates for the different displays
Christoph Groß
2018-08-06 14:51:18 +0200
94c30dd1ebupdated travis to test all features
Christoph Groß
2018-08-06 14:50:26 +0200
5dbf873631Moved type_a LUTs to type_a mod.rs , updated dependencies accordingly
Christoph Groß
2018-08-06 13:54:23 +0200
6422142133Not all Type A screens are completly the same to the change to bring it all together was reverted.
Christoph Groß
2018-08-06 13:34:33 +0200
230fb947cbAdded a general display description struct (epds::epd)
Christoph Groß
2018-08-06 10:03:35 +0200
38f446304bremoved duplicate spi_mode and improved naming of spi_error type
Christoph Groß
2018-08-06 09:45:43 +0200
d87d5b1936Merge branch 'master' of github.com:Caemor/eink-waveshare-rs into add_1in54-epd
Christoph Groß
2018-08-03 14:24:27 +0200
c4ba7ffb21Added a new Display Trait, but that is still in work and renamed a few other traitnames to make them more clear
Christoph Groß
2018-08-03 14:23:09 +0200
36aa5118fcadded a new file to contain the information about the various displays
Christoph Groß
2018-08-03 14:22:18 +0200
bbb79560f6moved duplicate type a constants, commands and configs to a new, more generalised type_a module, not completly finished yet
Christoph Groß
2018-08-03 14:21:32 +0200
9791e1b727Renaming of a few Traits and changing the ConnectionInterface::new() variables
Christoph Groß
2018-08-03 14:19:08 +0200
e417e03ca8Added a note with the two possible display "configs" to the readme
Christoph Groß
2018-08-03 14:17:37 +0200