TJpg_Decoder
Jpeg decoder library based on Tiny JPEG Decompressor (by Bodmer)
Arduino-DumbDisplay
DumbDisplay Ardunio Library enables you to utilize your Android phone as virtual output gadgets (as well as some very simple inputting means) for your Arduino framework (including ESP8266 / ESP32 / Raspberry Pi Pico) experiments. (by trevorwslee)
TJpg_Decoder | Arduino-DumbDisplay | |
---|---|---|
2 | 6 | |
251 | 69 | |
0.0% | - | |
4.8 | 8.7 | |
over 1 year ago | 6 days ago | |
C | C | |
GNU General Public License v3.0 or later | MIT License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
TJpg_Decoder
Posts with mentions or reviews of TJpg_Decoder.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2024-07-08.
-
Simple Arduino Framework Photo Frame Implementation with Photos Downloaded from the Internet via DumbDisplay
[env] monitor_speed = 115200 [env:PICOW] ; ensure long file name support ... git config --system core.longpaths true platform = https://github.com/maxgerhardt/platform-raspberrypi.git board = rpipicow framework = arduino board_build.core = earlephilhower board_build.filesystem = littlefs board_build.filesystem_size = 1m lib_deps = https://github.com/trevorwslee/Arduino-DumbDisplay https://github.com/adafruit/Adafruit-ST7735-Library.git https://github.com/adafruit/Adafruit-GFX-Library https://github.com/Bodmer/TJpg_Decoder.git Wire SPI https://github.com/adafruit/Adafruit_BusIO build_flags = -D FOR_PICOW [env:TDISPLAY] platform = espressif32 board = esp32dev framework = arduino board_build.filesystem = littlefs lib_deps = https://github.com/trevorwslee/Arduino-DumbDisplay bodmer/TFT_eSPI ; Setup25_TTGO_T_Display bodmer/TJpg_Decoder LittleFS build_flags = -D FOR_TDISPLAY [env:TCAMERAPLUS] platform = espressif32 board = esp32dev framework = arduino board_build.filesystem = littlefs lib_deps = https://github.com/trevorwslee/Arduino-DumbDisplay bodmer/TFT_eSPI ; modify User_Setup_Select.h ... Setup44_TTGO_CameraPlus bodmer/TJpg_Decoder LittleFS Wire SPI SPIFFS build_flags = -D FOR_TCAMERAPLUS
-
img2cpp - a handy tool for embedding images in your ESP32 projects
Yes but the point was that you don't have to use a seperate tool to embed images, you can use standard jpgs and use functionality already included with esp-idf. It supports all the esp32-family and this is the esp32 subreddit so I suspect that's good enough for most here. Mika even used it to play video with mjpeg from a sd-card. Embedding files as headers quickly fills up the program flash so it's nice to be able to use expandable storage. And TJpgDec is platform independent as you probably know since you say you included it in your library. It's available for arduino as well.
Arduino-DumbDisplay
Posts with mentions or reviews of Arduino-DumbDisplay.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2025-05-09.
-
A Weather Clock (with Alarms) for ESP32 / Raspberry Pi Pico Implemented with Arduino Framework
You may want to refer to Blink Test With Virtual Display, DumbDisplay for a bit more details about DumbDisplay Arduino library and DumbDisplay Android app.
-
ESP-IDF with Arduino Examples
wifi_dd_blink: Modified to incorporate with Arduino, in order to use the Arduino library Arduino-DumbDisplay. With DumbDisplay, you can realize simple UI on your Android phone. You may want to refer to the post Blink Test With Virtual Display, DumbDisplay for a brief introduction to DumbDisplay. Note that this example wifi_dd_blink uses WiFi connectivity, rather than OTG as described in the post.
-
Sliding Puzzle Next Move Suggesting Simple DL Model with ESP32 TensorFlow Lite
This project takes the game Sliding Puzzle (with simple 'next move' suggesting 'search-directed heuristic' option), adding to it the capability of suggesting 'next move' with a simple and naive DL model realized with ESP32 TensorFow Lite support. The Sliding Puzzle game is implemented for Arduino framework compatible microcontrollers with aids from DumbDisplay to render the game remotely on your Android mobile phone. Specifically, ESP32 / ESP32-S3 is the targe microcontroller for this experiment, since it not only supports Arduino framework, it also supports TensorFlow Lite.
-
Turn ESP32-CAM into a Snapshot Taker, for Selfies and Time-Lapse Pictures
[env] monitor_speed = 115200 [env:ESP32CAM] platform = espressif32 board = esp32cam framework = arduino lib_deps = https://github.com/trevorwslee/Arduino-DumbDisplay build_flags = -D FOR_ESP32CAM [env:TCAMERA] ; v7 platform = espressif32 board = esp-wrover-kit framework = arduino board_build.partitions = huge_app.csv lib_deps = https://github.com/trevorwslee/Arduino-DumbDisplay build_flags = -D BOARD_HAS_PSRAM -D FOR_TCAMERA [env:TCAMERAPLUS] platform = espressif32 board = esp32dev framework = arduino board_build.partitions = huge_app.csv lib_deps = https://github.com/trevorwslee/Arduino-DumbDisplay build_flags = -D BOARD_HAS_PSRAM -D FOR_TCAMERAPLUS
-
Simple Arduino Framework Photo Frame Implementation with Photos Downloaded from the Internet via DumbDisplay
[env] monitor_speed = 115200 [env:PICOW] ; ensure long file name support ... git config --system core.longpaths true platform = https://github.com/maxgerhardt/platform-raspberrypi.git board = rpipicow framework = arduino board_build.core = earlephilhower board_build.filesystem = littlefs board_build.filesystem_size = 1m lib_deps = https://github.com/trevorwslee/Arduino-DumbDisplay https://github.com/adafruit/Adafruit-ST7735-Library.git https://github.com/adafruit/Adafruit-GFX-Library https://github.com/Bodmer/TJpg_Decoder.git Wire SPI https://github.com/adafruit/Adafruit_BusIO build_flags = -D FOR_PICOW [env:TDISPLAY] platform = espressif32 board = esp32dev framework = arduino board_build.filesystem = littlefs lib_deps = https://github.com/trevorwslee/Arduino-DumbDisplay bodmer/TFT_eSPI ; Setup25_TTGO_T_Display bodmer/TJpg_Decoder LittleFS build_flags = -D FOR_TDISPLAY [env:TCAMERAPLUS] platform = espressif32 board = esp32dev framework = arduino board_build.filesystem = littlefs lib_deps = https://github.com/trevorwslee/Arduino-DumbDisplay bodmer/TFT_eSPI ; modify User_Setup_Select.h ... Setup44_TTGO_CameraPlus bodmer/TJpg_Decoder LittleFS Wire SPI SPIFFS build_flags = -D FOR_TCAMERAPLUS
-
Arduino UNO R4 WiFi Experiments
[env:UNOR4] platform = renesas-ra board = uno_r4_wifi framework = arduino monitor_speed = 115200 lib_deps = https://github.com/trevorwslee/Arduino-DumbDisplay
What are some alternatives?
When comparing TJpg_Decoder and Arduino-DumbDisplay you can also consider the following projects:
platform-raspberrypi - Raspberry Pi: development platform for PlatformIO
Adafruit_BusIO - Arduino library for I2C & SPI abstractions
gfx - GFX is a device independent graphics library primarily intended for IoT MCUs but not limited to that.
Adafruit-ST7735-Library - This is a library for the Adafruit 1.8" SPI display http://www.adafruit.com/products/358 and http://www.adafruit.com/products/618
TFTImageShow