-
Notifications
You must be signed in to change notification settings - Fork 906
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
Add support for the MakerHawk OLED LORA board #9
Comments
Apparently that screen is 64x32 pixels? When it boots do you see 1/4th of the meshtastic logo? If so I would recommend the following next steps:
old code:
new code:
^ this quick hacked up code is probably not exactly correct - but you can see changed my yucky absolute screen positions to be more relative to SCREEN_WIDTH. I also generalized the font selection so a tiny font is used on your device. Other functions in screen.cpp will probably also need to be tweaked to nicely look good on your device and the otehr devices. I also added a DEBUG_STR to print the pairing code to hte serial port so you can get past this point without the screen fully working. I'm happy to help if you have more problems and I'd love a pull request once you have a nice clean set of changes needed to support your board. |
@peoplesdriver - just checking in, did you ever do anything with this? |
Ok - no word from @peoplesdriver - closing for now |
From @peoplesdriver. I'll reply to this bug with some comments.
This board: https://www.amazon.co.uk/MakerHawk-Development-0-49inch-Bluetooth-Intelligent/dp/B07ML6528K/ref=redir_mobile_desktop?ie=UTF8&psc=1&ref=ppx_pop_mob_b_asin_image
I'm trying to use this board, but I can't see the pairing code on the screen as is a lot smaller
The text was updated successfully, but these errors were encountered: