Michael Yang
Michael Yang
Thanks, I'm trying it. ```rust let line = chip.get_line(8).unwrap(); //CE0 let handle = line.request(LineRequestFlags::OUTPUT, 1, "test").unwrap(); let cs = CdevPin::new(handle).unwrap(); ``` Error(Msg("linehandle request ioctl failed"), State { next_error: Some(Sys(EBUSY)), backtrace:...
It works, thanks.
Maybe add something like [NoOutputPin](https://docs.rs/sh1106/0.3.1/sh1106/builder/struct.NoOutputPin.html)?
Just found that there are no modules for gpiof/gpiog.
Any progress?
It is not appropriate to perform the installation during the build step.
一样的问题,重启服务可能会暂时解决
希望增加定时重试或全部重试功能,目前这个单次重试基本没用。
This works fine, thanks.
Draw a vector map to svg, and then use vl-convert-pdf to output it to pdf. Some elements in the map, such as titles and legends, need to be overlaid on...