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
This time with picos. All mice buttons should work, pid/vid and string descriptors will auto-update to match the mouse. Polling rates run up to 1khz. Open issues to report bugs or request features
This project demonstrates how to communicate with a 2.4" TFT LCD using the ILI9341 controller via SPI interface on the STM32F407 microcontroller. It's built for learning purposes, focusing on how SPI communication works and how to interface with graphical displays at a low level.
Run LVGL on a Raspberry Pi Pico (RP2040 or RP2040-compatible) to drive a HUB75 RGB LED matrix panel using the optimised DMA-based hub75 driver (see hub75 repository)
Uses NUCLEO-F446re interfaces with the ADXL345 accelerometer and the streamlines data using DMA. I also use freeRTOS for basic task scheduling of a blinking LED and UART to display the ADXL345 data via serial terminal.