Search results

  1. CryHam

    [posted] Keyboard Controller on Teensy 4.0 with 320x240 display - K.C.4

    odd, yes but I can't edit my profile fully
  2. CryHam

    [posted] Keyboard Controller on Teensy 4.0 with 320x240 display - K.C.4

    Well I can't edit my posts here, so a quick update, links changed: project website and sources here. I think it'd be good to update article post links too, since it's just over year ago, not that old. Also strange I can't edit my profile website url, in here...
  3. CryHam

    [posted] PC Fan controller "Fancy" on Teensy 3.2 with LCD display

    Quick update, links changed now: project website and sources here.
  4. CryHam

    [posted] K.C. "Kacey" Keyboard Controller and Crystal Keyboards 6 and 7.

    Quick update, links changed now: project website and sources here.
  5. CryHam

    [posted] PC Fan controller "Fancy" on Teensy 3.2 with LCD display

    I made a fan controller / regulator for my PC fans, info on my website (and for anyone curious my PC here). Pictures here. It has a ST7735 display 160×128, okay for menu but a bit small for many graphs. Since Teensy 4 is similarly priced I'd rather use that with a bigger display, would be nicer...
  6. CryHam

    [posted] Keyboard Controller on Teensy 4.0 with 320x240 display - K.C.4

    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 description on my website, with information about features and use cases (why I needed it, etc.)...
  7. CryHam

    Upload to Teensy 4.0 sets RTC*to bad date in 2050

    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.
  8. CryHam

    Upload to Teensy 4.0 sets RTC*to bad date in 2050

    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 set current date and time on upload? If so can I just turn it off anyhow? I am on Debian 10. I got...
  9. CryHam

    [posted] K.C. "Kacey" Keyboard Controller and Crystal Keyboards 6 and 7.

    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 wouldn't use touch since I already have keys.
  10. CryHam

    [posted] K.C. "Kacey" Keyboard Controller and Crystal Keyboards 6 and 7.

    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 website, with information about features and use cases (why I needed it, etc.). Additionally: gallery...
  11. CryHam

    Teensy 3.1, 3.2 with USB Kiibohd, long reset issue

    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 times, waited and it never uploaded. Then I went back to my kiibohd build, commented out the...
  12. CryHam

    Teensy 3.1, 3.2 with USB Kiibohd, long reset issue

    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?
  13. CryHam

    Teensy 3.1, 3.2 with USB Kiibohd, long reset issue

    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 press reset (to flash new code version) it behaves weirdly. It doesn't start flashing right away. I...
Back
Top