Aktivität
von 01.11.2022 bis 30.11.2022
30.11.2022
- 21:10 Biwak Revision e90f8154 (libbiwak3): pwm: also set pwm value to 0 when barrel organ stopped
- 21:10 Biwak Revision 117aa3ba (libbiwak3): updated font
- 21:07 Biwak Revision 55c1fdfb (libbiwak3): Merge branch 'master' of /media/mase/Backup/srv/git/src/libbiwak
- 13:24 libocelli Feature #324 (In Bearbeitung): Slider widget
- 13:23 libocelli Feature #324 (Erledigt): Slider widget
- 8 LED bars;
press indicator ring around all. Drawing like a real button
int theorie ((320 - 64) - (64 - 48)) / 8 ...
28.11.2022
- 21:05 Biwak Revision 7eb8fdb3 (libbiwak3): adjusted i2c eeprom functions
- 20:59 Biwak Revision d51420d0 (libbiwak3): draft
- 10:17 libocelli Feature #305: ImgCat
- Works perfectly.
Global Header missing.
When article-ID and Version does not match, automatically start PhonyBL.
26.11.2022
- 11:52 libocelli Feature #320 (Erledigt): Implement Qt display
- 11:41 Biwak Revision 86475c5f (libbiwak3): gdisplay: renamed members
- 11:41 Biwak Revision b07e334c (libbiwak3): fixed compiling issues
- 11:40 Biwak Revision 389777cc (libbiwak3): Implemented CFlashFile
- Access media in qt binaries
- 11:40 Biwak Revision 2f92a9c1 (libbiwak3): flash_spi: use abstract flash base class
- Was only done for i2c eeprom
25.11.2022
- 20:13 Biwak Revision 762fdd19 (libbiwak3): fixes for x86-build
- 15:14 Biwak Revision a6088e55 (libbiwak3): got it compile for linux/x86 again
- 10:44 Biwak Revision abd155ef (libbiwak3): draft
24.11.2022
- 20:38 Biwak Revision 62f3c932 (libbiwak3): Merge branch 'master' of /media/mase/Backup/srv/git/src/libbiwak
- 20:35 Biwak Revision 5f526526 (libbiwak3): gdisplay: added colors
- 19:24 libocelli Feature #320: Implement Qt display
- https://cristianadam.eu/20191012/building-multiple-configurations-with-cmake-in-one-go/
- 13:14 libocelli Feature #320 (Erledigt): Implement Qt display
- For documentation some screenshots are needed. In the Qt way there is an Ui-class which with an setupUi(QWidget *).
...
19.11.2022
- 16:32 Biwak Feature #301 (Erledigt): Get rid of strange timer calculations
- 16:31 Biwak Feature #308 (Erledigt): implement CHeartBeat
- 15:33 Biwak Revision 6f993f74 (libbiwak3): implemented heartbeat class
- 13:56 Biwak Revision f1484203 (libbiwak3): draft
- 13:56 Biwak Revision 1ab2f8a8 (libbiwak3): sdmmc: ise MSI as clock source
- 13:55 Biwak Revision 0e0b8244 (libbiwak3): added deep-sleep commands for spi flash
- 11:13 Biwak Revision 28cee06d (libbiwak3): Merge branch 'master' of /media/mase/Backup/srv/git/src/libbiwak
- 11:12 Biwak Revision 285e00c3 (libbiwak3): exception: added assert_failed()
18.11.2022
17.11.2022
- 20:41 Biwak Revision 803992cb (libbiwak3): debug usb
14.11.2022
- 11:08 Biwak Feature #311 (Neu): Implement DMA USB
- Would be nict to receive data from USB and store data to SPI flash at the same time.
- 11:05 Biwak Feature #309 (Erledigt): Implement USB-CDC (again)
- Done.
12.11.2022
- 13:44 Biwak Revision d6f40a0b (libbiwak3): Merge branch '309-implement_usb_cdc'
- 13:44 Biwak Revision ae123c1c (libbiwak3): iostream: renamed getc() to getch() because getc is a macro in stdio.h
- 13:43 Biwak Revision 8d78e907 (libbiwak3): cleanup
- 12:51 Biwak Revision 6c55e7ae (libbiwak3): USB: cleanup
- 12:32 Biwak Revision 369c90b5 (libbiwak3): draft for USB-CDC device
11.11.2022
- 18:19 Biwak Feature #309: Implement USB-CDC (again)
- An bringup test is not needed; its an bringup test, not an biwak test.
- 18:13 Biwak Feature #309 (Erledigt): Implement USB-CDC (again)
- 17:52 libocelli Feature #238 (Erledigt): implement Navi-Screen
- 17:34 Biwak Feature #308 (Erledigt): implement CHeartBeat
- There is the "trouble" function implemented for sensemux.
It should be integrated to an heartbeat class.
* good (...
09.11.2022
- 21:30 Biwak Revision 4e8f1232 (libbiwak3): forwardported usb
- 13:34 libocelli Feature #305 (Erledigt): ImgCat
- Image cataloge format for SPI-Flash.
Type:
* Splash
* Photo
* Icon
* End
* Font
Format:
* Raw RGBA
* Raw...
08.11.2022
- 21:39 Biwak Revision 58a59894 (libbiwak3): updated font
- 21:33 Biwak Revision 567d5733 (libbiwak3): CFlashI2c: added delay between writing parts of data
- 21:32 Biwak Revision d935ed6e (libbiwak3): timer_calc: reduced calculateValuesByFrequency() to minimal version
- 19:21 Biwak Revision 083f1bf4 (libbiwak3): updated fonts
- 10:00 libcampo Feature #302 (Neu): campo.sh: writeHwInfo: support multiple layout versions
- Split converting functions to own file and have different functions.
The "campo.sh" file needs to contain variable...
07.11.2022
- 14:39 Biwak Feature #301 (Erledigt): Get rid of strange timer calculations
prescaler=( cpu / target / 65536 ) + 1;
period=( cpu / target / prescaler );
e.g.
prescaler = i...
06.11.2022
- 18:04 Biwak Revision 10fe8d56 (libbiwak3): gdisplay_ili9341: dont clear on startup
- 18:04 Biwak Revision 2f222b9f (libbiwak3): update font
- 17:04 Biwak Revision 8d0bb60b (libbiwak3): added beep mode
- 17:04 Biwak Revision 76c39a3c (libbiwak3): updated fonts
- 15:34 Biwak Revision 29c02d0d (libbiwak3): updated fonts
- 14:47 Biwak Revision 267c5ebc (libbiwak3): updated fonts
- 14:45 Biwak Revision 4809ed97 (libbiwak3): updated fonts
- 14:25 Biwak Revision 22121ba7 (libbiwak3): updated fonts
- 11:22 Biwak Revision 592201a1 (libbiwak3): gdisplay: added color darkDarkGray
05.11.2022
- 20:59 Biwak Revision a813131b (libbiwak3): updated font
- 20:33 Biwak Revision c7e73acc (libbiwak3): can: dont print error in ISR
- 20:32 Biwak Revision 28505868 (libbiwak3): fixed calculation of font text width
- 20:32 Biwak Revision c2b1a461 (libbiwak3): updated fonts
03.11.2022
- 20:03 Biwak Revision e2981b4e (libbiwak3): updated fonts
01.11.2022
Auch abrufbar als: Atom