Yami Five
banner
yami-five.bsky.social
Yami Five
@yami-five.bsky.social
Drawings and paintings ✏️🖌️ Portraits and still lifes 🧑🍎 Come and see!
Playing audio from sd card took me few weeks, because I have the reader on the same board as display so I had to learn few things and figure out how to fix. There are some glitches, so it's not perfect but it works
June 6, 2025 at 10:12 PM
Thanks!
I want to buy Pico Plus 2, but I'm waiting for delivery to the store.
Literally one shop in Poland is gonna sell it
February 28, 2025 at 9:56 PM
The main problem is I'm almost out of RAM 😅
February 28, 2025 at 3:44 PM
7.Flat shading.
8.Models can be moved, rotate and scaled.
9.Camera can have different positions.
10.Zbuffer.
11.DMA is using to send buffer to the screen.
12.Triangles are drawn with using rasterization.
February 28, 2025 at 3:42 PM
Bitmaps must be saved to RGB565.
1.Loading models from obj.
2.Materials for models that can have texture or color.
3.Fixed point numbers arithemtics.
4.Vectors arithemtics.
5.Texture mapping.
6.Point lights. Light source can have set color, intensity and position.
February 28, 2025 at 3:42 PM
Currently, it uses screen based on ST7789VW screen with MicroSD card reader connected via SPI. All code is written in C. Already implemented features:
Reading MicroSD card. I use FatFS lib by ChaN. Currently I can read obj and bmp files. Bitmaps can be return as structure or just draw to screen.
February 28, 2025 at 3:41 PM