Pages marked with a Display tag
-
Color Display based on ST7735 – The DisplayST7735Element enables using ST7735 based TFT color displays.
-
Color Displays based on ST7701 – The DisplayST7701Element enables using ST7701 based TFT color displays in HomeDing based devices.
-
Color Displays based on ST7789 – The DisplayST7789Element enables using ST7789 based TFT color displays.
-
Color Displays based on ST7796 – The DisplayST7796Element enables using ST7796 based TFT color displays.
-
Color Displays using the ESP32-S3 16-bit panel interface – The DisplayESP32PanelElement enables using displays connected with the ESP32 Panel interface.
-
Display Button Element – The DisplayButtonElement enables creating Actions by touching a visual button on a display supporting pixel based graphics.
-
Display Configuration – The displays in the HomeDing library are configured by a unified set of parameters.
-
Display Example – The Display Example contains the extensions to the HomeDing Library that are supporting devices with a pixel based display like LCDs or LEDs.
-
Display Implementation – The Elements and C++ Classes used for implementing Displays and their dependencies.
-
Display LCD Element – The DisplayLCD Element implements the display using Monochrome LCDs based on HD44780 chips. The display is connected by using the PCF8574 I2C chip to control the direct input lines of the display.
-
Display Touch Element – The Display Touch Elements enables detecting touch events by touching a specific area on a display.
-
Display TouchCST816 Element – The DisplayTouchCST816 Element enables retrieving one point touch events on displays using the Capacitive Touch Sensor based on the CST816 chip.
-
Display TouchGT911 Element – The DisplayTouchGT911 Element enables retrieving touch events on displays using the Capacitive Touch Sensor based on the GT911 chip.
-
DisplayCircle Element – The DisplayCircle Element allows showing a circle with a stroke and fill color. This can be used to visualize a boolean value on the display and show it at a specified position as a shallow or filled circle. The value can be changed by using an action.
-
DisplayLine Element – The DisplayLineElement enables drawing a simple fixed line on a display supporting pixel based graphics.
-
DisplayRect Element – The DisplayRect Element allows showing a rectangular with a stroke and fill color. This can be used to visualize a boolean value on the display and show it at a specified position as a shallow or filled rectangle. The value can be changed by using an action.
-
DisplayText Element – The DisplayTextElement allows sending a value to the display and show it at a specified position as text including a prefix and postfix. The value can be changed by using an action.
-
DisplayTextBox Element – The DisplayTextBoxElement allows showing a text on the display in a rectange area at a specified position as text including a prefix and postfix. The value can be changed by using an action.