lcd_com_reverse_buffer_bytes() is only used within ESP-IDF.
 
Symbols
loading...
Files
loading...
SummarySyntaxArgumentsReferences

Notes

LCD is big-endian, e.g. to send command 0x1234, byte 0x12 should appear on the bus first However, the low level peripheral (like i80, i2s) will send 0x34 first. This helper function is used to reverse the bytes order

References

from examples