Modified Bob Stone's code for ILI9341 QVGA TFT's without touch capability. Navigation is now done with rotary encoders - two for position, & one setting the maxiterations.
Dependencies: SPI_TFT_ILI9341 TFT_fonts mbed
Fork of Mandelbrot by
Should have mentioned in the above: Encoder code is specific to the STM32F4, tested on Nucleo F401, should work on the Nucleo F411..
Encoder/Encoder.h
- Committer:
- gregeric
- Date:
- 2015-01-22
- Revision:
- 3:267e7130007d
- Parent:
- 2:b1169b84a563
File content as of revision 3:267e7130007d:
#ifndef ENCODER_H #define ENCODER_H void EncoderInit(TIM_Encoder_InitTypeDef encoder, TIM_HandleTypeDef timer, TIM_TypeDef *TIMx, uint32_t maxcount, uint32_t encmode); #endif