Skip to content

Commit

Permalink
Updated Inkplate 10 Factory according to specs
Browse files Browse the repository at this point in the history
  • Loading branch information
rsoric committed Nov 5, 2024
1 parent 45be70f commit 8f6bd04
Show file tree
Hide file tree
Showing 4 changed files with 833 additions and 832 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -261,6 +261,9 @@ void setup()
void loop()
{
// Let's show the slides!
// The first slide is the splash screen
showSplashScreen(waveformEEPROM);
waitForWakeButtonPress(); // Wait until the wake button is pressed to go to the next slide

// First, certain slides have to be decompressed, so this is not done in a loop automatically
// This slide is the 'welcome' slide
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ def create_cpp_array(data, variable_name='compressed_data'):
return cpp_array

def main():
input_file = 'slide02_cropped.h'
output_file = 'compressed_data.h'
input_file = 'slide_02_uncompresed.h'
output_file = 'slide_02.h'

# Check if input file exists
if not os.path.isfile(input_file):
Expand Down

Large diffs are not rendered by default.

Loading

0 comments on commit 8f6bd04

Please sign in to comment.