[GH-ISSUE #279] Add a way to manage wallpapers #115

Open
opened 2026-05-06 13:15:31 +02:00 by BreizhHardware · 5 comments

Originally created by @ImpotStite on GitHub (Oct 4, 2022).
Original GitHub issue: https://github.com/UpsilonNumworks/Upsilon/issues/279

Je propose une appli qui permet de changer de fond d’écran (ajouter dans la mémoire flash comme maintenant). De plus même si je pense que ça peut être très compliquer à faire, une fonction python qui permettrais de rajouter une capture d’écran d’un possible dessin que l’on pourrait faire avec turtle ou kandinsky. Bien sur la capture ne serait pas stocké dans la mémoire flash et donc supprimé par un reset.

Originally created by @ImpotStite on GitHub (Oct 4, 2022). Original GitHub issue: https://github.com/UpsilonNumworks/Upsilon/issues/279 Je propose une appli qui permet de changer de fond d’écran (ajouter dans la mémoire flash comme maintenant). De plus même si je pense que ça peut être très compliquer à faire, une fonction python qui permettrais de rajouter une capture d’écran d’un possible dessin que l’on pourrait faire avec turtle ou kandinsky. Bien sur la capture ne serait pas stocké dans la mémoire flash et donc supprimé par un reset.
Author
Owner

@Yaya-Cout commented on GitHub (Oct 5, 2022):

There is no enough memory (340×240×(16÷8) = 163200 bytes = 163.2 KB). Explanation of the calculation: screen width × screen height × (number of bytes for a pixel = 16 bits / 8 bits in one byte to convert in byte = 2 bytes). But it's a good idea !

<!-- gh-comment-id:1268302224 --> @Yaya-Cout commented on GitHub (Oct 5, 2022): There is no enough memory (`340×240×(16÷8) = 163200 bytes = 163.2 KB`). Explanation of the calculation: screen width × screen height × (number of bytes for a pixel = 16 bits / 8 bits in one byte to convert in byte = 2 bytes). But it's a good idea !
Author
Owner

@ImpotStite commented on GitHub (Oct 5, 2022):

Pas tout compris mais je présume que tu parle du truc python que je propose

<!-- gh-comment-id:1268354715 --> @ImpotStite commented on GitHub (Oct 5, 2022): Pas tout compris mais je présume que tu parle du truc python que je propose
Author
Owner

@ImpotStite commented on GitHub (Oct 5, 2022):

Mais pour avoir plusieurs fond d’écran que tu puisse changer ça serait faisable?

<!-- gh-comment-id:1268355861 --> @ImpotStite commented on GitHub (Oct 5, 2022): Mais pour avoir plusieurs fond d’écran que tu puisse changer ça serait faisable?
Author
Owner

@Yaya-Cout commented on GitHub (Oct 5, 2022):

Yes, It's easy

<!-- gh-comment-id:1268356919 --> @Yaya-Cout commented on GitHub (Oct 5, 2022): Yes, It's easy
Author
Owner

@ImpotStite commented on GitHub (Oct 5, 2022):

😍

<!-- gh-comment-id:1268358164 --> @ImpotStite commented on GitHub (Oct 5, 2022): 😍
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/Upsilon#115
No description provided.