Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
joonamo committed Mar 10, 2019
1 parent 5766d31 commit 4749db2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ When using one of the displays that stack on top of the Pi that are already reco
If you connected wires directly on the Pi instead of using a Hat from the above list, you will need to use the configuration directives below. In addition to specifying the display, you will also need to tell fbcp-ili9341 which GPIO pins you wired the connections to. To configure the display controller, pass one of:

- `-DILI9341=ON`: If you are running on any other generic ILI9341 display, or on Waveshare32b display that is standalone and not on the FreeplayTech CM3/Zero device, pass this flag.
- `-DILI9430=ON`: If you have a ILI9430 display, pass this directive. ILI9430 and ILI9341 chipsets are quite similar and ILI9341 displays might work with the same setup commands as ILI9430.
- `-DILI9430=ON`: If you have a ILI9430 display, pass this directive. ILI9430 and ILI9341 chipsets are very similar, but ILI9430 doesn't support all of the features on ILI9431 and they will be disabled or downgraded.
- `-DHX8357D=ON`: If you have a HX8357D display, pass this directive.
- `-DSSD1351=ON`: If you have a SSD1351 OLED display, use this.
- `-DST7735R=ON`: If you have a ST7735R display, use this.
Expand Down

0 comments on commit 4749db2

Please sign in to comment.