Skip to content

The Pixel It is an ESP8266 / ESP32 (under construction) and WS2812B-LED based PixelArt display

License

Notifications You must be signed in to change notification settings

Hendrik212/PixelIt

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PixelIt


The Pixel It is an ESP8266 / ESP32 (under construction) and WS2812B-LED based PixelArt display, controlled and fed via a JSON API. Settings and small tests are possible via the web interface, also a node-red node (node-red-contrib-pixelit) for the JSON API is available.

Docu | Forum | Blog | PixelIt Web | |

Changelog

0.3.14 (2021-11-14)

  • (o0shojo0o) added delay for AM2320 sesnor
  • (o0shojo0o) Pixel Gallery is now a part of the WebUi

0.3.13 (2021-10-31)

  • (o0shojo0o) added option for auto fallback animation
  • (o0shojo0o) fixed auto brightness overrides sleep mode
  • (o0shojo0o) fixed clock auto fallback overrides sleep mode

0.3.12 (2021-10-16)

  • (o0shojo0o) added option for DayLightSaving
  • (o0shojo0o) added option for 12H / 24H

0.3.11 (2021-10-14)

  • (o0shojo0o) added new WebUi on vue base

0.3.10 (2021-09-14)

  • (o0shojo0o) fixed clock draw

0.3.9 (2021-09-02)

  • (o0shojo0o) fixed auto brightness, to high values

0.3.8 (2021-08-11)

0.3.7 (2021-07-05)

  • (foorschtbar) added some UTF8 icons to font
  • (foorschtbar) rewirtten UTF8 mapper function
  • (o0shojo0o) added offset options for sensors
  • (o0shojo0o) added Clock auto fallback function
  • (o0shojo0o) added config for Clock auto fallback function

0.3.6 (2021-06-14)

  • (o0shojo0o) added API endpoint /api/brightness
  • (o0shojo0o) added config for temperature (°C or °F)
  • (foorschtbar) added support for BME280
  • (foorschtbar) moved most libs to common section

0.3.5 (2021-05-26)

  • (o0shojo0o) extension of the API with the call setGpio
  • (o0shojo0o) added download statistics to the update page

0.3.4 (2021-05-20)

  • (foorschtbar) improved MQTT reconnect
  • (o0shojo0o) support decimal number input for UTC
  • (o0shojo0o) bugfix for Firefox
  • (foorschtbar) added a customizable hostname
  • (o0shojo0o) add update notification to dashboard
  • (o0shojo0o) add GitHub link to dashboard
  • (o0shojo0o) fix links in dashboard
  • (o0shojo0o) transferred the other stuff from cdn to repo
  • (foorschtbar) tweaked dashboard a little bit
  • (foorschtbar) added a note field
  • (foorschtbar) allow a Hostname as MQTT Server (Broker)
  • (o0shojo0o) add dashboard.css and pixel.js to repo
  • (foorschtbar) switches now have the proper mouse pointer

0.3.3 (2021-05-18)

  • (o0shojo0o) add auto brightness options
  • (o0shojo0o) add auto brightness

0.3.2_beta (2021-05-18)

  • (o0shojo0o) add hexColor to Clock, Text, Bar and Bars
  • (o0shojo0o) fix wemos_d1_mini32 build
  • (xarnze) show message on hotspot mode
  • (xarnze) added support for 4x 8x8 CJMCU 64 Matrix (Type 3)
  • (o0shojo0o) reactivate for esp8266 builds getSketchSize
  • (o0shojo0o) set mqtt setBufferSize to 8000
  • (o0shojo0o) add env for d1_mini
  • (rliegmann) add some missing llibs
  • (rliegmann) add some libs into .pio
  • (rliegmann) Merge pull request #2 from rliegmann/feature/clockDefaultsToFS-
  • (rliegmann) block out getSketchSize temporary
  • (rliegmann) change some build options in pio
  • (rliegmann) clock default settings, adjust MQTT buffer size, some typo
  • (rliegmann) Merge pull request #1 from rliegmann/feature/cross-esp-platform
  • (rliegmann) add ESP32 and ESP8266 libs
  • (rliegmann) remove VisualStudio overhead + port to platformIO

0.3.1 (2021-04-29)

  • (o0shojo0o) change MQTT_MAX_PACKET_SIZE from 4000 to 8000
  • (o0shojo0o) new versioning

1912182240 (2019-12-20)

  • (o0shojo0o) Added support for DFPlayer Mini MP3 Player

1912092038 (2019-12-08)

  • (o0shojo0o) Bugfix of the JSON from the API response
  • (o0shojo0o) Bugfix memory leak
  • (o0shojo0o) Added special characters to font

1910272052 (2019-10-27)

  • (o0shojo0o) Support for DHT22 added

1910221857 (2019-10-22)

  • (o0shojo0o) Bugfix of the JSON decoder logic (thanks to @pixelthis )

1909242249 (2019-09-25)

  • (o0shojo0o) There was a change in the send interval (via MQTT and Websocket) of the light sensor and the MatrixInfo
    • The light sensor sends a maximum of once per second when the lux value changes.
    • The MatrixInfo transmits once every 3 seconds when a value is changed.
  • (o0shojo0o) Now the protocol websocket on port 81 has been added.
  • (o0shojo0o) And the biggest innovation is the webinterface which is now available on PixelIt.

196232032 (2019-06-23)

  • (o0shojo0o) Added Wifimanager configuration timeout (180 seconds)

195161726 (2019-05-16)

  • (o0shojo0o) Added option to disable the boot screen

194241742 (2019-04-24)

  • (o0shojo0o) Add more option to set Matrix Temp Correction

19422209 (2019-04-23)

  • (o0shojo0o) Add new option to set Matrix Temp Correction

1942197 (2019-04-02)

  • (o0shojo0o) Bugfix animation handling

193312043 (2019-03-31)

  • (o0shojo0o) Bugfix DSToffset

193272138 (2019-03-27)

  • (o0shojo0o) Bugfix NTP TimeZone will now be interpreted correctly
  • (o0shojo0o) Add new option to set NTP-Server

19324816 (2019-03-24)

  • (o0shojo0o) Bugfix bitmap handling on scrolltext

193231249 (2019-03-23)

  • (o0shojo0o) Bugfix Erroneous representation of full screen bitmap

193152351 (2019-03-16)

  • (o0shojo0o) Bugfix bitmap flickering on scrolling text

193151540 (2019-03-15)

  • (o0shojo0o) Bugfix, there were problems with the animations in combination with the fade transition effect, so they were not displayed correctly.

193111919 (2019-03-11)

  • (o0shojo0o) Bugfix Clock Color: If red was set to 0, the color was always ignored.

1938019 (2019-03-08)

  • (o0shojo0o) add optional BitmapAnimation param: limitLoops

19362326 (2019-03-06)

  • (o0shojo0o) Bugfix BitmapAnimation: First frame was displayed too short.

19362115 (2019-03-06)

  • (o0shojo0o) Bugfix BitmapAnimation: Animation was displayed a bit too late when a text was submitted with

19352221 (2019-03-05)

  • (o0shojo0o) add optional Internal Clock param: withSeconds
  • (o0shojo0o) add config param: scrollTextDefaultDelay
  • (o0shojo0o) add optional Text param: scrollTextDelay
  • (o0shojo0o) add optional BitmapAnimation param: rubberbanding

19342040 (2019-03-04)

  • (o0shojo0o) replace umlauts
  • (o0shojo0o) add support for "Pixel Bitmap Creator" Live Preview (beta)

19331810 (2019-03-03)

  • (o0shojo0o) Bugfixes MQTT was always enabled
  • (o0shojo0o) add MQTT user & password
  • (o0shojo0o) add "Text-Color" for internal Clock
  • (o0shojo0o) add autoreboot after save config

19331112 (2019-03-03)

  • (o0shojo0o) add option to set Matrix Type at runtime (need reboot)

192272344 (2019-02-27)

  • (o0shojo0o) add MQTT Support
  • (o0shojo0o) add animated 8x8 icons (max. 6 frames)

About

The Pixel It is an ESP8266 / ESP32 (under construction) and WS2812B-LED based PixelArt display

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 36.4%
  • Vue 29.7%
  • C 24.2%
  • JavaScript 8.9%
  • Other 0.8%