Optimized screen draw. Only update needed rects

This commit is contained in:
Ander
2014-11-14 11:18:59 +01:00
parent 08da4995f1
commit 00b50c5202
10 changed files with 70 additions and 55 deletions

View File

@@ -108,6 +108,9 @@ class MainScreen():
else:
self.load_image()
def get_dirty_area(self):
return self.touch_text_manager.get_dirty_area()
def get_artist_string(self):
artists_string = ''
for artist in self.artists: