blinkyPea
About
- Username
- blinkyPea
- Joined
- Visits
- 25
- Last Active
- Roles
- Member
Comments
-
Figured it out. My button logic was perfect. The problem was calling LEDS.show(); so many times. I updated the code in the gist, its now working. This program will change the brightness on a short press and the color on a longpress. It goes through…
-
OK... back to the original question. While we work out the markdown... here's a gist of my code. https://gist.github.com/W7PEA/fc92e0083faeed05900b I added a runPattern(); to my loop which calls LEDS.ShowColor() and LEDS.SHOW with the for the …
-
Seems like you did two things. You made one change and line returns worked. You made another and then we ended back where we were.
-
I love the dedication Matt. Thank you!!
-
hmm... that's sad. :-( Vanilla Forums is a fitting name. ;-)
-
Let's try some test markdown right from the link they provide. Heading Sub-heading Another deeper heading Paragraphs are separated by a blank line. Leave 2 spaces at the end of a line to do a line break Text attributes italic, bo…
-
OK, work over. Play begin. I get what you're describing and in another sample I built I used your logic to do 1 thing after a button press. void loop() { // Check if the button has been pushed uint8_t buttonState = digitalRead(BUTT…
-
RE: Vanilla Forums. Are you on the latest? Looks like it supports Markdown now which I think would be great for this community. https://vanillaforums.com/features/user-experience I'm looking at the code now.
-
OK.. I figured this out... For me on Windows 10. In explorer to go to \Program Files (x86)\Arduino\Arduino.exe and right click. Bring up properties. Go to the Compatibility tab and UNCHECK the compatibility mode. Then run arduino and the proper port…
-
Thanks for this fix. The sketches now build properly on my Win10 Machine
-
I've not been using the tape much and when I was, I was on Windows 7. So many things have changed. But PatternPaint works and it doesn't append any extra characters to the com port name. "Operating system: Windows (Unknown Version)" <-- this is…
-
Just and FYI for others who find this... I was recently having a problem I thought with a USB cable and the problem was the driver not being recognized in Windows 8. The newest (July 2015) Arduino installation though has signed drivers and now it …
-
Just and FYI for others who find this... I was recently having a problem I thought with a USB cable and the problem was the driver not being recognized in Windows 8. The newest (July 2015) Arduino installation though has signed drivers and now it …
-
Just to close this out... My laptop had a bad USB port... very hard to figure that one out till I got a new laptop. Sorry for wasting your time on this one.
-
I just tried that. No go. It never connects, so not sure how it could load the factory image. You know that c:\QT in the system info... yeah, there's no c:\QT on my system.... Was pattern paint supposed to install that?
-
My next post with the pixel drawing program solved my problem. I can now make a properly sized canvas and draw on it.