Replies: 23 comments 35 replies
-
There are examples of how to use the library in the README.md file. |
Beta Was this translation helpful? Give feedback.
-
I mean specifically for the T-deck. I don’t see any examples for the hardware that the T-deck uses. |
Beta Was this translation helpful? Give feedback.
-
I couldn’t find anything.
|
Beta Was this translation helpful? Give feedback.
-
This should be it:
https://lilygo.cc/products/t-deck?variant=43087936520373
…On Mon, Feb 10, 2025 at 9:37 PM Kevin Schlosser ***@***.***> wrote:
shoot me a link to the manufacturers website for the display and I will
key something up for you right quick.
—
Reply to this email directly, view it on GitHub
<#297 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BDWNJASMPHTFDYYNWSHFPQT2PF5B7AVCNFSM6AAAAABW3X37HCVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTEMJTGQZDCNA>
.
You are receiving this because you authored the thread.Message ID:
<lvgl-micropython/lvgl_micropython/repo-discussions/297/comments/12134214@
github.com>
|
Beta Was this translation helpful? Give feedback.
-
OK you have to give me some time. There is a lot of hardware that I am going to have to write drivers for so everything will work out of the box. |
Beta Was this translation helpful? Give feedback.
-
Ok, no problem! Thanks for your work on this!
|
Beta Was this translation helpful? Give feedback.
-
I do know how to flash to the main ESP32-S3 but do we need to flash a new firmware to the keyboard ESP32-C3? |
Beta Was this translation helpful? Give feedback.
-
You should be able to just read the data from the I2C bus.
|
Beta Was this translation helpful? Give feedback.
-
I followed the instructions but it returned this error:
|
Beta Was this translation helpful? Give feedback.
-
It successfully compiled and uploaded to the board, but the REPL will not show. |
Beta Was this translation helpful? Give feedback.
-
Yes. It was working before the update and I actually got it working once
after the update, but it hasn’t worked since.
|
Beta Was this translation helpful? Give feedback.
-
Do you have any ideas? |
Beta Was this translation helpful? Give feedback.
-
I got the drivers onto the T-Deck (not in the firmware, just as files) but on the task handler initialization it returns this error:
|
Beta Was this translation helpful? Give feedback.
-
so lets take a look at line 67 in keypad_framework. The keypad framework has not been tested as of yet so there are bound to be some issues that need to be hammered out. Lets take a look and se what is going on with it. The framework files are located in |
Beta Was this translation helpful? Give feedback.
-
OK so what is being expected from the |
Beta Was this translation helpful? Give feedback.
-
I just pushed a commit that should fix the keypad driver. |
Beta Was this translation helpful? Give feedback.
-
I just noticed that you are from Tuscon, AZ. My sister in law lives there and a really good friend of mine that I have known for 40 years lives in Phoenix... I am in Colorado, 45 minutes west of Denver |
Beta Was this translation helpful? Give feedback.
-
I think I have found another problem with the keypad framework. |
Beta Was this translation helpful? Give feedback.
-
Thank you, but it still doesn’t work. The keyboard never returns any value, and the trackball (after modifying it to make it return the correct values) just crashes the device. |
Beta Was this translation helpful? Give feedback.
-
I do not know if the C3 has had anything flashed to it. It might not have so it's not sending anything. |
Beta Was this translation helpful? Give feedback.
-
No. It is flashed. The keyboard was working correctly before with a program
I had written (not for LVGL)
|
Beta Was this translation helpful? Give feedback.
-
It will correctly return the keyboard letter if you use: i2c_bus.readfrom(0x55, 1).decode() |
Beta Was this translation helpful? Give feedback.
-
Oh. Ok.
Yes. The touchscreen does work.
|
Beta Was this translation helpful? Give feedback.
-
Does anyone have any code for using this with the Lilygo T-deck?
Beta Was this translation helpful? Give feedback.
All reactions