You've already forked TEF6686_ESP32
some cleanup and refactoring, nothing functional
This commit is contained in:
@@ -10,4 +10,8 @@ struct HSV {
|
||||
};
|
||||
|
||||
HSV RGB565toHSV(uint16_t color);
|
||||
uint16_t HSVtoRGB565(float h, float s, float v);
|
||||
uint16_t HSVtoRGB565(float h, float s, float v);
|
||||
String convertToUTF8(const wchar_t* input);
|
||||
String trimTrailingSpaces(String str);
|
||||
String ucs2ToUtf8(const char* ucs2Input);
|
||||
String extractUTF8Substring(const String & utf8String, size_t start, size_t length, bool underscore);
|
||||
Reference in New Issue
Block a user