micropython-microbmp
BMP processor
A Python module for processing BMP images in various color depths and compression methods.
A small Python module for BMP image processing.
10 stars
2 watching
1 forks
Language: Python
last commit: almost 3 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
octaprog7/bmp390 | A Micropython module for interacting with the BMP390 pressure and temperature sensor. | 3 |
micropython-imu/micropython-bmp180 | A Python module for a pressure sensor that measures temperature and altitude. | 85 |
dafvid/micropython-bmp280 | A Python module for interacting with the BMP280 sensor on an I2C bus. | 90 |
jacklinquan/micropython-aiobutton | A MicroPython module for creating buttons with debounced and timed press/hold states | 4 |
jacklinquan/micropython-cryptomsg | An AES CBC mode encryption module for MicroPython devices | 5 |
jacklinquan/micropython-basicdweet | A basic API module for the Dweet service | 3 |
ratfink/micropython-png | A Python module for working with PNG images on microcontrollers | 12 |
octaprog7/bmp180 | A MicroPython module for interfacing with a BMP180 pressure and temperature sensor. | 3 |
jornamon/mp-bmp3xx-full | A fully featured driver for a specific microcontroller family | 4 |
octaprog7/bmp581 | A MicroPython module for controlling the BMP581 temperature and pressure sensor from Bosch Sensortec. | 0 |
jacklinquan/micropython-cryptocfb | An AES-128 CFB mode encryption module for MicroPython devices. | 4 |
octaprog7/bme680 | A MicroPython module for interfacing with the BME680 sensor to measure temperature, pressure, and humidity. | 1 |
bradenm/micropy-cli | Automates the creation and management of Micropython projects with tools like linting, intellisense, and dependency management. | 317 |
v923z/micropython-ulab | A software module providing fast numerical array manipulation and analysis capabilities | 428 |
robmarkcole/bme680-mqtt-micropython | Publishes sensor data over MQTT using Micropython | 15 |