Update __init__.py files to properly export all public APIs

This commit is contained in:
MassiveBox 2025-11-01 00:44:29 +01:00
parent 735e5de328
commit e82ecadbb3
Signed by: massivebox
GPG key ID: 9B74D3A59181947D
7 changed files with 58 additions and 7 deletions

View file

@ -44,11 +44,11 @@ python3 examples/send_bleak.py --no-optimize ~/path/to/image.png # Without dithe
## ⚙️ Components
1. **BLE Interface** ([ble/](file:///home/massive/Dev/gicisky/ble/)): Handles Bluetooth Low Energy communication
2. **Core Protocol** ([core/](file:///home/massive/Dev/gicisky/core/)): Implements the Gicisky communication protocol, independent of the Bluetooth library
3. **Image Processing** ([image/](file:///home/massive/Dev/gicisky/image/)): `conversion` formats images to the Gicisky format, `optimizer` (optional) uses
1. **BLE Interface** ([ble/](ble)): Handles Bluetooth Low Energy communication
2. **Core Protocol** ([core/](core)): Implements the Gicisky communication protocol, independent of the Bluetooth library
3. **Image Processing** ([image/](image)): `conversion` formats images to the Gicisky format, `optimizer` (optional) uses
dithering and letterboxing for better results
4. **Logging** ([logger/](file:///home/massive/Dev/gicisky/logger/)): Provides detailed logging capabilities
4. **Logging** ([logger/](logger)): Provides detailed logging capabilities
## 🧱 Requirements