Hi all.
This is my newest keyboard firmware / controller code.
Works on Teensy 4.0 with ILI9341 (320x240 color LCD). For any matrix keyboard (to PC USB). It has anti-ghosting.
Project...
Type: Posts; User: CryHam
Hi all.
This is my newest keyboard firmware / controller code.
Works on Teensy 4.0 with ILI9341 (320x240 color LCD). For any matrix keyboard (to PC USB). It has anti-ghosting.
Project...
Okay I think this is my bad since I use my own code for date, time getting from rtc_get value. I will use Time library, that should fix it.
Hi.
Whenever I upload a new binary to Teensy 4.0, its RTC date is set badly. Time is set correctly, but date gets always year 2050 and +13 days in future (month is right).
Is this some feature to...
I can't edit the post, link for my website changed.
It's now posted on blog, thanks. Waited nearly a year LOL.
There is a mistake in blog, it is not a TFT touch display, just a TFT display. I...
Hi all.
I present here my own keyboard firmware / controller code.
Running on Teensy 3.1 or 3.2 with ST7735 (160x128 color LCD) and any matrix keyboard (for PC USB).
Project description on my...
I tested this now. Short answer: yes.
But this is odd. I had my kiibohd code on Teensy 3.2. Then started Arduino, compiled and pressed upload, it said it needs a manual reset press. I pressed it few...
Right actually I have to press reset once or twice and wait 16 sec to start flashing.
And this is independent of F_CPU frequency setting.
Any ideas?
Is this ResetHandler's fault or bootloader's?
Hi.
I tested this on both Teensy 3.1 and 3.2.
I have compiled the Kiibohd controller code and it's running well. It's an USB keyboard controller code.
The issue is: when I have it running and...