Skip to content

Commit

Permalink
cleanup, add bus frequency override to demo example
Browse files Browse the repository at this point in the history
  • Loading branch information
vroland committed Feb 13, 2024
1 parent 782b6a4 commit e45bc27
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions examples/demo/main/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,11 @@ void idf_setup() {
epd_rotated_display_height()
);

// The display bus settings for V7 may be conservative, you can manually
// override the bus speed to tune for speed, i.e., if you set the PSRAM speed
// to 120MHz.
// epd_set_lcd_pixel_clock_MHz(17);

heap_caps_print_heap_info(MALLOC_CAP_INTERNAL);
heap_caps_print_heap_info(MALLOC_CAP_SPIRAM);
}
Expand Down
Empty file removed examples/dragon/main/func.h
Empty file.

0 comments on commit e45bc27

Please sign in to comment.