Skip to content

Commit

Permalink
Make linux default 320x240.
Browse files Browse the repository at this point in the history
  • Loading branch information
marcmerlin committed May 9, 2023
1 parent 49d0992 commit e81e2ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions neomatrix_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -897,8 +897,8 @@ uint32_t tft_spi_speed;
const uint16_t MATRIX_TILE_HEIGHT= 96;
#else
#pragma message "Please write M384BY256 or equivalent to /root/NM/gfxdisplay (see ../../makeNativeArduino.mk)"
const uint16_t MATRIX_TILE_WIDTH = 128;
const uint16_t MATRIX_TILE_HEIGHT= 192;
const uint16_t MATRIX_TILE_WIDTH = 320;
const uint16_t MATRIX_TILE_HEIGHT= 240;
#endif
#endif
const uint8_t MATRIX_TILE_H = 1; // number of matrices arranged horizontally
Expand Down

0 comments on commit e81e2ef

Please sign in to comment.