-
### Version
- [X] I am using the latest version
### Aircraft
KA-50 BS3
### Control
----
### Description
I'm using 3 MAX daisychained (2 custom boards: double MAX and a single MAX,…
-
Hello,
I am trying to create an 8x8 LED Matrix display on Wokwi. As a challenge, I want to create the led matrix from scratch, with 64 individual LEDs. I have already created the LED matrix but I h…
-
**Описание проблемы**
После использования `mtrx.print()` вызов `mtrx.clear()` не сбрасывает позицию печати, а продолжает печатать на последующих позициях до тех пор, пока текст не выходит за предел…
-
Buen dia amigo.
Me gustaria saber si es posible usar un max7219 para el manejo de vumetro led y demas funciones que usan leds feedback, ya que los 74hc595 son mas costosos para implementar varios led…
-
HI Dev,
I have some questions around U8G2_MAX7219_xxxx implementations.
First, I have a question around the constructor line. I was pleased to see that u8g2 supported the MAX7219 and found the l…
-
Hi @Befugter :)
First of all, thank you for this great project. I'm already on my second box, the first one being a gift for someone close to me, and then I had to make another one for myself, well…
-
I am requesting a driver for `MAX7219`.
Add one parameter to max7219_draw_image_8x8.
```
esp_err_t max7219_draw_image_8x8(max7219_t *dev, uint8_t pos, const void *image, bool flag)
```
---
…
-
уже второй раз предпринимаю попытки перенести свой мини проектик на мини платформу ESP32S3 с ESP32 Wroom
и второй раз не могу победить проблему:
Для примера уже все убрал из проекта и осталось тольк…
-
.../logi-hard/hdl/wishbone/peripherals/max7219_wb.vhd
trying to open project: logipi_face.xise
new download of logi-hard & logi-projects
via Google I found this file:
https://github.com/fpga-logi-d…
peepo updated
9 years ago
-
Hi,
I was trying to use this crate with a raspberry pi pico. I used it like that:
```Rust
let mut data_pin = pins.gpio15.into_mode::();
let mut cs_pin = pins.gpio13.into_mode::();
let mut sck_…