Replies: 9 comments 1 reply
-
Sure.. email me [email protected] |
Beta Was this translation helpful? Give feedback.
-
Awesome thanks! Here is the code. I can also email it if you prefer. https://hatebin.com/hbnjysgfkc |
Beta Was this translation helpful? Give feedback.
-
This code came from https://github.com/pimoroni/pimoroni-pico/blob/main/micropython/examples/interstate75/75W/clock.py#L4. I modified it to suit my needs for my second clock. So the issues I'm having:
Your clock however can be plugged into any USB and connect to the network and display the correct stuff. I'll start with that for now. I know it may be hard for you to run the code without the i75w board. So if there isn't much you can do, its all good. Edit; fixed a few things, updated link https://hatebin.com/hbnjysgfkc Thanks!! |
Beta Was this translation helpful? Give feedback.
-
I actually spent the extra $$ and had one shipped so I have one now. I'll look at this probably later this week, the whole work thing gets in the way during the beginning of the week.
…________________________________
From: Steph1116 ***@***.***>
Sent: Sunday, May 7, 2023 1:06 PM
To: jake1164/Pico-RGB-Matrix-Weather-Clock ***@***.***>
Cc: Jason Jackson ***@***.***>; Comment ***@***.***>
Subject: Re: [jake1164/Pico-RGB-Matrix-Weather-Clock] @jake1164 (Discussion #44)
This code came from https://github.com/pimoroni/pimoroni-pico/blob/main/micropython/examples/interstate75/75W/clock.py#L4. I modified it to suit my needs for my second clock.
So the issues I'm having:
*The time sometimes doesn't correctly display am/pm.
* Constants for controlling the background color throughout the day. I don't need any of this. The background will always be black. This is taking up a lot of lines of code that's not needed. I've tried to clean up the code and remove it, however it remains broken unless its all intact.
* I can't unplug the unit and plug it back in to a regular USB socket without it resetting the time to 12:00am. I have the network setup, however for some reason it does not run the code. Your clock can be plugged into any USB and connect to the network and display the correct stuff.
I'll start wit that for now. I know it may be hard for you to run the code without the i75w board. So if there isn't much you can do, its all good.
Thanks!!
—
Reply to this email directly, view it on GitHub<#44 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AAN7MK5MMDTO3OKL3BSIRW3XE7JAVANCNFSM6AAAAAAXYK5OWQ>.
You are receiving this because you commented.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Not a problem at all. Since I'm running your code on my other device, this project is just for playing around with and learning. I managed to convert the original code from 24 hour to 12-hour so far, but as mentioned I've hit a wall with everything else. And your the only person I sorta know who knows their stuff. But really no hurry one bit. |
Beta Was this translation helpful? Give feedback.
-
I would start by creating a repository in github.. this is what github is for.. sharing code. |
Beta Was this translation helpful? Give feedback.
-
Do you have 64x32 or 64x64 matrix? |
Beta Was this translation helpful? Give feedback.
-
I have both. But I prefer using the small 64x32 for just a basic digital 12-hour clock. The 64x64 I'm looking to do more fancy stuff so I can have it in the kitchen. |
Beta Was this translation helpful? Give feedback.
-
I emailed you a Discord link to carry on discussions for the interstate75w projects if your interested. I didn't want to clog up this discussion section with that project when it's meant for conversions about your pico w project. I'd like to create a GitHub page for new code for the i75w however I don't have my own code for it. |
Beta Was this translation helpful? Give feedback.
-
I was wondering if you could help me with a code I have using the i75w and matrix board. It's just to understand the code and help me get the time to sit in the centre. I've been to so many discord groups and after spending a few hours, no one really wants to help someone who is new. I'll better explain what I'm looking to do if you wanna help. Thanks
Beta Was this translation helpful? Give feedback.
All reactions