Commit Graph

47 Commits

Author SHA1 Message Date
King Kévin 40b9c5dc48 fix typo 2016-02-01 13:15:26 +01:00
King Kévin c99e49a5d7 add short description 2016-01-27 16:35:44 +01:00
King Kévin b9f3e244af typo 2016-01-26 10:51:03 +01:00
King Kévin 7661170957 vfd has how two lines 2016-01-26 10:16:14 +01:00
King Kévin 91fd87c701 remove LED toggle debug 2016-01-26 10:01:31 +01:00
King Kévin c1efb819a5 add animation 2016-01-26 09:46:36 +01:00
King Kévin a7e4d8f4ea display typed text 2016-01-25 10:29:32 +01:00
King Kévin f65a53f606 fix digit mask 2016-01-25 10:15:09 +01:00
King Kévin f5f4fa55eb combine on/off with refresh 2016-01-25 00:46:09 +01:00
King Kévin 78e2f7bb1c combine the driver data for digits and matrix 2016-01-25 00:39:29 +01:00
King Kévin 94664bafad precalculate all spi data 2016-01-24 21:54:42 +01:00
King Kévin 486d80f00d use timer to output data 2016-01-24 20:33:11 +01:00
King Kévin 515ecdfa3a move timer to VFD 2016-01-24 17:26:53 +01:00
King Kévin c7d6b855d9 test timer implemented 2016-01-24 16:51:32 +01:00
King Kévin 20538ae13b move defines from header to source. no need to share them 2016-01-24 16:50:48 +01:00
King Kévin 465aaa9bb8 ignore changes in submodules 2016-01-24 16:50:08 +01:00
King Kévin 21a2567d1d clean up SPI code 2016-01-22 16:33:03 +01:00
King Kévin ad7754d488 VFD now uses SPI to shift data to driver 2016-01-22 16:22:47 +01:00
King Kévin 15100f6e21 now able to drive all VFG parts 2016-01-21 13:06:51 +01:00
King Kévin 515b52ec7b add VFD set and test capabilities 2016-01-21 11:52:59 +01:00
King Kévin ab273fc545 put VFD utilities into a library 2016-01-21 11:40:19 +01:00
King Kévin 7274d7e3df add reset utility for flashing using DFU 2016-01-21 11:00:20 +01:00
King Kévin 57f3b45f83 reset device when USB CDC ACM data with is set to 5 bits, to restart DFU bootloader 2016-01-21 10:59:53 +01:00
King Kévin f7d0b5610c add bunny pictures 2016-01-20 22:29:56 +01:00
King Kévin 7f71c9b828 make USB TX buffer less lock prone 2016-01-20 22:28:22 +01:00
King Kévin af8aedd1f6 fix ascii check 2016-01-20 12:23:51 +01:00
King Kévin 51549151c6 display characters on matrix 2016-01-20 12:09:42 +01:00
King Kévin e9a92f16b2 add matrix selector 2016-01-20 10:53:08 +01:00
King Kévin 7894df3bb3 use table for 7 segments characters 2016-01-20 10:27:37 +01:00
King Kévin f21120aa0c correct USB descriptor 2016-01-20 10:27:14 +01:00
King Kévin 0e2f87ed41 show resulting elf size 2016-01-19 13:50:51 +01:00
King Kévin 3cb678848c show resulting elf size 2016-01-19 13:49:55 +01:00
King Kévin 07219f4873 display all digits 2016-01-19 13:10:52 +01:00
King Kévin cec0a0885a add 7 segment encoder for VFD 2016-01-19 12:15:46 +01:00
King Kévin 2494256828 improve USB transmit reliability (but still not ideal) 2016-01-19 12:15:03 +01:00
King Kévin 30638d643b add VFD code 2016-01-18 16:27:51 +01:00
King Kévin 2eff94979e example code now also uses USB CDC ACM 2016-01-18 16:25:32 +01:00
King Kévin 4a149d6a80 add library to support USB CDC ACM communication 2016-01-18 16:15:23 +01:00
King Kévin 8b8b2bf287 make variables static 2016-01-18 16:12:42 +01:00
King Kévin 41f0f7d7b4 better V=1 makefile output 2016-01-18 16:11:45 +01:00
King Kévin 55cb2009d9 example now echos back UART communication 2016-01-17 15:03:10 +01:00
King Kévin f0d2933ff8 add basic LED+USART example 2016-01-17 14:54:54 +01:00
King Kévin ebd0bc03b2 handle own libraries 2016-01-17 14:54:15 +01:00
King Kévin e50c9a1c49 ignore compiled files 2016-01-17 14:07:10 +01:00
King Kévin ee3249ddec add make file for very simple main.c file. uses libopencm3 and stm32duino-bootloader 2016-01-17 14:06:39 +01:00
King Kévin de1b23f848 add linking script for stm32f103x8 without stm32duino bootloader 2016-01-17 14:05:12 +01:00
King Kévin c5b1d1eda4 add libopencm3 and STM32duino-bootloader submodules dependencies 2016-01-15 15:36:00 +01:00