-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Convert to 128 x 32 screen #3
Comments
Hi, |
Thanks for getting back to me :) I was able to edit it and get it working :)
Let me know if you want pictures :)
…On Fri, Mar 4, 2022, 6:07 AM GatCode ***@***.***> wrote:
Hi,
I guess you want to use a 128x32 display? Therefore you would need to also
rerender the icons. You can find a tutorial by Adafruit about it.
Otherwise everything should work.
The purge function can be done by simply dropping the timer function in
the single shot mode.
—
Reply to this email directly, view it on GitHub
<#3 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ACZ66IC2LNM6PBEPQJYASODU6IKI3ANCNFSM5PMD555A>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
No problem :) |
I am using a Baratza Virtuoso, pretty much the same as an Encore, just a little more metal and different burs. I was able to cut the old timer switch housing and wedge an SSR inside - just barely. The rest I had to 3d print a box for. I wired everything up, placed things in the box, then potted them in with hot glue. I also used hot glue to attach the box to the side of the machine, just in case I have to remove it. I also used JST connectors for the SSR so the box could be detached a little easier and so I could use the existing timer hole already in the case. I also uploaded the edited code. I didn't really change much, only to get the screen to work and I changed the first grind to .5sec and the second to 15. I had to put these in code because right after I got it all hook up, I realized my encoded button didn't work :/ Other than that it's been working great! Thanks so much for the code and support! If you want me to send the pics/code somewhere else let me know! Pics and code are in my google drive: |
Wow thanks for sharing your experience! |
Hi, I'm really terrible at this, but I noticed you were using a 128x64 screen, can I just change every instance of 64 to 32 and the 40x40 cups to 20x20 or something like that? Any other issues you can think of?
I'm think about changing Single to purge and also, but haven't decided.
Thanks again for all of your hard work!!
The text was updated successfully, but these errors were encountered: