-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
language change on PC with T-Keyboard. #18
Comments
the Code is.. #include "Arduino.h" TFT_GC9D01N_Class TFT_099; byte rows[] = {0, 3, 18, 12, 11, 6, 7}; byte cols[] = {1, 4, 5, 19, 13}; bool keys[colCount][rowCount]; char keyboard[colCount][rowCount]; bool symbolSelected = false; unsigned long previousMillis_1 = 0; void readMatrix(); void setup() {
} void loop() {
} void readMatrix() { bool keyPressed(int colIndex, int rowIndex) { bool keyActive(int colIndex, int rowIndex) { bool isPrintableKey(int colIndex, int rowIndex) { void printMatrix() { void set_keyborad_BL(bool state) { void clear_sccreen() { |
Hello
I've never done coding in my life, like VS CODE, but I believe in ChatGPT
I bought a LILYGO T-Keyboard.
I tried to add language conversion (English/Korean) function using GitHub's firmware data and VS code,
The code that ChatGPT corrected keeps making errors..
Backlight off if not entered for 10 seconds. On input back on
I don't want to press it repeatedly..
I kept erasing the original code, so I couldn't do it
I downloaded VS and installed Platformio through ChatGPT
I can't use it because I can't change the language. Please help me..
What should I do?
The text was updated successfully, but these errors were encountered: