-
Hi all,
Just attempting to test this on a RPi5 and following the guide here:
https://www.thedigitalpictureframe.com/how-to-build-a-gorgeous-digital-photo-frame-with-a-raspberry-pi-based-on-2023…
-
The following 9-patch has a padding the size of the full image and a stretch area that starts at the bottom and the left. As a result, the bottom and left tiles are either width and/or height 0.
!…
-
![image](https://github.com/CottonMC/LibGui/assets/47507632/f7e519c8-ae7a-4040-b7fd-1c1e67d151dc)
![image](https://github.com/CottonMC/LibGui/assets/47507632/dde1530b-1c5b-4aa4-bd16-1911f7254471)
…
-
- https://gist.github.com/Reputeless/f5251443dc446a1346c0784e5284fbf2
![20230713-182853-750](https://github.com/Siv3D/OpenSiv3D/assets/3108136/880bb1bf-59d3-4482-9660-f83103328aca)
-
Hello, I am using this guide to run a Rpi4 with Pi3D for a digital picture frame:
https://www.thedigitalpictureframe.com/how-to-set-up-your-raspberry-pi-for-your-digital-picture-frame/
I am us…
-
![image](https://user-images.githubusercontent.com/63000004/236695480-e0b85485-d7d3-413f-b375-92ea200b504d.png)
Compare to #7749 "Now"
Debug lines show that the calculations are correct, it's the ba…
-
To enhance the GUI code, a few things have to be cleaned which might break compatibility.
The goal is to collect all these changes within a bigger update like 3.0.
## Summary of breaking changes
…
-
**Describe the bug**
Fresh install of picframe results into this error:
`AttributeError: module 'PIL.Image' has no attribute 'ANTIALIAS'`
**Additional context**
Pillow 10.0.0 is getting installe…
-
I'm trying to make a button with a ninepatch decorator:
```
input.button
{
padding-left: 12px;
padding-right: 12px;
padding-top: 12px;
padding-bottom: 12px;
decorator: nine…
-
You can override the default style of many UI components by setting the View.uiSkin value. Below I've set a green colour on the elements. This works for basic elements like UIButton.
```kotlin
uiS…