Thanks for the response Kurt. The mention I saw of a ILI9341_r4 library was in Paul's post regarding Teensyduino 1.53:...
Type: Posts; User: garlinto
Thanks for the response Kurt. The mention I saw of a ILI9341_r4 library was in Paul's post regarding Teensyduino 1.53:...
I noticed in the most recent Teensyduino update that some fixes were made to the ILI9341_r4 library. However, in doing many searches on the forums here and on google in general, I cannot find...
GremlinWrangler, thank you for the suggestion. I use elapsedMillis in nearly every sketch I write. But I had not used it for a door-open interval as you suggest. I'll add that logic to the code.
I would like to tap into the wealth of knowledge here and ask a question related to my current teensy project.
I have installed a pneumatically actuated dog door that for now is operated by a...
Wow, I need to pay better attention! I was on the road earlier when I read the post from MichaelMeissner and I didn't really *get it* until reading it over more carefully just now. I will include the...
I have the neopixel library included as you mention, just didn't include it in the code fragment above.
I am turning my LED clock code into a library so that I can easily drop it into a project and keep the main sketch uncluttered, just exposing the methods that create the clock functionality.
I am...
I figured it out. Was fairly obvious once I started printing out variables, especially in loops. I had some serious buffer overruns, some of which began to overflow just seconds after powerup. Poor...
After years of arduino experimentation, I have decided to upgrade to the teensy. Great product! Even though I am having some technical issues, I am looking forward to moving forward with a number of...