LCD version of the Mandelbrot example
This version is the ASCII one but uses the LCD display that is attached to the board for a more colorful result. This example also zooms into a more "interesting" place in the set so the display stays interesting during the full 100 generations.
This commit is contained in:
committed by
Piotr Esden-Tempski
parent
4de8d15303
commit
22f59c4583
@@ -0,0 +1,14 @@
|
||||
# README
|
||||
|
||||
This example program demonstrates the floating point coprocessor usage on
|
||||
the ST STM32F429IDISCOVERY eval board.
|
||||
|
||||
The mandlebrot is calculated and displayed on the attached LCD
|
||||
|
||||
## Board connections
|
||||
|
||||
| Port | Function | Description |
|
||||
| ----- | ------------- | --------------------------------- |
|
||||
| `PA9` | `(USART1_TX)` | TTL serial output `(115200,8,N,1)` |
|
||||
|
||||
Data can be sent to the serial port for debugging.
|
||||
Reference in New Issue
Block a user