Replies: 21 comments 64 replies
-
Thanks for the heads up. Hopefully I can get one of these and get the display etc working. |
Beta Was this translation helpful? Give feedback.
-
Found this after googling a bit: https://ezbuy.sg/product/51000217825092.html If that price is right and USD then the price is pretty good. |
Beta Was this translation helpful? Give feedback.
-
I realized that the SSD202D doesn't have a USB 'device' port, which is inconvenient for app development. Other similar devices I played around with uses this for Ethernet over USB so that you can remotely login with just a USB cable hooked to your computer. I think the SSD210 or SSD212 would have been a wiser choice in this respect. Alternatively if they exposed an USB 'host' port that could be used for Ethernet or WiFi dongle when developing. I am guessing the USB-C is only for charging, but I am not sure. Do you know if it is possible in the USB standard to perform both charging function and USB 'host' on single connector? |
Beta Was this translation helpful? Give feedback.
-
A relatively new video about Miyoo Mini: Apparently they have put a PSP emulator on it, I didn't even know that there existed a software renderer PPSSPP. |
Beta Was this translation helpful? Give feedback.
-
It has been released now, and is available on aliexpress. Although I don't have taobao account, I heard it was sold out there. Here is a link to ali: |
Beta Was this translation helpful? Give feedback.
-
A video about the miyoo mini: |
Beta Was this translation helpful? Give feedback.
-
Now on taobao: https://item.taobao.com/item.htm?spm=a230r.1.14.16.562176f3IemiWI&id=662148753424&ns=1&abbucket=5#detail |
Beta Was this translation helpful? Give feedback.
-
I've started a wiki page for this here: http://linux-chenxing.org/infinity2/miyoomini/ |
Beta Was this translation helpful? Give feedback.
-
Another review: https://www.youtube.com/watch?v=d7GXZ2wpA9U&ab_channel=TakiUdon |
Beta Was this translation helpful? Give feedback.
-
The display is apparently mounted 180 degree rotated. So the necessary 2d Graphics functions are rotation and hardware scaling. |
Beta Was this translation helpful? Give feedback.
-
got mine today from Ali so if anyone is interested I can dump SPI chip tomorrow and get more info (and maybe get boot log) |
Beta Was this translation helpful? Give feedback.
-
Here is attached boot log Dumped SPI
And log from /sys/kernel/debug/gpio
And Front and back images (as best I could take them) |
Beta Was this translation helpful? Give feedback.
-
Finally got mine today.. working on getting mainline running now :) |
Beta Was this translation helpful? Give feedback.
-
u-boot env
|
Beta Was this translation helpful? Give feedback.
-
Yet another review: https://www.youtube.com/watch?v=Kx5W1BNGVU4&ab_channel=RetroGameCorps |
Beta Was this translation helpful? Give feedback.
-
Making good progress: All of the buttons are mapped out but left and down don't register for some reason. Probably some pinctrl stuff. |
Beta Was this translation helpful? Give feedback.
-
Is there a complete list of GPIOs in use by the Miyoo Mini? I know about the GPIOs the kernel lists, and I know that Though I see |
Beta Was this translation helpful? Give feedback.
-
I just got into this after acquiring a Miyoo Mini Plus, and was wondering how things were going with on the kernel front over here. Also, as an addendum to the screen flipping issue, apparently the Plus flips the screen to make it easier to reuse code? At least that's what I've heard. |
Beta Was this translation helpful? Give feedback.
-
@fifteenhex in case it could be useful to someone, I took some pictures of my MiyooMini+ model. |
Beta Was this translation helpful? Give feedback.
-
Wondering what the progress is on this? It's been kinda quiet. I wanted to run vintage Amiga tracker (Protracker) on the Mini + |
Beta Was this translation helpful? Give feedback.
-
Hello everyone. My MM+ has a very poorly calibrated screen. Green looks too overexposed, red looks a bit pink. The default image settings do not produce an acceptable result. I found a compromise solution in Koriki. There is a gamma adjustment (from cold to warm). But I do not like the Koriki interface, I prefer MinUI.
I read the documentation for mi_disp, and found that there are also additional properties for display settings:
Using the documentation, I came up with the following code sketch:
I am not very familiar with programming and project assembly, but before trying, I would like to ask those who understand these things - is it possible to add these properties to be able to calibrate my screen? I already tried to build the original lumon file from MinUI repository, but I encountered the problem of missing header .h files (mi_disp.h & etc). Probably it is something from the Sigmastar SDK. |
Beta Was this translation helpful? Give feedback.
-
Hi,
I just wanted to make you aware that there is a tiny gaming handheld in the makings that uses the ssd202d. It should be released relatively soon. The only other thing I know about it is that it is supposed to have a 640x480 display.
Beta Was this translation helpful? Give feedback.
All reactions