Update __init__.py files to properly export all public APIs
This commit is contained in:
		
							parent
							
								
									735e5de328
								
							
						
					
					
						commit
						e82ecadbb3
					
				
					 7 changed files with 58 additions and 7 deletions
				
			
		| 
						 | 
				
			
			@ -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
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue