Commit Graph

  • e81e6be2d1 waveshare213v2: Allow changing update mode without re-initialization Michael Hanselmann 2021-12-23 21:13:26 +0100
  • 41c01d54b6 waveshare213v2: Unify initialization, separate mode config Michael Hanselmann 2021-12-23 21:06:37 +0100
  • bb13c4c789 waveshare213v2: Keep display contents in shadow buffer Michael Hanselmann 2021-12-23 20:44:23 +0100
  • cbda71a0c8 waveshare213v2: Move initialization to testable functions Michael Hanselmann 2021-12-23 10:10:27 +0100
  • 347b4e237c waveshare213v2: Make busy a PinIn, use WaitForEdge Michael Hanselmann 2021-12-22 22:34:40 +0100
  • 45561a7a3c waveshare213v2: Make busy a PinIn, use WaitForEdge Michael Hanselmann 2021-12-22 22:34:40 +0100
  • 5179e40adf waveshare213v2: Use color for clearing Michael Hanselmann 2021-12-19 08:11:54 +0100
  • ee4a6e4f2e waveshare213v2: Use correct row size for clearing Michael Hanselmann 2021-12-19 07:52:05 +0100
  • e7981104ad waveshare2in13v2: Amend documentation with note on GDEH0213B73 Michael Hanselmann 2021-12-19 07:49:31 +0100
  • e759762a8c waveshare213v2: Use color for clearing Michael Hanselmann 2021-12-19 08:11:54 +0100
  • b590a6ef60 waveshare213v2: Use correct row size for clearing Michael Hanselmann 2021-12-19 07:52:05 +0100
  • 3f04297792 waveshare2in13v2: Amend documentation with note on GDEH0213B73 Michael Hanselmann 2021-12-19 07:49:31 +0100
  • ecc1eed386 waveshare213v2: Add support for partial drawing Michael Hanselmann 2021-12-18 11:15:47 +0100
  • abc5f2f9c2 waveshare213v2: Move code waiting for idle state to error handler Michael Hanselmann 2021-12-13 21:55:30 +0100
  • b25f6410ea waveshare213v2: Move command and data sending code into error handler Michael Hanselmann 2021-12-13 21:52:10 +0100
  • 969dc07218 waveshare213v2: Move error handler to separate file Michael Hanselmann 2021-12-13 21:47:54 +0100
  • 670331bb80 waveshare213v2: Use error handler while clearing Michael Hanselmann 2021-12-13 21:44:19 +0100
  • 749694fcdb waveshare213v2: Separate functions for full and partial mode init Michael Hanselmann 2021-12-13 21:39:50 +0100
  • 49c84dc6bb waveshare213v2: Avoid allocating for every row when drawing Michael Hanselmann 2021-12-14 21:43:12 +0100
  • fae68919b9 waveshare213v2: Add support for partial drawing Michael Hanselmann 2021-12-18 11:15:47 +0100
  • 1ade23a46c waveshare213v2: Move code waiting for idle state to error handler Michael Hanselmann 2021-12-13 21:55:30 +0100
  • f34f11aa5b waveshare213v2: Move command and data sending code into error handler Michael Hanselmann 2021-12-13 21:52:10 +0100
  • fdb05081b1 waveshare213v2: Move error handler to separate file Michael Hanselmann 2021-12-13 21:47:54 +0100
  • c1f05896d4 waveshare213v2: Use error handler while clearing Michael Hanselmann 2021-12-13 21:44:19 +0100
  • 54fdcd8593 waveshare213v2: Separate functions for full and partial mode init Michael Hanselmann 2021-12-13 21:39:50 +0100
  • 980b365d2d waveshare213v2: Avoid allocating for every row when drawing Michael Hanselmann 2021-12-14 21:43:12 +0100
  • 9b7814b7f9 Update dependencies v3.6.13 Marc-Antoine Ruel 2021-12-13 10:35:54 -0500
  • 1a02735f94 go generate: replacement go get with go generate Marc-Antoine Ruel 2021-12-13 10:37:50 -0500
  • 4d03e3f68b github actions: update go get to go install for go1.17 Marc-Antoine Ruel 2021-12-13 10:32:48 -0500
  • 455934ac1d waveshare213v2: Always configure all aspects of RAM area Michael Hanselmann 2021-12-12 17:29:05 +0100
  • 414c28d5c6 waveshare213v2: Avoid using a slice for commands Michael Hanselmann 2021-12-11 21:11:39 +0100
  • c38b40a52a waveshare213v2: Document more values Michael Hanselmann 2021-12-10 23:29:47 +0100
  • bc7ff9baf1 waveshare213v2: Always configure all aspects of RAM area Michael Hanselmann 2021-12-12 17:29:05 +0100
  • 7aaf04a5a6 waveshare213v2: Avoid using a slice for commands Michael Hanselmann 2021-12-11 21:11:39 +0100
  • 7bc3961c2e waveshare213v2: Document more values Michael Hanselmann 2021-12-10 23:29:47 +0100
  • 5b35a3fb05
    waveshare2in13v2: Deduplicate and simplify logic for sending data (#33) hansmi 2021-12-11 00:19:15 +0100
  • 597a2944ef waveshare2in13v2: Deduplicate and simplify logic for sending data Michael Hanselmann 2021-12-08 23:47:05 +0100
  • 37f977f749
    videosink: Add options for JPEG and PNG encoders (#30) hansmi 2021-12-08 22:48:32 +0100
  • 58303fd4d6
    videosink: Add missing comment on Display structure (#31) hansmi 2021-12-08 22:48:13 +0100
  • 21a1056f7d videosink: Add missing comment on Display structure Michael Hanselmann 2021-12-08 21:11:08 +0100
  • e989a2f6ad videosink: Add options for JPEG and PNG encoders Michael Hanselmann 2021-12-08 21:04:48 +0100
  • 42ee8553ed
    Add videosink display driver (#27) hansmi 2021-12-08 15:09:34 +0100
  • 031904a3e5 Add videosink display driver Michael Hanselmann 2021-12-01 20:40:01 +0100
  • 02831f4a67
    Bump Go version in go.mod and for quick tests to 1.14 (#29) hansmi 2021-12-03 19:01:39 +0100
  • 0ac8d15a88 Bump Go version in go.mod and for quick tests to 1.14 Michael Hanselmann 2021-12-01 21:00:18 +0100
  • d09d487465
    Remove dependencies on fogleman/gg and golang/freetype (#28) hansmi 2021-12-03 01:31:53 +0100
  • 531a9955e6 Remove dependencies on fogleman/gg and golang/freetype Michael Hanselmann 2021-12-01 21:10:10 +0100
  • d92a4ed45d
    waveshare2in13v2: Add constants, add missing init to example (#25) hansmi 2021-11-26 22:07:42 +0100
  • 1da707711a waveshare213v2: Add constants for commands Michael Hanselmann 2021-11-25 22:40:17 +0100
  • a0a6b6e8da waveshare213v2: Call Dev.Init in example code Michael Hanselmann 2021-11-25 22:59:10 +0100
  • eb5b35e205 waveshare213v2: Avoid using strconv.Itoa Michael Hanselmann 2021-11-25 22:45:14 +0100
  • 7836991f22
    mfrc522: The default should be not bogus (#24) Bracken 2021-11-11 20:20:38 +0000
  • 3ecf30d050
    The default should be not bogus Bracken Dawson 2021-11-10 19:53:22 +0000
  • 00ed90382f
    mfrc522 - Fix 4-byte tag UIDs (#22) Bracken 2021-10-29 21:30:41 +0100
  • 1de13d528f
    Opt in to incorrect UIDs rather than correct ones Bracken Dawson 2021-10-29 20:53:44 +0100
  • df6f1e5307
    Fix 4-byte tag UIDs Bracken Dawson 2021-10-22 18:20:53 +0100
  • 47f3fec45d go.mod: update dependencies v3.6.12 Marc-Antoine Ruel 2021-10-16 18:30:45 -0400
  • cfbbeedbcb README: update badge Marc-Antoine Ruel 2021-10-16 18:36:38 -0400
  • ecaf62d235 gohci and github actions: improve testing Marc-Antoine Ruel 2021-10-16 18:28:39 -0400
  • b9ac491105 cleanup of pin function names imle 2021-10-11 21:47:48 -0400
  • 7b71c747f2 updates and testing of implementations imle 2021-10-10 22:53:08 -0400
  • 050bc7a20a add i2c implementation imle 2021-10-04 10:25:06 -0400
  • 3b2961221d
    ds18b20: fixed conversion time for DS18S20 + cleanup (#19) Benjamin Böhmke 2021-10-04 16:15:18 +0200
  • 2f7d325043 cleanup and docu fix for ds18b20 Benjamin Böhmke 2021-10-04 15:55:07 +0200
  • a1c8b55557 proper handle DS18S20 conversion time Benjamin Böhmke 2021-10-04 15:53:45 +0200
  • 12356d3840 Working firmata and onewire imle 2021-10-04 02:35:35 -0400
  • ddb2231182
    Support for DS18S20 (#18) Benjamin Böhmke 2021-10-03 21:46:27 +0200
  • cf122b8c14 Support for DS18S20 Benjamin Böhmke 2021-10-02 12:31:09 +0200
  • b5024d6816 github actions: skip unnecessary checks Marc-Antoine Ruel 2021-09-12 11:30:16 -0400
  • 97998e315b github action: update for go1.17 and fix checks for PRs Marc-Antoine Ruel 2021-09-12 09:42:28 -0400
  • 20c235b4ec apa102: make spimode part of the Opts Alex Güthner 2021-08-10 12:44:36 +0200
  • c768f7de3c update go.mod Alex Güthner 2021-07-23 13:46:51 +0200
  • 70f3a511cc APA102: Allow to specify SPI Mode Alex Güthner 2021-07-23 12:12:51 +0200
  • 440ba6e652 Fix ineffassign check Marc-Antoine Ruel 2021-05-29 12:33:37 -0400
  • 0b81efc55a Roll dependencies v3.6.11 Marc-Antoine Ruel 2021-05-29 11:06:01 -0400
  • 287b18d411 Add gohci forward tests Marc-Antoine Ruel 2021-05-28 15:55:54 -0400
  • 823eae07fd staticcheck: enforce Marc-Antoine Ruel 2021-05-25 16:01:41 -0400
  • a27238ec6e enforce no shadowed variable Marc-Antoine Ruel 2021-05-25 15:51:27 -0400
  • 31cac53e0a github: test on cmd in advance Marc-Antoine Ruel 2021-05-25 15:40:09 -0400
  • 9d89bbe62d Update issue and PR github templates Marc-Antoine Ruel 2021-05-24 09:24:48 -0400
  • 764682acfd
    ds248x: add support for DS2482-800 in addition to DS2482-100 (#13) v3.6.10 Audrius Paskevicius 2021-05-12 17:18:15 +0200
  • 790eaf7deb
    Update ds248x.go Audrius Paskevicius 2021-05-12 16:47:28 +0200
  • 41e667c14f
    Update ds248x.go Audrius Paskevicius 2021-05-10 08:42:41 +0200
  • 8249b953cd
    ssd1306: Add SetDisplayStartLine (#14) Ohad Lutzky 2021-05-08 22:45:53 +0100
  • cae0146d89 ssd1306: Add SetDisplayStartLine Ohad Lutzky 2021-05-08 20:39:39 +0100
  • 2fa85baf66
    Update ds18b20.go Audrius Paskevicius 2021-05-06 16:41:04 +0200
  • 1b58cd46c7
    Update ds248x.go Audrius Paskevicius 2021-05-06 16:40:07 +0200
  • bd6e58ae9b
    Update ds248x_test.go Audrius Paskevicius 2021-05-06 09:19:29 +0200
  • 9b036ee3ab
    Update ds248x.go Audrius Paskevicius 2021-05-06 09:02:48 +0200
  • 6a64ebcefc
    Update ds248x.go Audrius Paskevicius 2021-05-04 17:48:55 +0200
  • f16c5a2db9
    Update ds248x.go Audrius Paskevicius 2021-05-04 11:52:02 +0200
  • 191a3933b3
    Update ds248x.go Audrius Paskevicius 2021-05-03 09:37:41 +0200
  • 71cae9a73e
    Update ds18b20.go Audrius Paskevicius 2021-05-03 09:36:45 +0200
  • 38d5f8c380
    Update ds248x.go Audrius Paskevicius 2021-05-01 00:28:06 +0200
  • c9fa9f1ff1
    Update ds248x_test.go Audrius Paskevicius 2021-04-30 23:58:46 +0200
  • 53ce1fe535
    Update ds248x.go Audrius Paskevicius 2021-04-30 23:34:14 +0200
  • 622d9c519b
    Update ds248x_test.go Audrius Paskevicius 2021-04-30 16:57:30 +0200
  • 9a669d83b9
    Update ds248x_test.go Audrius Paskevicius 2021-04-30 16:46:25 +0200
  • 04d137fd94
    Update ds248x.go Audrius Paskevicius 2021-04-30 16:44:23 +0200
  • 844bb8985f
    Update ds18b20.go Audrius Paskevicius 2021-04-30 16:41:48 +0200