For example, let's assume that a display with parallel access via the so-called 8080 bus is connected to the ESP32. The individual signals of this bus are connected to different GPIOs in the ESP32. How is such a device handled from the software side? If you want to write an 8-bit value, you need to set the appropriate GPIO pins. How to do this effectively?