You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Display seems to not be writable to with any data. Have yet to try with out the use of terminal or buffered modes. Those modes seem to cause the device to do very strange things. Sometimes causing a lot of repeated data to be blasted out the serial port.
Test case (if applicable)
[package]
name = "bikelo"version = "0.1.0"authors = ["avlec"]
edition = "2021"license = "MIT OR Apache-2.0"
[[bin]]
name = "bikelo"test = falsebench = false
[dependencies]
ufmt = "0.1.0"nb = "0.1.2"embedded-hal = "0.2.3"ssd1306="0.8.0"embedded-graphics="0.8.0"
[dependencies.arduino-hal]
git = "https://github.com/rahix/avr-hal"rev = "7dfa6d322b9df98b2d98afe0e14a97afe0187ac1"features = ["arduino-uno"]
# Configure the build for minimal size - AVRs have very little program memory
[profile.dev]
codegen-units = 1panic = "abort"lto = trueopt-level = "s"
[profile.release]
panic = "abort"codegen-units = 1debug = truelto = trueopt-level = "s"
ssd1306
in use (if applicable): 0.8.0Description of the problem/feature request/other
Display seems to not be writable to with any data. Have yet to try with out the use of terminal or buffered modes. Those modes seem to cause the device to do very strange things. Sometimes causing a lot of repeated data to be blasted out the serial port.
Test case (if applicable)
The text was updated successfully, but these errors were encountered: