Files
IronOS/source/Core/BSP/Miniware
Ben V. Brown 48649908a7 WIP: Split Render for multiple screen resolutions (#1888)
* Create README.md

* Move to new folder

* Migrating

* Migrate Remainder

* format fix (all but one) (#1889)

* Update USBPDDebug_FS2711.cpp

* Delete PrintVoltage.cpp

* Copy in 128x32 template

* Mask drawing for 96x16

* Import #1819

* Update Font.h

* Homescreen

* Update draw_homescreen_detailed.cpp

* Fix oled normal draw for variable height

* Update OLED.cpp

* Draw settings icons

* Update draw_homescreen_simplified.cpp

* Update draw_power_source_icon.cpp

* Fixup oled drawing for fill area

* Update the region fill for mixed heights

* Fix newline height

* FIXUP! Draw icons in settings menu at correct size

* Fix scrollbar

* Update settingsGUI.cpp

* S60(P) Disable auto display rotation

* On tall oled, scroll in 2 line increments

* Bugfix transition L<->R

@discip I take it back, there was a bug :)

* Draw every other one on transitions

* .

* cleanup

* Bootup logo: Draw in centre

* Update OLED.hpp

---------

Co-authored-by: discip <53649486+discip@users.noreply.github.com>
2024-07-12 08:27:05 +10:00
..
2024-03-22 10:03:46 +11:00
2023-07-16 15:25:30 +10:00
2023-06-18 21:58:20 +10:00
2023-06-18 21:58:20 +10:00
2022-07-25 16:56:37 +10:00
2023-06-18 22:50:31 +10:00
2021-09-17 21:13:21 +10:00
2021-01-17 09:43:55 +11:00
2023-12-26 19:54:47 +11:00
2023-06-29 18:52:53 +10:00
2022-10-20 18:06:05 +11:00

BSP section for STM32F103 based Miniware products

This folder contains the hardware abstractions required for the TS100, TS80 and probably TS80P soldering irons.

Main abstractions

  • Hardware Init
  • -> Should contain all bootstrap to bring the hardware up to an operating point
  • -> Two functions are required, a pre and post FreeRToS call
  • I2C read/write
  • Set PWM for the tip
  • Links between IRQ's on the system and the calls in the rest of the firmware