Commit graph

23 commits

Author SHA1 Message Date
Simon Hausmann
8ed35eded1 Remove the std feature from the mcu bsp crate
The example can use the std feature of slint directly
2022-08-25 12:54:52 +02:00
Simon Hausmann
d90b503a1c Move the mcu backend to become a board support helper crate for examples 2022-08-25 12:54:52 +02:00
Olivier Goffart
9b6188b3d7 MCU: remove the simulator
Now that the winit backend can do software rendering
2022-08-23 14:45:49 +02:00
ogoffart
6b15d2e479 Bump version number to 0.2.6 2022-07-06 09:58:14 +00:00
Olivier Goffart
76e5055d66 printerdemo_mcu: Reset the queue when it is empty 2022-06-20 18:32:15 +02:00
Olivier Goffart
2b68995e1c printerdemo_mcu: prettyfiy the checkbox and make the text clickable 2022-06-20 10:29:38 +02:00
Olivier Goffart
1b8f5824d3 Revert "printerdemo_mcu: Preffify checkboxes"
This reverts commit 474eb3482e.
2022-06-20 09:55:59 +02:00
Olivier Goffart
817b5c536f printerdemo_mcu: tiny adjustment to the ink page animation
Since the software renderer doesn't clip the rounded rect, it doesn't look good when the
ink level is totaly empty, so adjust a bit for that
2022-06-18 22:31:38 +02:00
Tobias Hunger
474eb3482e printerdemo_mcu: Preffify checkboxes
The checkmark looks poor, replace it with a simple rectangle:-)
2022-06-17 18:41:30 +02:00
Tobias Hunger
4cbc675ecf Add slint logo to settings page
... in light and dark and with switching between the two.
2022-06-17 18:21:23 +02:00
Tobias Hunger
278e89314f
printerdemo_mcu: Align page_selection.svg to pixel grid (#1360)
Improve alignment of page_selection.svg to the pixel grid.
2022-06-17 18:20:02 +02:00
Tobias Hunger
71995fa878
Printerdemo_mcu: Polish settings page (#1358) 2022-06-17 14:03:34 +02:00
Tobias Hunger
d5d29f59f9
Polish Icons in printerdemo (#1357) 2022-06-17 14:03:04 +02:00
Tobias Hunger
235f1d4122
Printerdemo_mcu: React on press, not release events (#1350)
Olivier liked the change when I showed it to him on the pico, so I'll just go ahead and merge this.
2022-06-16 13:47:51 +02:00
ogoffart
3709ded44d Bump version number to 0.2.5 2022-05-09 16:16:00 +00:00
ogoffart
c160ec2aef Bump version number to 0.2.4 2022-05-09 13:49:25 +00:00
ogoffart
6395cdfc09 Bump version number to 0.2.3 2022-05-04 12:32:58 +00:00
Olivier Goffart
703cffd444 WIP: STM32H735G support 2022-04-27 09:00:52 +02:00
Simon Hausmann
ebb6dd4449 janitor: Fix typo 2022-04-19 16:58:06 +02:00
Olivier Goffart
512b3decc7
Adapt the printer demo to work on the 2.8'' display
Part of #1015
2022-03-17 14:13:22 +01:00
ogoffart
7b50791db4 Bump version number to 0.2.2 2022-03-10 08:48:33 +00:00
Olivier Goffart
9259413ec2 MCU cleanup
- Attempt to unify a bit the features so we have less #[cfg] in the demo
 - Add a README
2022-03-09 20:49:46 +01:00
Olivier Goffart
3f8c3dd830 Fork the printer demo for adjusting to the MCU
This is basically the already modified printer demo from the wip/mcu
branch but separat. The images and fonts folder are shared though via
symlinks.
2022-03-07 22:39:06 +01:00