Arduino-DumbDisplay VS platform-raspberrypi

Compare Arduino-DumbDisplay vs platform-raspberrypi and see what are their differences.

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)

platform-raspberrypi

Raspberry Pi: development platform for PlatformIO (by maxgerhardt)
Sevalla - Deploy and host your apps and databases, now with $50 credit!
Sevalla is the PaaS you have been looking for! Advanced deployment pipelines, usage-based pricing, preview apps, templates, human support by developers, and much more!
sevalla.com
featured
InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com
featured
Arduino-DumbDisplay platform-raspberrypi
6 2
69 185
- 2.7%
8.7 8.0
6 days ago 3 days ago
C Python
MIT License Apache License 2.0
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.

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
    13 projects | dev.to | 9 May 2025
    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
    6 projects | dev.to | 2 Mar 2025
    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
    2 projects | dev.to | 8 Dec 2024
    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
    2 projects | dev.to | 11 Sep 2024
    [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
    8 projects | dev.to | 8 Jul 2024
    [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
    2 projects | dev.to | 5 Apr 2024
    [env:UNOR4] platform = renesas-ra board = uno_r4_wifi framework = arduino monitor_speed = 115200 lib_deps = https://github.com/trevorwslee/Arduino-DumbDisplay

platform-raspberrypi

Posts with mentions or reviews of platform-raspberrypi. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2025-08-10.
  • Home Assistant: Integrating Raspberry Pico Boards
    2 projects | dev.to | 10 Aug 2025
    esphome: name: rp2040 rp2040: board: rpipicow framework: # Required until https://github.com/platformio/platform-raspberrypi/pull/36 is merged platform_version: https://github.com/maxgerhardt/platform-raspberrypi.git # Enable logging logger: # Enable Home Assistant API api: encryption: key: "SECRET" ota: password: "SECRET" wifi: ssid: "SECRET" password: "SECRET" i2c: sda: 20 scl: 21 spi: - id: spi_bus0 clk_pin: 18 mosi_pin: 19 miso_pin: 16 apds9960: address: 0x39 update_interval: 5s proximity_gain: 8x ambient_light_gain: 16x gesture_led_drive: 100mA gesture_gain: 8x sensor: - platform: apds9960 type: CLEAR name: "APDS9960 Clear" - platform: apds9960 type: RED name: "APDS9960 RED" - platform: apds9960 type: GREEN name: "APDS9960 Green" - platform: apds9960 type: BLUE name: "APDS9960 Blue" - platform: apds9960 type: PROXIMITY name: "APDS9960 Proximity" binary_sensor: - platform: pn532 uid: CA-41-90-81 name: "PN532 NFC Tag" text_sensor: - platform: template name: "RFID Tag" id: rfid_tag pn532_spi: cs_pin: 17 update_interval: 1s on_tag: then: - text_sensor.template.publish: id: rfid_tag state: !lambda 'return x;'
  • Simple Arduino Framework Photo Frame Implementation with Photos Downloaded from the Internet via DumbDisplay
    8 projects | dev.to | 8 Jul 2024
    [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

What are some alternatives?

When comparing Arduino-DumbDisplay and platform-raspberrypi you can also consider the following projects:

Adafruit_BusIO - Arduino library for I2C & SPI abstractions

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

TJpg_Decoder - Jpeg decoder library based on Tiny JPEG Decompressor

Adafruit-GFX-Library - Adafruit GFX graphics core Arduino library, this is the 'core' class that all our other graphics libraries derive from

Sevalla - Deploy and host your apps and databases, now with $50 credit!
Sevalla is the PaaS you have been looking for! Advanced deployment pipelines, usage-based pricing, preview apps, templates, human support by developers, and much more!
sevalla.com
featured
InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com
featured