Wykres commitów

  • a9252984bc Update build instructions and .gitignore Niccolò Izzo 2020-10-14 14:12:50 +0200
  • e9696920a6 Testing graphics driver on MD380 Silvano Seva 2020-10-10 22:33:19 +0200
  • 93cdea8369 Testing graphics driver on MD380 Silvano Seva 2020-10-10 22:33:19 +0200
  • 6420d2b2c1 Add TYT MD380 build target Niccolò Izzo 2020-10-11 00:25:59 +0200
  • 84072224f9 Add TYT MD380 build target Niccolò Izzo 2020-10-11 00:25:59 +0200
  • 603fddfdb0 Fixed drawLine function and endianness issues with pixel format in RGB565 graphics driver Silvano Seva 2020-10-10 09:22:13 +0200
  • 347672c10c Fixed drawLine function and endianness issues with pixel format in RGB565 graphics driver Silvano Seva 2020-10-10 09:22:13 +0200
  • 09602387b2 graphics_rgb565.c: Implement drawing empty rectangles Federico Amedeo Izzo 2020-10-09 13:56:28 +0200
  • cd18684149 graphics_rgb565.c: Implement drawing empty rectangles Federico Amedeo Izzo 2020-10-09 13:56:28 +0200
  • dac60a7be5 graphics_rgb565.c: Replaced hardtabs with spaces Federico Amedeo Izzo 2020-10-09 13:32:05 +0200
  • cd7a1fa802 graphics_rgb565.c: Replaced hardtabs with spaces Federico Amedeo Izzo 2020-10-09 13:32:05 +0200
  • 05f15d0488 x64_uC.c: Replace hard tabs with spaces Federico Amedeo Izzo 2020-10-09 13:14:42 +0200
  • dcffa60583 x64_uC.c: Replace hard tabs with spaces Federico Amedeo Izzo 2020-10-09 13:14:42 +0200
  • 52b4718deb graphics_rgb565.c: small refactoring. Linux-demo: moved from display interface to graphics interface Federico Amedeo Izzo 2020-10-09 12:47:30 +0200
  • 5412164768 graphics_rgb565.c: small refactoring. Linux-demo: moved from display interface to graphics interface Federico Amedeo Izzo 2020-10-09 12:47:30 +0200
  • 94bece00c0 add graphics_rgb565.c to linux target, fixed compilation errors Federico Amedeo Izzo 2020-10-09 09:51:29 +0200
  • cefeb8365c add graphics_rgb565.c to linux target, fixed compilation errors Federico Amedeo Izzo 2020-10-09 09:51:29 +0200
  • 0a3249522f renamed graphics_rgb.c to graphics_rgb565.c Federico Amedeo Izzo 2020-10-09 09:00:50 +0200
  • 3a745fc48f renamed graphics_rgb.c to graphics_rgb565.c Federico Amedeo Izzo 2020-10-09 09:00:50 +0200
  • c1982bdf61 graphics_rgb.c: add initial RGB graphic library version Federico Amedeo Izzo 2020-10-05 22:29:28 +0200
  • 46084a9b99 graphics_rgb.c: add initial RGB graphic library version Federico Amedeo Izzo 2020-10-05 22:29:28 +0200
  • c24e56185c graphics.h: removed getFramebuffer method Federico Amedeo Izzo 2020-10-05 20:28:27 +0200
  • 504e4cc87d graphics.h: removed getFramebuffer method Federico Amedeo Izzo 2020-10-05 20:28:27 +0200
  • f17a9241cc graphics.h Add color and coordinates struct, add fillScreen, drawLine and drawRect prototypes Federico Amedeo Izzo 2020-10-04 18:33:41 +0200
  • 9970cc1c19 graphics.h Add color and coordinates struct, add fillScreen, drawLine and drawRect prototypes Federico Amedeo Izzo 2020-10-04 18:33:41 +0200
  • 810586aa5b display.h: Move get_FrameBuffer() up in the interface file Federico Amedeo Izzo 2020-10-04 18:30:36 +0200
  • 589804f28f display.h: Move get_FrameBuffer() up in the interface file Federico Amedeo Izzo 2020-10-04 18:30:36 +0200
  • f5fbe40b96 Fix compilation for GCC 10 Niccolò Izzo 2020-10-04 18:27:10 +0200
  • bafd8fb318 Fix compilation for GCC 10 Niccolò Izzo 2020-10-04 18:27:10 +0200
  • 3a4ef7501a Add meson build system Niccolò Izzo 2020-10-04 18:25:26 +0200
  • 20175c246e Add meson build system Niccolò Izzo 2020-10-04 18:25:26 +0200
  • 60dd623ddd graphics.h: Add initial version Federico Amedeo Izzo 2020-10-04 17:21:24 +0200
  • 09d146e1a6 graphics.h: Add initial version Federico Amedeo Izzo 2020-10-04 17:21:24 +0200
  • b0e58dba83 Changed name in README.md Federico Amedeo Izzo 2020-10-04 17:20:55 +0200
  • c8622bd7f7 Changed name in README.md Federico Amedeo Izzo 2020-10-04 17:20:55 +0200
  • b324665b0f Fixed typo in display.h Federico Amedeo Izzo 2020-10-04 17:18:29 +0200
  • df07a5631f Fixed typo in display.h Federico Amedeo Izzo 2020-10-04 17:18:29 +0200
  • 638707a6aa Renamed 'lcd.h' to 'display.h' and updated the function names for low-level display driver. Silvano Seva 2020-10-03 10:31:06 +0200
  • 8f13b6d28a Renamed 'lcd.h' to 'display.h' and updated the function names for low-level display driver. Silvano Seva 2020-10-03 10:31:06 +0200
  • f043581928 Making the interface for low-level display drivers more general: now the pointer to framebuffer is returned as void *. Updated existing drivers and test code accordingly. Silvano Seva 2020-10-03 10:14:19 +0200
  • 4d26a557dd Making the interface for low-level display drivers more general: now the pointer to framebuffer is returned as void *. Updated existing drivers and test code accordingly. Silvano Seva 2020-10-03 10:14:19 +0200
  • ad8d89cd3e Testing uC/OS-III on STM32F4 MCU Silvano Seva 2020-10-01 09:42:24 +0200
  • c6190ef59a Testing uC/OS-III on STM32F4 MCU Silvano Seva 2020-10-01 09:42:24 +0200
  • 65c0e18102 README.md: Add Ubuntu ARM toolchain information Federico Amedeo Izzo 2020-09-28 14:55:29 +0200
  • 2da334b4e5 README.md: Add Ubuntu ARM toolchain information Federico Amedeo Izzo 2020-09-28 14:55:29 +0200
  • 6d4979c1af Testing uC/OS-III on x86_64 target Silvano Seva 2020-10-01 09:33:25 +0200
  • 2c151e9b36 Testing uC/OS-III on x86_64 target Silvano Seva 2020-10-01 09:33:25 +0200
  • 4ece7f9e71 Adding uC-OS3 Silvano Seva 2020-09-25 12:29:06 +0200
  • d6d64f996c Adding uC-OS3 Silvano Seva 2020-09-25 12:29:06 +0200
  • b2d613f38b Improved lcd_terminate function in SDL-based lcd driver Silvano Seva 2020-09-25 12:20:39 +0200
  • b8e3d0b200 Improved lcd_terminate function in SDL-based lcd driver Silvano Seva 2020-09-25 12:20:39 +0200
  • 2cfca62b00 Driver for SDL-based display emulator, updated lcd.h documentation Silvano Seva 2020-09-24 12:45:24 +0200
  • 48256c4218 Driver for SDL-based display emulator, updated lcd.h documentation Silvano Seva 2020-09-24 12:45:24 +0200
  • 564c7b94d9 Added missing folder Silvano Seva 2020-09-23 12:08:56 +0200
  • b9544d5d31 Added missing folder Silvano Seva 2020-09-23 12:08:56 +0200
  • 4ab8cb55e8 Creating folder structure Silvano Seva 2020-09-23 12:06:26 +0200
  • a0c6333074 Creating folder structure Silvano Seva 2020-09-23 12:06:26 +0200
  • 327d8c193c Start migrating code from previous work Silvano Seva 2020-09-23 12:00:39 +0200
  • 84654c2fde Start migrating code from previous work Silvano Seva 2020-09-23 12:00:39 +0200
  • 3fd2e6ddc1 Update README.md Niccolò Izzo 2020-09-22 22:32:59 +0200
  • c3e1e22d97 Update README.md Niccolò Izzo 2020-09-22 22:32:59 +0200
  • ab306eab66 Add loading scripts, update README.md, requirements.txt and .gitignore Silvano Seva 2020-03-30 16:58:03 +0200
  • 89c7af8102 Add loading scripts, update README.md, requirements.txt and .gitignore Silvano Seva 2020-03-30 16:58:03 +0200
  • f709cb0388 Initial commit Niccolò Izzo 2020-03-30 15:57:43 +0200
  • 0bf3d8076c
    Initial commit Niccolò Izzo 2020-03-30 15:57:43 +0200