Skip to content

Latest commit

 

History

History
30 lines (17 loc) · 618 Bytes

CHANGELOG.md

File metadata and controls

30 lines (17 loc) · 618 Bytes

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

Added

  • parl_io Hub75 driver
  • i2s_parallel Hub75 driver for esp32 (#5)

Changed

  • update esp-hal to 0.21.0
  • parl_io, lcd_cam: frequency is required to be passed in

Fixed

  • fix buffer size calculation (it was doubling the buffer size)

Removed

  • removed GPIO implementation

[0.1.0] - 2024-08-16

  • initial version