# InfiniTime 1.11

DevFeed: [InfiniTime 1.11](<https://devfeed.tech/articles/infinitime-1-11-34871.md>)

Original publisher: [Read original article](<https://pine64.org/2022/10/18/infinitime-1-11/>)

Published: 2022-10-18T00:00:00Z

Content type: release

Language: en

Sources: [Community blog on PINE64](<https://devfeed.tech/sources/community-blog-on-pine64.md>)

Topics: [Embedded Systems](<https://devfeed.tech/topics/embedded-systems.md>), [Filesystems](<https://devfeed.tech/topics/filesystems.md>), [Pine64](<https://devfeed.tech/topics/pine64.md>)

Tags: [contributors](<https://devfeed.tech/tags/contributors.md>), [embedded-systems](<https://devfeed.tech/tags/embedded-systems.md>), [file](<https://devfeed.tech/tags/file.md>), [infinitime](<https://devfeed.tech/tags/infinitime.md>), [new-features](<https://devfeed.tech/tags/new-features.md>), [pine64](<https://devfeed.tech/tags/pine64.md>), [pinetime](<https://devfeed.tech/tags/pinetime.md>), [release](<https://devfeed.tech/tags/release.md>)

## AI overview

Pine64 announces the InfiniTime 1.11 release, which includes two new watch faces and improvements developed over three and a half months. The release adds support for using the PineTime's external flash memory to store fonts and pictures for applications and watch faces.

## Source excerpt

We released InfiniTime 1.11 a few days ago. The timing of the release did not align with the monthly community update, so we decided to write a small blog post to highlight a few new features and provide new about the PineTime community! InfiniTime 1.11 is the result of three and a half months of work from many contributors. 59 pull request have been merged with changes ranging from new watch faces to small bug fixes passing by improvements in multiples area of the project. I'll highlight a few of these new changes in this post, and feel free to read the whole release note for more information! InfiniTime 1.11 brings 2 new watch faces! External resources As you may know, InfiniTime is currently quite constrained by the memory space available in the PineTime. Both RAM and flash memories are quite well packed, and we have to ensure that the changes we include in the project will actually fit in the remaining memory available. But we are not doomed to save any byte in memory forever, and we have multiple options to give InfiniTime a bit of fresh air! If you read the Pine64 monthly community updates, you may have noticed that I wrote about the usage of the external flash memory of the PineTime for some time now. Remember the blog post from December 2021 where I teased a few watch faces with custom backgrounds ? Nearly a year, that's the time it took to put all things together to make this happen : InfiniTime can now use the external flash memory to store fonts and pictures and make them available to applications and watch faces! Testing custom backgrounds back in December 2021 This feature will bring a lot of possibilities in the future : the external memory is a 4MB flash memory. It's really huge compared the the 512KB available in the main memory of the PineTime. In the future, we'll be able to move more and more data from the internal to the external memory, which will free very precious space to add more and more features to InfiniTime! What did it take to build thi