First Commit

This commit is contained in:
MindCreeper03
2025-02-27 19:31:50 +01:00
parent bcbb6aff9a
commit e490df1715
2470 changed files with 1479965 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
# OLED CLI
## Introduction
oled_cli tool allows to use oled display, connected to raspberry pi, directly from command line.
## Compilation
compile oled_cli tool on your raspberry pi with the command
> make
## Running
example of running oled_cli tool for i2c display
> sudo modprobe i2c-dev<br>
> ./oled_cli i2c 1 0x3c ssd1306_128x64
now you're able to send commands to oled display from command line
> rect 10,10,20,30