EngineBay2
DashDisplay
Vertical
Bart
chibiosIgnition
ChibiGauge
LedShow
FuelGauge
dashGPS
libSerial
libSSD1306
libOLED
libNMEA
libLSM9DS1
libSmallPrintf
dualCDC
ais_server
libCharLCD
CharLCD
ScreenTimer
testOled
Nec2c
libIgnTiming
EDIS_Ignition
canSerial
AFRtranscoder
BlueGrey
calm
Elegant
Català-Valencià – Catalan
中文 – Chinese (Simplified)
中文 – Chinese (Traditional)
Česky – Czech
Dansk – Danish
Nederlands – Dutch
English – English
Suomi – Finnish
Français – French
Deutsch – German
עברית – Hebrew
हिंदी – Hindi
Magyar – Hungarian
Bahasa Indonesia – Indonesian
Italiano – Italian
日本語 – Japanese
한국어 – Korean
Македонски – Macedonian
मराठी – Marathi
Norsk – Norwegian
Polski – Polish
Português – Portuguese
Português – Portuguese (Brazil)
Русский – Russian
Slovenčina – Slovak
Slovenščina – Slovenian
Español – Spanish
Svenska – Swedish
Türkçe – Turkish
Українська – Ukrainian
Oëzbekcha – Uzbek
Subversion Repositories
dashGPS
(root)
/
trunk
/
src
/
display.cpp
– Rev 31
Rev
Hide changed files
|
Details
|
Compare with Previous
|
Blame
|
RSS feed
Filtering Options
From rev
To rev
Max revs
Search history for
Show All
Rev
Age
Author
Path
Log message
Diff
Changes
31
1221 d 19 h
mjames
/
Adding second I2C bus for extension as it crashed .
/branches/dashGPS-bmp/Core/Inc/main.h
/branches/dashGPS-bmp/DashGPS.ioc
/trunk/Core/Src/main.c
/trunk/src/display.cpp
30
1340 d 23 h
mjames
/trunk/
Updated error check for remote I2C device failure..
/trunk/Core/Src/main.c
/trunk/src/display.cpp
29
1340 d 23 h
mjames
/
Added power down to I2C1 bus - used a GPIO pin to power the low-power bus devices .
/branches/dashGPS-bmp/Core/Inc/main.h
/branches/dashGPS-bmp/DashGPS.ioc
/branches/dashGPS-bmp/Makefile
/trunk/Core/Src/main.c
/trunk/src/display.cpp
28
1341 d 17 h
mjames
/
Setup to use I2C1 for the external I2C bus.
/branches/dashGPS-bmp/Core/Inc/main.h
/branches/dashGPS-bmp/Core/Src/stm32f1xx_hal_msp.c
/branches/dashGPS-bmp/DashGPS.ioc
/branches/dashGPS-bmp/Makefile
/trunk/Core/Src/main.c
/trunk/src/display.cpp
27
1353 d 20 h
mjames
/
Added watchdog timer,
Updated to use new serial driver code.
/branches/dashGPS-bmp/.mxproject
/branches/dashGPS-bmp/Core/Inc/main.h
/branches/dashGPS-bmp/Core/Inc/stm32f1xx_hal_conf.h
/branches/dashGPS-bmp/DashGPS.ioc
/branches/dashGPS-bmp/Makefile
/trunk/Core/Src/main.c
/trunk/src/display.cpp
26
1474 d 2 h
mjames
/
Modified for two BME280 sensors.
/branches/dashGPS-bmp/Core/Inc/main.h
/branches/dashGPS-bmp/Makefile
/branches/dashGPS-bmp/USB_DEVICE/Target/usbd_conf.h
/branches/dashGPS-bmp/inc/display.h
/trunk/Core/Src/main.c
/trunk/src/display.cpp
25
1479 d 0 h
mjames
/
Improved average speed.
/branches/dashGPS-bmp/Core/Inc/main.h
/branches/dashGPS-bmp/DashGPS.ioc
/trunk/Core/Src/main.c
/trunk/src/display.cpp
24
1481 d 2 h
mjames
/
Reducing the rate of buffer overflows.
/branches/dashGPS-bmp/Core/Inc/main.h
/trunk/Core/Src/main.c
/trunk/src/display.cpp
23
1481 d 18 h
mjames
/trunk/
Altered buffer size, and start up of speed averaging code.
Need to drop baud rate from 115200 as this is causing buffer overflow.
/trunk/build
/trunk
/trunk/Core/Src/main.c
/trunk/src/display.cpp
22
1481 d 22 h
mjames
/
Updated to new STM32 lib API for UART
/branches/dashGPS-bmp/Core/Src/stm32f1xx_it.c
/branches/dashGPS-bmp/DashGPS.ioc
/branches/dashGPS-bmp/Makefile
/trunk/Core/Src/main.c
/trunk/src/display.cpp
16
1536 d 18 h
mjames
/trunk/
Changed print formatting to use NMEA XDR messages, and remember to ground the CS0 of the Bosch BMP280 sensor.
/trunk/.cproject
/trunk/.mxproject
/trunk/.project
/trunk/.settings
/trunk/.settings/ilg.gnumcueclipse.debug.gdbjtag.openocd.prefs
/trunk/.settings/ilg.gnumcueclipse.managedbuild.cross.arm.prefs
/trunk/.settings/ilg.gnumcueclipse.managedbuild.cross.prefs
/trunk/.settings/language.settings.xml
/trunk/.settings/org.eclipse.cdt.core.prefs
/trunk/Middlewares
/trunk/Middlewares/ST
/trunk/Middlewares/ST/STM32_USB_Device_Library
/trunk/Middlewares/ST/STM32_USB_Device_Library/Class
/trunk/Middlewares/ST/STM32_USB_Device_Library/Class/CDC
/trunk/Middlewares/ST/STM32_USB_Device_Library/Class/CDC/Inc
/trunk/Middlewares/ST/STM32_USB_Device_Library/Class/CDC/Inc/usbd_cdc.h
/trunk/Middlewares/ST/STM32_USB_Device_Library/Class/CDC/Inc/usbd_cdc_if_template.h
/trunk/Middlewares/ST/STM32_USB_Device_Library/Class/CDC/Src
/trunk/Middlewares/ST/STM32_USB_Device_Library/Class/CDC/Src/usbd_cdc.c
/trunk/Middlewares/ST/STM32_USB_Device_Library/Class/CDC/Src/usbd_cdc_if_template.c
/trunk/Middlewares/ST/STM32_USB_Device_Library/Core
/trunk/Middlewares/ST/STM32_USB_Device_Library/Core/Inc
/trunk/Middlewares/ST/STM32_USB_Device_Library/Core/Inc/usbd_conf_template.h
/trunk/Middlewares/ST/STM32_USB_Device_Library/Core/Inc/usbd_core.h
/trunk/Middlewares/ST/STM32_USB_Device_Library/Core/Inc/usbd_ctlreq.h
/trunk/Middlewares/ST/STM32_USB_Device_Library/Core/Inc/usbd_def.h
/trunk/Middlewares/ST/STM32_USB_Device_Library/Core/Inc/usbd_desc_template.h
/trunk/Middlewares/ST/STM32_USB_Device_Library/Core/Inc/usbd_ioreq.h
/trunk/Middlewares/ST/STM32_USB_Device_Library/Core/Src
/trunk/Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_conf_template.c
/trunk/Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_core.c
/trunk/Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ctlreq.c
/trunk/Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_desc_template.c
/trunk/Middlewares/ST/STM32_USB_Device_Library/Core/Src/usbd_ioreq.c
/trunk/USB_DEVICE
/trunk/USB_DEVICE/App
/trunk/USB_DEVICE/App/usb_device.c
/trunk/USB_DEVICE/App/usb_device.h
/trunk/USB_DEVICE/App/usbd_cdc_if.c
/trunk/USB_DEVICE/App/usbd_cdc_if.h
/trunk/USB_DEVICE/App/usbd_desc.c
/trunk/USB_DEVICE/App/usbd_desc.h
/trunk/USB_DEVICE/Target
/trunk/USB_DEVICE/Target/usbd_conf.c
/trunk/USB_DEVICE/Target/usbd_conf.h
/trunk/build
/trunk/build/DashGPS.bin
/trunk/build/DashGPS.elf
/trunk/build/DashGPS.hex
/trunk/build/DashGPS.map
/trunk/build/ap_math.cpp
/trunk/build/ap_math.d
/trunk/build/bmp280.d
/trunk/build/bmp280.lst
/trunk/build/display.cpp
/trunk/build/display.d
/trunk/build/displayDial.cpp
/trunk/build/displayDial.d
/trunk/build/displayFont.cpp
/trunk/build/displayFont.d
/trunk/build/displayclass.cpp
/trunk/build/displayclass.d
/trunk/build/fontclass.cpp
/trunk/build/fontclass.d
/trunk/build/main.d
/trunk/build/main.lst
/trunk/build/nmea.d
/trunk/build/nmea.lst
/trunk/build/serial.d
/trunk/build/serial.lst
/trunk/build/small_printf.d
/trunk/build/small_printf.lst
/trunk/build/startup_stm32f103xb.d
/trunk/build/stm32_halDisplay.cpp
/trunk/build/stm32_halDisplay.d
/trunk/build/stm32f1xx_hal.d
/trunk/build/stm32f1xx_hal.lst
/trunk/build/stm32f1xx_hal_cortex.d
/trunk/build/stm32f1xx_hal_cortex.lst
/trunk/build/stm32f1xx_hal_dma.d
/trunk/build/stm32f1xx_hal_dma.lst
/trunk/build/stm32f1xx_hal_exti.d
/trunk/build/stm32f1xx_hal_exti.lst
/trunk/build/stm32f1xx_hal_flash.d
/trunk/build/stm32f1xx_hal_flash.lst
/trunk/build/stm32f1xx_hal_flash_ex.d
/trunk/build/stm32f1xx_hal_flash_ex.lst
/trunk/build/stm32f1xx_hal_gpio.d
/trunk/build/stm32f1xx_hal_gpio.lst
/trunk/build/stm32f1xx_hal_gpio_ex.d
/trunk/build/stm32f1xx_hal_gpio_ex.lst
/trunk/build/stm32f1xx_hal_i2c.d
/trunk/build/stm32f1xx_hal_i2c.lst
/trunk/build/stm32f1xx_hal_msp.d
/trunk/build/stm32f1xx_hal_msp.lst
/trunk/build/stm32f1xx_hal_pcd.d
/trunk/build/stm32f1xx_hal_pcd.lst
/trunk/build/stm32f1xx_hal_pcd_ex.d
/trunk/build/stm32f1xx_hal_pcd_ex.lst
/trunk/build/stm32f1xx_hal_pwr.d
/trunk/build/stm32f1xx_hal_pwr.lst
/trunk/build/stm32f1xx_hal_rcc.d
/trunk/build/stm32f1xx_hal_rcc.lst
/trunk/build/stm32f1xx_hal_rcc_ex.d
/trunk/build/stm32f1xx_hal_rcc_ex.lst
/trunk/build/stm32f1xx_hal_rtc.d
/trunk/build/stm32f1xx_hal_rtc.lst
/trunk/build/stm32f1xx_hal_rtc_ex.d
/trunk/build/stm32f1xx_hal_rtc_ex.lst
/trunk/build/stm32f1xx_hal_spi.d
/trunk/build/stm32f1xx_hal_spi.lst
/trunk/build/stm32f1xx_hal_tim.d
/trunk/build/stm32f1xx_hal_tim.lst
/trunk/build/stm32f1xx_hal_tim_ex.d
/trunk/build/stm32f1xx_hal_tim_ex.lst
/trunk/build/stm32f1xx_hal_uart.d
/trunk/build/stm32f1xx_hal_uart.lst
/trunk/build/stm32f1xx_it.d
/trunk/build/stm32f1xx_it.lst
/trunk/build/stm32f1xx_ll_usb.d
/trunk/build/stm32f1xx_ll_usb.lst
/trunk/build/system_stm32f1xx.d
/trunk/build/system_stm32f1xx.lst
/trunk/build/usb_device.d
/trunk/build/usb_device.lst
/trunk/build/usbd_cdc.d
/trunk/build/usbd_cdc.lst
/trunk/build/usbd_cdc_if.d
/trunk/build/usbd_cdc_if.lst
/trunk/build/usbd_conf.d
/trunk/build/usbd_conf.lst
/trunk/build/usbd_core.d
/trunk/build/usbd_core.lst
/trunk/build/usbd_ctlreq.d
/trunk/build/usbd_ctlreq.lst
/trunk/build/usbd_desc.d
/trunk/build/usbd_desc.lst
/trunk/build/usbd_ioreq.d
/trunk/build/usbd_ioreq.lst
/trunk/inc/nmea.h
/trunk/src/nmea.c
/trunk/Core/Inc/main.h
/trunk/Core/Inc/stm32f1xx_it.h
/trunk/Core/Src/stm32f1xx_hal_msp.c
/trunk/Core/Src/stm32f1xx_it.c
/trunk/DashGPS.ioc
/trunk/Makefile
/trunk/STM32F103RBTx_FLASH.ld
/trunk/src/display.cpp
15
1541 d 18 h
mjames
/trunk/src/
Reduced temperature read to every 5 secs
/trunk/src/display.cpp
13
1714 d 2 h
mjames
/trunk/
Update to provide USB CDC UART access for debug/logging.
/trunk/Core/Inc/main.h
/trunk/Core/Inc/stm32f1xx_hal_conf.h
/trunk/Core/Inc/stm32f1xx_it.h
/trunk/Core/Src/main.c
/trunk/Core/Src/stm32f1xx_hal_msp.c
/trunk/Core/Src/stm32f1xx_it.c
/trunk/DashGPS.ioc
/trunk/Makefile
/trunk/src/display.cpp
11
1714 d 5 h
mjames
/trunk/
Added BMP280 sensor, and changed serial API
/trunk/Core/Inc/stm32f1xx_hal_conf.h
/trunk/Core/Src/main.c
/trunk/Core/Src/stm32f1xx_hal_msp.c
/trunk/DashGPS.ioc
/trunk/Makefile
/trunk/inc/display.h
/trunk/src/display.cpp
10
1741 d 22 h
mjames
/trunk/
Updated code
/trunk/Makefile
/trunk/src/display.cpp
9
1769 d 21 h
mjames
/trunk/
Updated to show time, correctly read GPS data when buffer overflows.
/trunk/Core/Src/main.c
/trunk/Core/Src/stm32f1xx_hal_msp.c
/trunk/DashGPS.ioc
/trunk/Makefile
/trunk/inc/nmea.h
/trunk/src/display.cpp
/trunk/src/nmea.c
8
1772 d 17 h
mjames
/trunk/
Displays a small display
/trunk/Core/Src/main.c
/trunk/Makefile
/trunk/src/display.cpp
7
1773 d 17 h
mjames
/trunk/src/
Updated to draw test data and use a font to display text.
/trunk/src/display.cpp
6
1775 d 17 h
mjames
/trunk/
Added call-out from C to C++ to allow using libOLED C++ library
/trunk/inc/display.h
/trunk/inc/ssd1306_config.h
/trunk/src/display.cpp
/trunk/Core/Src/main.c
/trunk/Makefile