Skip to content

Commit

Permalink
TOC updated.
Browse files Browse the repository at this point in the history
  • Loading branch information
BlueAndi committed May 15, 2023
1 parent 8d4debf commit a06f544
Showing 1 changed file with 30 additions and 32 deletions.
62 changes: 30 additions & 32 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,36 +11,36 @@ Full RGB LED matrix, based on an ESP32 and WS2812B LEDs.
[![pixelix](https://img.youtube.com/vi/dik8Rm6f3o0/0.jpg)](https://www.youtube.com/watch?v=dik8Rm6f3o0 "Pixelix")
[![pixelix](https://img.youtube.com/vi/UCjJCI5JShY/0.jpg)](https://www.youtube.com/watch?v=UCjJCI5JShY "Pixelix - Remote Button")

- [Motivation](#motivation)
- [Introduction](#introduction)
- [Features](#features)
- [Original Setup](#original-setup)
- [Attention](#attention)
- [Supported Development Boards](#supported-development-boards)
- [Recommendation](#recommendation)
- [Special Variants](#special-variants)
- [Installation](#installation)
- [Very First Startup](#very-first-startup)
- [Variant 1: Configure wifi station SSID and passphrase with the browser](#variant-1-configure-wifi-station-ssid-and-passphrase-with-the-browser)
- [Variant 2: Configure wifi station SSID and passphrase with the terminal](#variant-2-configure-wifi-station-ssid-and-passphrase-with-the-terminal)
- [PIXELIX Is Ready](#pixelix-is-ready)
- [User Interface](#user-interface)
- [Details](#details)
- [FAQ](#faq)
- [Where to change panel topology of the LED matrix?](#where-to-change-panel-topology-of-the-led-matrix)
- [How to change text properties?](#how-to-change-text-properties)
- [The display only shows a error code, like "E4". What does that mean?](#the-display-only-shows-a-error-code-like-e4-what-does-that-mean)
- [How can I use animated icons?](#how-can-i-use-animated-icons)
- [How do I know that my sensor is recognized?](#how-do-i-know-that-my-sensor-is-recognized)
- [Why do I see sometimes values from the LDR in the SensorPlugin, although no LDR is installed?](#why-do-i-see-sometimes-values-from-the-ldr-in-the-sensorplugin-although-no-ldr-is-installed)
- [How can I use alternative icons?](#how-can-i-use-alternative-icons)
- [Is it possible to use a font with 8px height?](#is-it-possible-to-use-a-font-with-8px-height)
- [How to configure the date/time format?](#how-to-configure-the-datetime-format)
- [How to configure my own list of plugins?](#how-to-configure-my-own-list-of-plugins)
- [Used Libraries](#used-libraries)
- [Issues, Ideas And Bugs](#issues-ideas-and-bugs)
- [License](#license)
- [Contribution](#contribution)
* [Motivation](#motivation)
* [Introduction](#introduction)
* [Features](#features)
* [Original Setup](#original-setup)
* [Attention](#attention)
* [Supported Development Boards](#supported-development-boards)
* [Recommendation](#recommendation)
* [Special Variants](#special-variants)
* [Installation](#installation)
* [Very First Startup](#very-first-startup)
* [Variant 1: Configure wifi station SSID and passphrase with the browser](#variant-1-configure-wifi-station-ssid-and-passphrase-with-the-browser)
* [Variant 2: Configure wifi station SSID and passphrase with the terminal](#variant-2-configure-wifi-station-ssid-and-passphrase-with-the-terminal)
* [PIXELIX Is Ready](#pixelix-is-ready)
* [User Interface](#user-interface)
* [Details](#details)
* [FAQ](#faq)
* [Where to change panel topology of the LED matrix?](#where-to-change-panel-topology-of-the-led-matrix)
* [How to change text properties?](#how-to-change-text-properties)
* [The display only shows a error code, like "E4". What does that mean?](#the-display-only-shows-a-error-code-like-e4-what-does-that-mean)
* [How can I use animated icons?](#how-can-i-use-animated-icons)
* [How do I know that my sensor is recognized?](#how-do-i-know-that-my-sensor-is-recognized)
* [Why do I see sometimes values from the LDR in the SensorPlugin, although no LDR is installed?](#why-do-i-see-sometimes-values-from-the-ldr-in-the-sensorplugin-although-no-ldr-is-installed)
* [How can I use alternative icons?](#how-can-i-use-alternative-icons)
* [Is it possible to use a font with 8px height?](#is-it-possible-to-use-a-font-with-8px-height)
* [How to configure the date/time format?](#how-to-configure-the-datetime-format)
* [How to configure my own list of plugins?](#how-to-configure-my-own-list-of-plugins)
* [Used Libraries](#used-libraries)
* [Issues, Ideas And Bugs](#issues-ideas-and-bugs)
* [License](#license)
* [Contribution](#contribution)

# Motivation
My initial goal was to have a remote display that would show multiple kind of information and run reliably 24/7. Can be connected to the local network via WiFi and controlled via REST API or Websocket. PIXELIX was born! :-)
Expand Down Expand Up @@ -134,8 +134,6 @@ After configuration, restart again and voila, PIXELIX will be available in your

For changing whats displayed, go to its web interface. Use the same credentials than for the captive portal in variant 1. In the "Display" page you can change it according to your needs.

For changing whats displayed, go to its webinterface. Login with user "luke" and password "skywalker". In the "Display" page you can change it according to your needs.

# User Interface
* The user button provides several features:
* On short pulse: Activates the next slot.
Expand Down

0 comments on commit a06f544

Please sign in to comment.