WarmCat

Results 5 comments of WarmCat

> I haven't gotten around to doing this, but I ended up figuring out I still had another device connecting to the serial at the same time the updates were...

Ah I've made progress, changed the following lines, replacing 8 with 12: `int numc = this->displays_.size() * 12;` `for (auto *display : this->displays_) { display->write_bytes(DISPLAY_COMMAND_SET_DDRAM_ADDR, this->buffer_ + offset, 12); offset...

in your library repo documentation, the following is stated: Inside a [drawio](https://github.com/jgraph/drawio) project, go to File -> Open library from -> Device and select the created file. However, draw.io does...

Thank you very much Álvaro, and keep up the good work.

Partially resolved by changing version of py-xgboost to 1.5 in environment.yml However there are now issues with tensorflow, most likely due to the fact I'm running on an ARM processor...