-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
28 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,30 @@ | ||
# Memobird App | ||
|
||
Unofficial app for Memobird G2 inkless printer. | ||
Unofficial app for Memobird G2 inkless printer | ||
|
||
The original app is not working anymore and has been taken down from Play Store, so I decided to make one myself. | ||
Made in [Compose Multiplatform](https://www.jetbrains.com/lp/compose-multiplatform/) because I wanted to check it out (iOS isn't supported yet). | ||
I found a Memobird printer laying around, and it turned out the original app is not working anymore. So, I decided to create the app myself for fun. | ||
Simultaneously I learned Kotlin and [Compose Multiplatform](https://www.jetbrains.com/lp/compose-multiplatform/) from scratch. | ||
|
||
Shout out to [LeMinaw/openmemobird](https://github.com/LeMinaw/openmemobird) for providing API "docs". | ||
## How it works | ||
On Android, it uses a [temporary Wi-Fi connection](https://developer.android.com/develop/connectivity/wifi/wifi-bootstrap) to communicate with the printer - iOS isn't supported as for now. | ||
Shout out to [LeMinaw/openmemobird](https://github.com/LeMinaw/openmemobird) for providing Memobird API "docs". | ||
|
||
## Screenshots | ||
|
||
<p float="left"> | ||
<img src="screenshots/text.jpg" width="250" /> | ||
<img src="screenshots/image.jpg" width="250" /> | ||
<img src="screenshots/qr.jpg" width="250" /> | ||
<img src="screenshots/connect.jpg" width="250" /> | ||
<img src="screenshots/connected.jpg" width="250" /> | ||
</p> | ||
|
||
## Known issues | ||
* Sometimes the printer has a buffer overflow when requesting formatted text and prints random chinese characters and JSON | ||
* Image height limit is 384px, only workaround that works is to split the image in parts, but then it produces large gaps. | ||
|
||
## TODO | ||
* Option to convert text to image for more flexibility and formatting | ||
* Process images on-device instead of using the [server-side API](server/app.py) | ||
* Add more printing options (e.g. drawings, barcodes, stickers) | ||
* Make it work on iOS |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.